Skip to main content
Glama

MCP Tailwind Gemini Server

by Tai-DT

suggest_improvements

Analyzes HTML code and provides AI-driven suggestions to enhance design, focusing on accessibility, performance, UX, aesthetics, or responsiveness based on context and target audience.

Instructions

Get AI-powered suggestions for design improvements

Input Schema

NameRequiredDescriptionDefault
contextNoContext about the design goals
focusAreasNoAreas to focus improvements on
htmlYesHTML code to analyze
targetAudienceNoTarget audience for the design

Input Schema (JSON Schema)

{ "properties": { "context": { "description": "Context about the design goals", "type": "string" }, "focusAreas": { "description": "Areas to focus improvements on", "items": { "enum": [ "accessibility", "performance", "ux", "aesthetics", "responsiveness" ], "type": "string" }, "type": "array" }, "html": { "description": "HTML code to analyze", "type": "string" }, "targetAudience": { "description": "Target audience for the design", "type": "string" } }, "required": [ "html" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tai-DT/mcp-tailwind-gemini'

If you have feedback or need assistance with the MCP directory API, please join our Discord server