Skip to main content
Glama
haju-xp

figma-free-mcp

by haju-xp

set_variable

Create or update a variable in a Figma variable collection, automatically creating the collection if it doesn't exist.

Instructions

Create or update a variable in a Figma variable collection. Creates the collection if collectionName is provided and it doesn't exist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
collectionIdNoID of an existing variable collection
collectionNameNoName for a new collection (used if collectionId not provided)
nameYesVariable name
resolvedTypeYesVariable type
valueNoVariable value. COLOR: {r,g,b,a} (0-1). FLOAT: number. STRING: string. BOOLEAN: boolean.
modeIdNoMode ID to set the value for (uses default mode if omitted)
Behavior3/5

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

With no annotations, the description must disclose behavioral traits. It explains the collection creation behavior but does not mention whether updates overwrite or merge, required permissions, error conditions, or what happens if collectionId refers to a non-existent collection. Adequate but not comprehensive.

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 sentences, no filler, front-loaded with the purpose. Every sentence adds value.

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?

Given 6 parameters, no output schema, and no annotations, the description covers core behavior but lacks details on error handling, return values, default mode behavior, and invalid value handling. Adequate for a simple tool but incomplete.

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%, so baseline is 3. The description adds minor context about the interaction between collectionId and collectionName but does not provide additional semantics beyond the schema descriptions.

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 clearly states the tool creates or updates a variable in a Figma variable collection, and explicitly mentions that it creates the collection if collectionName is provided and doesn't exist. This distinguishes it from sibling tools like get_variables (read) and apply_variable_to_node (apply).

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 explicit guidance on when to use this tool versus alternatives (e.g., switch_variable_mode). The description implies usage for creating or updating variables but does not provide context on when not to use it or what prerequisites are needed.

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/haju-xp/figma-free-mcp'

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