Skip to main content
Glama
stuffbucket

figmma

by stuffbucket

list_project_files

Read-onlyIdempotent

Get a complete list of files within a Figma project using its project ID. Ideal for locating and managing project assets.

Instructions

List all files in a Figma project. Use list_team_projects first to find project IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesThe Figma project ID (from list_team_projects results)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.3

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is fully covered. The description adds that the tool lists 'all files' and depends on a prior list_team_projects call, but it does not disclose return shape, pagination, or error behavior.

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 two short sentences with no filler. The main action is front-loaded, and the prerequisite is stated immediately after, making it efficient and easy to parse.

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 single-parameter, read-only tool with no output schema, the description covers the core action and the prerequisite. It lacks explicit return-value or pagination detail, but the simplicity of the tool and the annotations make this a minor gap rather than a blocking one.

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 input schema covers project_id with 100% description coverage, including its source from list_team_projects results. The description repeats that source in prose without adding new semantic detail, so it meets the baseline but does not exceed it.

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 ('List') and resource ('all files in a Figma project'), making the tool's function immediately clear. It also distinguishes itself from siblings like list_team_projects (projects, not files) and get_file_info (single file), so an agent can select it confidently.

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 instructs the agent to use list_team_projects first to obtain project IDs, providing a clear prerequisite and sequence. It does not mention exclusions or alternatives, but the context for when to use this tool is clear enough.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/stuffbucket/figmma'

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