Skip to main content
Glama
mastergo-design

MasterGo Magic MCP

Official

mcp__getD2c

Retrieves D2C data from MasterGo, writes code to HTML files, saves SVG/images to local directories, and returns a summary of saved resources.

Instructions

使用此工具从 MasterGo 获取 D2C 数据,并在本地落盘: 1)将返回的 code 写入 html; 2)将返回的 svg / image 资源按 resourcePath 落盘到对应目录; 3)返回落盘摘要,避免把大体积资源塞进上下文。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
outDirNo可选,输出目录(绝对路径或相对当前工作目录)。
contentIdYesMasterGo D2C contentId,例如 mastergo://getd2c/176452330285910-2-2845 中的 176452330285910-2-2845。
documentIdYesMasterGo 文档 ID,通常为 contentId 的第一段,例如 contentId 为 176452330285910-2-9032 时 documentId 为 176452330285910。
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description fully carries the behavioral disclosure burden. It details side effects (writing files to disk, avoiding large resources in context), which is commendable. However, it does not mention error handling, permission requirements, or reversibility, preventing a perfect score.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, front-loads the purpose, and uses a numbered list for clarity. Every sentence adds value, though some redundancy exists (e.g., restating resourcePath in step 2). Still, it is well-structured for an agent to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of output schema and annotations, the description adequately covers inputs, outputs (a summary), and side effects. It addresses potential context overflow by omitting large resources. For a tool of moderate complexity, this is sufficient but not exhaustive (e.g., no mention of return format or error states).

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% (baseline 3), but the description adds significant context: it explains the role of contentId and documentId with examples, and clarifies outDir as optional. This goes beyond mere schema replication, adding practical meaning for the agent.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool fetches D2C data from MasterGo and persists it locally, including writing code to HTML and saving SVG/image resources. It well specifies the action and resource, but does not explicitly differentiate from sibling tools like mcp__C2d or mcp__extractSvg.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description lists steps but does not explicitly state when to use this tool versus alternatives, nor does it provide exclusion criteria or prerequisites. Usage is implied by the context of D2C data retrieval, but lack of explicit guidance hurts score.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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