Skip to main content
Glama

MCP Tailwind Gemini Server

by Tai-DT

create_layout

Generate responsive layouts using Tailwind CSS by specifying layout type, sections, complexity, and target framework. Simplify web design with structured, adaptive components for dashboards, blogs, ecommerce, and more.

Instructions

Generate responsive layouts with Tailwind CSS

Input Schema

NameRequiredDescriptionDefault
complexityNoLayout complexitymedium
frameworkNoTarget frameworkhtml
sectionsYesLayout sections (header, sidebar, main, footer, etc.)
typeYesLayout type

Input Schema (JSON Schema)

{ "properties": { "complexity": { "default": "medium", "description": "Layout complexity", "enum": [ "simple", "medium", "complex" ], "type": "string" }, "framework": { "default": "html", "description": "Target framework", "enum": [ "html", "react", "vue", "svelte" ], "type": "string" }, "sections": { "description": "Layout sections (header, sidebar, main, footer, etc.)", "items": { "type": "string" }, "type": "array" }, "type": { "description": "Layout type", "enum": [ "dashboard", "landing", "blog", "ecommerce", "portfolio", "documentation" ], "type": "string" } }, "required": [ "type", "sections" ], "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