Skip to main content
Glama
arimunandar

figsnap-mcp

by arimunandar

Children of one layer

figma_get_children
Read-only

List direct children of a Figma node by ID to explore the design hierarchy one branch at a time.

Instructions

The direct children of one node, by id. The cheap way to explore a page a branch at a time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
depthNoHow many levels to walk. Default 1.
nodeIdYesThe node whose children to list.
Install Server

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds the useful 'direct children' and 'cheap' performance context, but does not describe recursion behavior with depth, response format, or other runtime traits beyond the schema.

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 short sentences with no wasted words; the core action and scope are front-loaded, and the guidance about cheap traversal is packed into the second sentence.

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?

For a read-only, simple listing operation with fully documented parameters and a readOnlyHint annotation, this description is nearly sufficient. It does not explain return shape, but the tool's purpose is simple enough that 'direct children' plus the schema gives an agent what it needs.

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 100%, and both nodeId and depth are already documented there. The description's 'by id' and 'direct children' wording adds slight clarification but does not significantly extend the schema's parameter semantics.

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?

States a specific verb and resource: 'direct children of one node, by id.' The phrase 'the cheap way to explore a page a branch at a time' also distinguishes it from tree-wide navigation tools like figma_get_tree.

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?

The description gives clear usage context — use this to traverse a page incrementally branch by branch — and implies it is cheaper than fetching a full tree. It does not explicitly name alternatives or exclusion conditions, so it falls short of a 5.

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

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/arimunandar/figsnap-mcp'

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