Skip to main content
Glama
arimunandar

figsnap-mcp

by arimunandar

Group or ungroup

figma_group
Destructive

Group multiple layers into a single group inside their parent, or ungroup a group/frame to return its children. Ideal when layers form one entity without needing layout.

Instructions

group — puts nodeIds in a new group, inside the first one’s own parent. ungroup — dissolves a group or frame and returns the children it let go.

A group is the honest answer when several layers are one thing but need no layout of their own; reach for figma_create_frame with auto layout when they do.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoFor group: what to call it.
actionNoDefault group.
nodeIdNoFor ungroup: the group or frame to dissolve.
nodeIdsNoFor group: the layers to gather, up to 20.
Install Server

TDQS

A4.4/5.0
Behavior4/5

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

The description adds meaningful behavioral detail beyond the annotations: grouping places the new group inside the first node's parent, and ungrouping returns the released children. Since destructiveHint=true already flags mutation, this additional placement and return behavior is valuable and non-contradictory.

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 compact, front-loads the core operations, uses a clear 'group — ... / ungroup — ...' structure, and ends with a useful routing guideline. Every sentence contributes meaning without repetition or filler.

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 two-action mutation tool with four parameters and no output schema, the description covers the main behavior, placement, and the main alternative. Ungroup's return behavior is stated. Minor gaps remain, such as what group returns and edge-case constraints, but these are not critical for correct invocation.

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% and each parameter has a clear description (name for group, action for which operation, nodeId for ungroup, nodeIds for group with a max of 20). The main description adds only the parent-placement nuance already reflected in the schema, so it does not need to compensate further.

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 precisely defines both supported actions: group puts nodeIds into a new group inside the first node's parent, and ungroup dissolves a group or frame and returns its children. It clearly distinguishes this dual-purpose tool from sibling creation tools like figma_create_frame.

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

Usage Guidelines5/5

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

Explicitly states when grouping is the right choice ('several layers are one thing but need no layout of their own') and names the alternative figma_create_frame with auto layout when layout is needed. This gives an agent a clear decision rule between tools.

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