Skip to main content
Glama

figma_get_variable_defs

Retrieve local and published variable definitions from a Figma file to access design tokens and values.

Instructions

Local (and optionally published) variables for the file (GET /v1/files/:key/variables/...).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoFigma file or node URL.
fileKeyNoFigma file key or full URL (figma.com/design/...).
includePublishedNoAlso fetch published variables.
Install Server

TDQS

B3.2/5.0
Behavior3/5

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

Annotations are absent, so the description itself must convey behavior. The GET endpoint indicates a non-mutating read, and 'Local (and optionally published)' describes the data scope returned. However, it does not disclose pagination, errors, auth requirements, or the structure of the returned variable definitions, leaving the behavioral picture thin.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single compact sentence with no filler and it leads with the main scope distinction (local vs published). It is efficient and well-organized, though the brevity means some behavioral context is omitted and penalized elsewhere.

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

Completeness3/5

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

For a simple read-only tool with fully described parameters, this is minimally adequate: the core resource and the local/published option are stated. But with no output schema or annotations, it leaves the return payload, the relationship between url and fileKey, and when includePublished matters unspecified.

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 have descriptions in the schema (100% coverage), so the schema already carries the semantic load. The tool description only echoes the 'published' concept and adds no new detail about url/fileKey precedence or includePublished behavior. Baseline 3 applies.

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 identifies the resource ('variables') and the scope ('Local (and optionally published)'), and the parenthetical 'GET /v1/files/:key/variables/...' makes the retrieval action explicit. It is clear enough to avoid confusing this with the other Figma tools, though it never states the action as a verb and doesn't explicitly differentiate from siblings.

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?

No when-to-use guidance or alternative tools are mentioned. The only contextual hint is 'optionally published', which maps to includePublished but does not explain when to enable it. An agent must infer from the tool name and sibling list that this is the way to read variable definitions.

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/iwilldotdev/dev.mcp'

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