Skip to main content
Glama
Dragoon0x

conductor-figma

by Dragoon0x

color_apply_style

Apply a named color style to a Figma node, specifying fill or stroke. Use this to enforce consistent design tokens across your layouts.

Instructions

Apply a color style to a node.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeIdYesTarget node
propertyNoProperty to apply to (default: fill)
styleNameYesStyle name to apply
Install Server

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. 'Apply' is the only behavioral cue and implies mutation, but the description does not say whether it overwrites existing fills/strokes, whether it depends on a pre-created style, or what happens on failure. For a mutation tool with zero annotation coverage, this is a meaningful gap.

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 front-loaded sentence with zero filler words, comparable to the efficient update_drive calibration example. It earns its place but buys no additional context for the agent, so it is efficient rather than exemplary.

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 no annotations, no output schema, and a large sibling set (set_fill, set_troke, color_create_style), the description is too sparse. It omits key runtime facts an agent needs: the target style must already exist, the application replaces the current property value, and the tool is for named styles rather than direct color assignment. The agent would have to guess these behaviors.

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 description coverage is 100%, with all three parameters (nodeId, property, styleName) individually documented and the fill default for property stated in the schema. The description adds essentially nothing beyond what the schema already provides, so the baseline 3 for high coverage is appropriate.

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 uses a specific verb (Apply), a specific resource (color style), and a target (node), which is grammatically complete and meaningful. It implicitly distinguishes from set_fill/set_stroke (which set raw color values) and color_create_style (which creates styles), but never explicitly names these contrasts, so the distinction is inferred rather than stated.

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 gives no guidance on when to use this tool versus alternatives like set_fill/set_stroke, nor does it state prerequisites such as the style needing to already exist or how a missing style name is handled. No exclusions, contexts, or alternative routes are mentioned anywhere.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Dragoon0x/conductor'

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