Skip to main content
Glama

Superdesign MCP Server

by jonthebeef
11

superdesign_iterate

Generate design iterations by analyzing an existing design file and incorporating user feedback. Specify the number of variations needed for improved UI or component designs.

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