Skip to main content
Glama
neozhehan

Figma Edit MCP

Create Component Set

create_component_set

Combine multiple components into a component set with custom property definitions, enabling variant management in Figma.

Instructions

Combine components into a component set (variants) with property definitions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
componentsYesArray of component objects
propertiesYesArray of property names (e.g. ['Size', 'State'])
componentSetNameNoName for the component set
parentIdNoParent frame to place the set in
parentNodeNameNoName of parent node (required if parentId provided, for verification)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID of the created component set
nameYesName of the component set
Behavior2/5

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

The description only states the basic purpose but lacks details on behavioral aspects not covered by annotations (openWorldHint). For instance, it does not explain whether the original components are preserved, how property values map, or what happens to existing component sets. The annotation only hints at undefined output, but the description does not elaborate on mutation or side effects.

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, concise sentence with no redundant information. It is front-loaded with the core action. However, it could be slightly more structured to separate purpose from parameter hints, but overall it is efficient.

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 tool with 5 parameters and an output schema, the description is too brief. It does not explain the expected relationship between 'properties' and 'propertyValues', or the requirement that 'parentId' or 'parentNodeName' must be provided together. The output schema exists but the description does not complement it with usage context, leaving gaps.

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 has 100% description coverage, so parameters are already documented. The description adds no extra meaning beyond the schema; it does not clarify parameter semantics like the ordering of property values or validation rules. Baseline score of 3 applies due to high schema coverage.

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's action: 'Combine components into a component set (variants) with property definitions.' This uses a specific verb ('Combine') and resource ('components into a component set'), and distinguishes it from sibling tools like 'create_component' which creates a single component.

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?

The description provides no guidance on when to use this tool versus alternatives such as 'create_component' or other node creation tools. It does not mention prerequisites, limitations, or contextual cues for invocation.

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/neozhehan/figma-edit-mcp'

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