Skip to main content
Glama
Blyawon

tokensStudioMCP

by Blyawon

figma_variables

Manage Figma variables: list, create, set values, bind to design properties, and export as CSS custom properties or Tailwind theme colors.

Instructions

Figma Variables CRUD + binding via the plugin. sub-ops: 'listCollections', 'list' (optionally filter by name), 'createCollection' {name}, 'create' {name, collection, type: COLOR|FLOAT|STRING|BOOLEAN, value}, 'setValue' {variableId, value, modeId?}, 'bind' {variable (id or name), field: fill|stroke|cornerRadius|itemSpacing|paddingTop|…, nodeIds?/selection}, 'exportCss' / 'exportTailwind' {collection?} (CSS custom properties / Tailwind theme.colors from the file's variables). Colors accept hex/rgb()/hsl().

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subYes
nameNo
typeNo
fieldNo
valueNo
modeIdNo
nodeIdNo
nodeIdsNo
variableNo
collectionNo
variableIdNo
Behavior2/5

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

Annotations are absent, so the description must carry the full burden. It mentions mutation sub-ops like 'create', 'setValue', 'bind', and notes color format acceptance, but fails to disclose important behavioral traits such as error handling, permissions required, side effects (e.g., on variables or binding), or output format. The description is insufficiently transparent for a tool with multiple complex sub-operations.

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

Conciseness2/5

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

The description is a single dense sentence listing multiple sub-operations without structure. While it front-loads the purpose, the lack of bullet points or clear separation makes it hard to parse. It could be more concise by grouping related sub-ops and using formatting.

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

Completeness2/5

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

Given 11 parameters, no output schema, and no annotations, the description is incomplete. It does not explain return values for any sub-op (e.g., whether 'list' returns an array, or 'create' returns an ID). Behavioral context is missing. The description covers the basic sub-ops but lacks the depth needed for an agent to use it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It partly does by listing required parameters for each sub-op in curly braces (e.g., 'createCollection' {name}), but not all 11 parameters are covered (e.g., nodeIds, variableId, modeId are mentioned but not fully described). The description adds some meaning but is far from exhaustive, leaving many parameters poorly documented.

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 it handles 'Figma Variables CRUD + binding via the plugin' and lists specific sub-operations with details on what each does. While it doesn't explicitly differentiate from sibling tools like 'set_token' or 'inspect_bound_variables', the focus on variables (as opposed to tokens) and the enumerated sub-ops provide a clear purpose.

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 vs alternatives. The description lists sub-operations but does not explain scenarios or prerequisites for each. Given the many sibling tools related to tokens and design, the lack of usage context is a significant gap.

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/Blyawon/tokensStudioMCP'

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