MasterGo Magic MCP

Official

mcp__getComponentLink

Retrieve component documentation URLs from MasterGo design files and fetch detailed data for generating frontend code. Uses the componentDocumentLinks array to process and return precise component information.

Instructions

When the data returned by mcp__getDsl contains a non-empty componentDocumentLinks array, this tool is used to sequentially retrieve URLs from the componentDocumentLinks array and then obtain component documentation data. The returned document data is used for you to generate frontend code based on components.

Input Schema

NameRequiredDescriptionDefault
urlYesComponent documentation link URL, from the componentDocumentLinks property, please ensure the URL is valid

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "url": { "description": "Component documentation link URL, from the componentDocumentLinks property, please ensure the URL is valid", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools from MasterGo Magic MCP

Related Tools

ID: pr91foa6vq