Skip to main content
Glama
atezer

F-MCP (Figma MCP Bridge)

by atezer

figma_set_instance_properties

Destructive

Update component instance properties such as text, boolean, and variant values. Specify the instance node and provide property key-value pairs to modify design components.

Instructions

Set component instance properties (TEXT, BOOLEAN, VARIANT, etc.). Use fileKey or figmaUrl to target a specific file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
figmaUrlNoFigma or FigJam file URL for routing.
fileKeyNoTarget a specific connected file.
nodeIdYes
propertiesYes
Behavior2/5

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

While the destructiveHint annotation indicates mutation, the description adds no behavioral context beyond 'Set'. It does not mention side effects, reversibility, permission requirements, or limitations, missing opportunities to inform the agent.

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 sentences with no wasted words. The first sentence fronts the core action, the second adds targeting info. Every word earns its place.

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 the tool's destructive nature, nested parameters, and lack of output schema, the description is too minimal. It omits crucial context like success/failure behavior, nodeId requirements (must be an instance?), properties structure, and operational constraints.

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 50% (figmaUrl and fileKey have descriptions; nodeId and properties lack them). The description lists property types, adding partial meaning for the 'properties' object, but nodeId remains undocumented. This meets the baseline but does not fully compensate for the gap.

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 verb 'Set' and the resource 'component instance properties', with a parenthetical listing property types (TEXT, BOOLEAN, VARIANT, etc.). This distinguishes it from sibling tools like figma_create_variable or figma_instantiate_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 only advises to use fileKey or figmaUrl for targeting, but provides no explicit guidance on when to use this tool versus alternatives (e.g., figma_bind_variable for variable binding). No when-not-to-use or exclusion criteria are given.

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/atezer/FMCP'

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