Skip to main content
Glama
arimunandar

figsnap-mcp

by arimunandar

The pages, and which one is open

figma_pages

List pages in the current Figma file and open any page by ID or name, so frames on other pages become accessible.

Instructions

list — every page in the file, and which is current. open — switch to one, by pageId or by name.

Worth calling before concluding something is missing: every other reading tool answers about the current page only, so a frame on another page looks exactly like a frame that does not exist. Opening a page moves the designer’s view, which is the same kind of act as figma_select — nothing in the file changes and there is nothing to undo, so it is not behind the Edits switch.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoFor open: the page name, if you have no id.
actionYesWhich of the two.
pageIdNoFor open: the page id from list.
Install Server

TDQS

A4.7/5.0
Behavior5/5

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

The description goes beyond annotations by disclosing that opening a page moves the designer's view, changes nothing in the file, has nothing to undo, and is not gated by the Edits switch. These are meaningful behavioral details that an agent cannot infer from readOnlyHint or destructiveHint alone.

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 two actions are front-loaded in a compact, scannable format, and the second paragraph earns its place by explaining when and why the tool matters. No sentences are wasted.

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 two-action navigation tool, the description covers both operations, parameter selection, the side effect of moving the designer's view, and the relationship to sibling tools. There is no output schema, but list's return meaning is stated clearly enough for an agent to use the tool correctly.

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?

All three parameters are already fully documented in the input schema, so the baseline is 3. The description adds only a light restatement of the 'by pageId or by name' routing, which does not provide meaning beyond the schema.

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 states a specific verb and resource for each action: list returns every page and the current one, open switches to a page by pageId or name. This makes it easy to distinguish from the sibling reading tools, which are all page- or node-focused.

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?

The description explicitly says to call this before concluding something is missing, because every other reading tool only answers about the current page. It also contrasts open with figma_select and explains that it is not behind the Edits switch, giving clear when-to-use and when-not-to-use context.

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