Skip to main content
Glama

MCP Tailwind Gemini Server

by Tai-DT

analyze_design

Evaluate and enhance web design by analyzing HTML and CSS for accessibility, responsiveness, and performance using AI-powered insights and best practices.

Instructions

Analyze design with AI for improvements and best practices

Input Schema

NameRequiredDescriptionDefault
checkAccessibilityNoCheck accessibility compliance
checkPerformanceNoCheck performance implications
checkResponsiveNoCheck responsive design
contextNoDesign context or purpose
cssNoAdditional CSS code (optional)
htmlYesHTML code to analyze

Input Schema (JSON Schema)

{ "properties": { "checkAccessibility": { "default": true, "description": "Check accessibility compliance", "type": "boolean" }, "checkPerformance": { "default": true, "description": "Check performance implications", "type": "boolean" }, "checkResponsive": { "default": true, "description": "Check responsive design", "type": "boolean" }, "context": { "description": "Design context or purpose", "type": "string" }, "css": { "description": "Additional CSS code (optional)", "type": "string" }, "html": { "description": "HTML code to analyze", "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