Skip to main content
Glama

Generate company color palette

generate_company_palette
Read-only

Generate a color palette from a hex color (read-only — computes shades, changes nothing).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hexYes3-6 character hex color code (without #)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoThe generated palette — the shade scale computed from the given colour, keyed by shade step.
successYesTrue when the call succeeded. A failure comes back as an error result instead.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is fully carried by structured data and the bar for extra value is lower. The description adds that the tool 'computes shades,' giving useful context about the derived output, but discloses nothing about edge cases, limits, or determinism. The wording 'changes nothing' aligns with the annotations rather than contradicting them.

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?

One front-loaded sentence that leads with the verb and resource and confines the safety clarification to a parenthetical. Minor redundancy exists — 'read-only' and 'changes nothing' overlap — but there is no wasted phrasing overall.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a one-parameter tool with 100% schema coverage, read-only annotations, and an output schema, the description plus structured data are sufficient to invoke the tool correctly. The only gap is a hint about when in the branding/theme workflow to use it relative to sibling update tools, which is a minor omission.

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%; the schema already documents hex as a '3-6 character hex color code (without #)'. The description mentions 'hex color' but adds no format, validation, or transformation details beyond the schema. Per the baseline rule for high schema coverage, a 3 is appropriate.

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?

States a specific verb ('Generate') and resource ('color palette'), plus the input source ('from a hex color') and behavior ('computes shades') in a single sentence. The parenthetical read-only caveat sets it apart from the update_branding/update_theme mutation tools in the sibling list. No other sibling generates palettes, so an agent can identify this tool immediately.

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 natural use case — supply a hex color and receive a palette of shades — but provides no explicit when-to-use guidance, no exclusions, and no named alternatives. An agent must infer that this is a pure utility tool to invoke ahead of branding/theme work. It does not route between this and the adjacent get_branding/update_theme tools.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources