Skip to main content
Glama

MasterGo Magic MCP

Official

mcp__getComponentGenerator

Retrieve and automate a structured component development workflow for MasterGo design files. Provide rootPath, fileId, and layerId to generate workflow files following best practices.

Instructions

Users need to actively call this tool to get the component development workflow. When Generator is mentioned, please actively call this tool. This tool provides a structured workflow for component development following best practices. You must provide an absolute rootPath of workspace to save workflow files.

Input Schema

NameRequiredDescriptionDefault
fileIdYesMasterGo design file ID (format: file/<fileId> in MasterGo URL)
layerIdYesLayer ID of the specific component or element to retrieve (format: ?layer_id=<layerId> / file=<fileId> in MasterGo URL)
rootPathYesThe root path of the project, if the user does not provide, you can use the current directory as the root path

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fileId": { "description": "MasterGo design file ID (format: file/<fileId> in MasterGo URL)", "type": "string" }, "layerId": { "description": "Layer ID of the specific component or element to retrieve (format: ?layer_id=<layerId> / file=<fileId> in MasterGo URL)", "type": "string" }, "rootPath": { "description": "The root path of the project, if the user does not provide, you can use the current directory as the root path", "type": "string" } }, "required": [ "rootPath", "fileId", "layerId" ], "type": "object" }

Other Tools from MasterGo Magic MCP

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/mastergo-design/mastergo-magic-mcp'

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