Skip to main content
Glama

MasterGo Magic MCP

Official

mcp__getMeta

Retrieve site and page configuration data from MasterGo design files. Provide fileId and layerId to analyze rules and results for building or analyzing websites.

Instructions

Use this tool when the user intends to build a complete website or needs to obtain high-level site configuration information. You must provide a fileld and layerld to identify the specific design element. This tool returns the rules and results of the site and page. The rules is a markdown file, you must follow the rules and use the results to analyze the site and page.

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)

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" } }, "required": [ "fileId", "layerId" ], "type": "object" }
Install Server

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