Skip to main content
Glama
Takeaki0817

TalkToFigma

by Takeaki0817

reorder_children

Move a child node to a new index within its parent's children array to change its order. Specify the parent and node IDs along with the target position.

Instructions

Change the order of a child node within its parent's children array by moving it to a new index

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeIdYesThe ID of the child node to reorder (must be a direct child of parentId)
newIndexYesThe new index position for the child within the parent's children
parentIdYesThe ID of the parent node
Behavior2/5

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

With no annotations, the description carries the full burden. It mentions the mechanism (moving to a new index) but does not disclose side effects (e.g., index shifting), error behavior for out-of-bounds indices, or any permission requirements.

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?

The description is a single, concise sentence that clearly communicates the operation without waste. It is front-loaded with the main purpose.

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 simple reorder operation with fully documented parameters, the description is largely complete. The main gaps are usage guidance and behavioral details, which are partially captured by other dimensions, but the overall context is adequate.

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 described, so the description adds little beyond what the schema already provides. It does not clarify index bounds or relationships beyond schema descriptions.

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 explicitly states the action (reorder), the resource (child node), and the scope (within its parent's children array), which distinguishes it from siblings like move_node that likely move nodes across parents.

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 context implies reordering within the same parent, but there is no explicit guidance on when to use this tool versus alternatives like move_node, nor any exclusions or prerequisites.

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/Takeaki0817/figma-local-bridge'

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