Skip to main content
Glama

mcp-garendesign

by lyw405

integrate_design

Merge DesignStrategy and blockDesigns to produce IntegratedDesign with props summary, private components, and composition recommendations for streamlined frontend development.

Instructions

Combine the overall DesignStrategy with completed blockDesigns and return IntegratedDesign (including props summary, private components used, and composition recommendations).

Input Schema

NameRequiredDescriptionDefault
blockDesignsYesCompleted block design list: [{ blockId, component }]
strategyYesDesignStrategy object

Input Schema (JSON Schema)

{ "properties": { "blockDesigns": { "description": "Completed block design list: [{ blockId, component }]", "type": "array" }, "strategy": { "description": "DesignStrategy object", "type": "object" } }, "required": [ "strategy", "blockDesigns" ], "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