Skip to main content
Glama
echobt

@echobt/figma-mcp

by echobt

get_node_details

Retrieve detailed information about a specific node in a Figma .fig file by providing its path in the document tree, including styles, layout, and children.

Instructions

Get detailed information about a specific node by its path in the document tree. Use format like 'Page 1/Frame Name/Child Name'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
compactNoUse compact JSON formatting (no indentation) (default: false)
filePathYesPath to the .fig file
maxDepthNoMaximum depth to traverse children (default: 1, max: 10)
nodePathYesPath to the node (e.g., 'Page 1/Header/Logo')
includeLayoutNoInclude layout inference (gap, padding, alignment) (default: true)
includeStylesNoInclude style properties (fills, strokes, effects) (default: true)
includeEffectsNoInclude effects (shadows, blurs) (default: true)
includeChildrenNoInclude child nodes in response (default: true)
includeImageRefsNoInclude image reference metadata (default: true)
Behavior2/5

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

No annotations are provided, and the description does not disclose behavioral traits such as whether the operation is read-only, any rate limiting, authentication needs, or side effects. Given the absence of annotations, the description should cover these aspects but does not.

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 (one sentence) and front-loaded with the main action. It includes a useful example of the path format. However, it could be slightly more structured (e.g., bullet points for key aspects).

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

Completeness2/5

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

Given the tool has 9 parameters, no output schema, and many sibling tools, the description is too brief. It does not explain what 'detailed information' includes, how the boolean flags affect output, or how to compose the path. The description is incomplete for an agent to use effectively without additional context.

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 coverage is 100% with each parameter having a clear description. The description adds no additional meaning beyond what is in the schema. Baseline score of 3 is appropriate as the description does not enhance understanding of parameters.

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?

The description clearly specifies the verb 'Get detailed information' and the resource 'specific node by its path'. It includes a path format example, which distinguishes it from sibling tools like get_node_by_id (which uses ID) and get_layout_info (which focuses on layout).

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

Usage Guidelines2/5

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

The description does not provide any guidance on when to use this tool versus alternatives. There is no mention of prerequisites, exclusions, or context where another tool would be more appropriate. The agent is left to infer usage from the purpose alone.

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/echobt/figma-mcp'

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