Skip to main content
Glama

mcp-garendesign

by lyw405

design_component

Analyze user requirements and generate block-based component designs for Vue, React, and Angular. Breaks complex needs into manageable steps, supporting updates and detailed project generation.

Instructions

Analyze user requirements and develop a block-based design strategy. Use this when users ask to 'design component', 'create component', or 'component design'. For complex needs, it breaks down into multiple blocks with step-by-step guidance.

Input Schema

NameRequiredDescriptionDefault
componentNoExisting component information (optional, for updates)
promptYesUser business requirements or design description

Input Schema (JSON Schema)

{ "properties": { "component": { "description": "Existing component information (optional, for updates)", "properties": { "code": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "prompt": { "description": "User business requirements or design description", "items": { "properties": { "image": { "type": "string" }, "text": { "type": "string" }, "type": { "enum": [ "text", "image" ], "type": "string" } }, "required": [ "type" ], "type": "object" }, "type": "array" } }, "required": [ "prompt" ], "type": "object" }
Install Server

Other Tools from mcp-garendesign

Related Tools

    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/lyw405/mcp-garendesign'

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