Skip to main content
Glama
wenym8

figmingo-mcp

by wenym8

get_metadata

Retrieve a lightweight tree of a Figma file's nodes (id, name, type, bounds) in XML or JSON format to orient before a deep fetch. Specify URL, file key, node ID, or depth.

Instructions

Lightweight tree of a Figma file/node (id, name, type, bounds) for orientation before a deep fetch. Output as XML (default) or JSON.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoFull figma.com URL (design/file/proto). node-id query param is honored.
depthNoMax traversal depth (default: full subtree).
formatNoxml
nodeIdNoNode id, "1:2" or "1-2" form. Overrides node-id in url.
fileKeyNoFigma file key (from the file URL). Provide either fileKey or url.
Behavior3/5

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

No annotations provided, so description carries full burden. It describes output format and what is returned (id, name, type, bounds) and notes it's lightweight. Missing details on authentication, rate limits, or potential side effects, which are important for a file access tool.

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

Conciseness5/5

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

Two well-structured sentences. First sentence delivers core purpose and return values; second specifies output formats. No wasted words.

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 no output schema, the description adequately covers the idea of a lightweight tree for orientation. Could benefit from clarifying whether the tree includes all children or just immediate, and the format of bounds, but sufficient for basic use.

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

Parameters3/5

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

Schema description coverage is 80% (4 of 5 parameters documented). The description adds that output can be XML or JSON and that node-id in URL is honored, but does not significantly enhance understanding of parameters beyond the schema.

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

Purpose5/5

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

Clearly states it returns a lightweight tree of Figma file/node with id, name, type, bounds for orientation, distinguishing it from a deep fetch. The verb 'get' and resource 'metadata' are clear, and the scope is specific.

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

Usage Guidelines4/5

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

Explicitly mentions 'for orientation before a deep fetch', giving context for when to use. However, does not explicitly state when not to use or compare directly with sibling tools like 'get_design_context'.

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/wenym8/figmingo-mcp'

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