Skip to main content
Glama
neozhehan

Figma Edit MCP

Create Instance

create_instance

Instantiate a Figma component at specified coordinates within a parent node, using component ID or key for local or library components.

Instructions

Instantiate a component (by componentKey or componentId) at a position.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYesX position
yYesY position
parentIdYesParent node ID to append the instance to
componentIdNoNode ID of the component to instantiate (preferred for local components)
componentKeyNoKey of the component to instantiate (for remote/library components)
parentNodeNameNoName of the parent node to verify against

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID of the created component instance
nameYesName of the component instance
Behavior3/5

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

Annotations include openWorldHint: true, indicating potential side effects beyond the tool's immediate scope. The description does not add further behavioral details such as whether the original component is modified or what happens to overrides. It is adequate but does not exceed the information already provided by the annotation.

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 a single concise sentence that front-loads the essential action and key parameters. Every word is meaningful, with no redundancy or fluff.

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 the tool's complexity (6 parameters, 3 required, many siblings) and the existence of an output schema, the description is minimal. It does not explain what 'instantiate' entails (e.g., creating a new node instance), the role of parentId or parentNodeName, or any constraints. While not misleading, it leaves gaps that could be filled for full clarity.

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

Parameters4/5

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

The input schema has 100% description coverage for parameters, so the baseline is 3. The description adds value by clarifying that componentKey and componentId are alternatives ('by ... or ...') and that x and y represent 'at a position'. This helps the agent understand the dual identification method beyond the schema's individual 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 action (instantiate), the resource (component), and the identifying methods (by componentKey or componentId) and position. It effectively distinguishes from sibling tools like create_component which creates a new component rather than instantiating an existing one.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is used when you want to place an existing component at a specific location, but it does not explicitly state when to use this over alternatives like create_component or instance_set_property. No usage exclusions or alternative tool names are provided.

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