Skip to main content
Glama
Dragoon0x

conductor-figma

by Dragoon0x

color_palette_generate

Create a complete color palette with 50-950 shades from any base color. Use it to expand a single hex into a full range of tones for Figma design systems.

Instructions

Generate a full color palette (50-950 shades) from a base color.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stepsNoNumber of shade steps (default: 10)
baseColorYesBase color hex
Install Server

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of disclosing behavior, and it only supplies a one-line purpose. It does not state the return format, whether anything is mutated or persisted, or how the 'steps' parameter (default 10) maps to the claimed '50-950 shades' — a genuine ambiguity. No side-effect or output-shape disclosure exists.

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 single sentence is front-loaded and contains no filler; the verb and resource are stated immediately. The brevity is a slight liability because the space saved could have held usage or output details, but as written 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?

There is no output schema and no annotations, so the description must cover return values and behavioral context, and it does not. It also fails to differentiate among a sibling list dense with color-related tools (suggest_color_palette, export_color_palette, color_extract, color_harmonize, color_generate_semantic), and the steps-vs-shades ambiguity is left unresolved.

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%: baseColor is documented as 'Base color hex' and steps as 'Number of shade steps (default: 10)', so the baseline of 3 applies. The description adds little parameter meaning, and its '50-950 shades' phrasing actually creates tension with the steps default of 10, leaving the relationship between steps and the shade count unexplained.

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?

States a specific verb ('Generate'), a clear resource (a full color palette from a base color), and a concrete output range (50-950 shades). This is specific enough to roughly distinguish it from siblings like export_color_palette or color_extract, though it does not explicitly name or contrast alternatives.

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 on when to use this tool versus the many close siblings in the list, including suggest_color_palette, export_color_palette, color_harmonize, and color_generate_semantic. There are no exclusions, prerequisites, or conditions stated; usage context is only weakly implied by the verb 'Generate'.

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