Skip to main content
Glama

Superdesign MCP Server

by jonthebeef
23

superdesign_iterate

Generate design variations by analyzing existing designs and user feedback, enabling iterative improvements for UI, wireframes, or components.

Instructions

Returns iteration instructions based on existing design and feedback

Input Schema

NameRequiredDescriptionDefault
design_fileYesPath to existing design file to iterate on
feedbackYesFeedback for improving the design
variationsNoNumber of design variations to create

Input Schema (JSON Schema)

{ "properties": { "design_file": { "description": "Path to existing design file to iterate on", "type": "string" }, "feedback": { "description": "Feedback for improving the design", "type": "string" }, "variations": { "default": 3, "description": "Number of design variations to create", "maximum": 5, "minimum": 1, "type": "number" } }, "required": [ "design_file", "feedback" ], "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/jonthebeef/superdesign-mcp-claude-code'

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