Skip to main content
Glama

Superdesign MCP Server

by jonthebeef
11

superdesign_delete

Delete design files and update metadata by specifying the filename and workspace path using this MCP Server tool, streamlining file management in Superdesign workflows.

Instructions

Delete a design file and update metadata

Input Schema

NameRequiredDescriptionDefault
filenameYesName of the design file to delete
workspace_pathNoWorkspace path (defaults to current directory)

Input Schema (JSON Schema)

{ "properties": { "filename": { "description": "Name of the design file to delete", "type": "string" }, "workspace_path": { "description": "Workspace path (defaults to current directory)", "type": "string" } }, "required": [ "filename" ], "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