Skip to main content
Glama
arimunandar

figsnap-mcp

by arimunandar

Show it on the canvas

figma_select

Select and scroll to specific Figma layers to direct the designer's view to the relevant nodes. Use before describing a node or after an edit to keep the change on screen.

Instructions

Selects one or more layers and scrolls the canvas to them, so the designer is looking at whatever you are talking about. Use it before describing a node you found by walking the tree — pointing is faster than naming an id — and after an edit, so the change is on screen.

It changes no design data, which is why it works whether or not Edits is on, and why it leaves no undo step. It does move the designer’s viewport, so say what you are showing them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeIdNoOne node to select and scroll to.
nodeIdsNoSeveral, selected together and framed together. Up to 20.
Install Server

TDQS

A4.5/5.0
Behavior5/5

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

The description adds substantial behavioral context beyond the generic annotations: it changes no design data, works without Edits, leaves no undo step, and moves the viewport. It even warns the agent to narrate what it is showing the designer.

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 compact paragraphs with the core action front-loaded. Every clause earns its place: timing, side effects, and a caveat about moving the viewport are all useful and non-redundant.

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

Completeness5/5

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

For a side-effect-only viewport tool with no output schema, the description covers effect, timing, mutation safety, and the viewport caveat. The optionality of nodeId/nodeIds is clear enough from the schema and description.

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?

The schema already fully describes both parameters: nodeId as one node and nodeIds as several nodes up to 20. The description adds no parameter-specific meaning beyond what the schema provides, so the baseline of 3 applies.

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 first sentence states a specific verb ('Selects'), resource ('one or more layers'), and the canvas-scroll effect. This clearly distinguishes it from data-mutation and tree-walking siblings like figma_set_fill or 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 explicitly prescribes when to use it: before describing a tree-walked node and after an edit. It does not explicitly name alternatives or give when-not-to-use guidance, so it stops 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