Skip to main content
Glama
neozhehan

Figma Edit MCP

List Components

component_list
Read-only

List components in a Figma document. Filter by local or remote components, and scope to a specific page or the entire document.

Instructions

List components in the document, with filtering and scope options.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeNoScope of the search: 'page' (queries a specific page, requiring pageId) or 'document' (entire file, default).document
filterNoFilter components by origin: 'local' (created in this file) or 'remote' (library components). If omitted, returns all.
pageIdNoThe ID of the page to query when scope is 'page'

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYesTotal count of components
componentsYesList of component objects
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the description's claim of listing components is consistent. However, it adds no extra behavioral context (e.g., pagination, rate limits) beyond what the annotations provide.

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 sentence with no wasted words. It is front-loaded and appropriately sized for a simple list operation.

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?

Given the tool's simplicity (3 optional params, enums, output schema exists, annotations present), the description is adequate. It covers the basic purpose and leaves details to schema and annotations, which is reasonable.

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%, meaning all three parameters already have descriptions in the schema. The description mentions 'filtering and scope options' but does not add meaningful details beyond what the schema provides. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'List' and the resource 'components in the document', and mentions filtering and scope options. It is specific enough to distinguish from other list tools like style_list, though it does not explicitly differentiate them.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives like annotation_list or variable_list. No usage context or exclusion criteria are given.

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/neozhehan/figma-edit-mcp'

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