Skip to main content
Glama
sso-ss

figma-unified-mcp

by sso-ss

figma_delete_variable_collection

Remove a Figma variable collection using REST API, no plugin required. Directly delete design token sets by file key and collection ID.

Instructions

Delete a variable collection. Uses REST API — no plugin required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileKeyYesFile key or Figma URL
collectionIdYes
Behavior2/5

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

With no annotations, the description carries full burden but only adds 'Uses REST API — no plugin required.' It does not disclose that deletion is likely irreversible, whether contained variables are also deleted, or any permission requirements.

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?

Two short sentences, front-loaded with the primary purpose. The additional REST API note is brief and adds relevant context without padding.

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?

For a destructive mutation with no annotations and no output schema, the description is too sparse. It lacks caveats about cascade effects, reversibility, and response behavior, making it incomplete for safe autonomous invocation.

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 coverage is only 50%; 'fileKey' has a schema description, but 'collectionId' is undocumented. The description adds no further meaning, such as how to obtain the collection ID or how it differs from a variable ID.

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 action and object: 'Delete a variable collection.' This distinguishes it from sibling tools like 'figma_delete_variable' and 'figma_create_variable_collection' by specifying the collection-level scope.

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 guidance is given on when to use this tool versus alternatives. It does not mention prerequisites, the relationship to 'delete_variable', or any context for choosing this REST-based tool over a plugin-based operation.

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/sso-ss/figma-unified-mcp'

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