Skip to main content
Glama

Colour palette generator

hopi_colour_palette_generator
Read-onlyIdempotent

Generate a five-swatch colour palette from a base hex colour using a chosen scheme: analogous, complementary, triadic or mixed. Supporting swatches carry a small random variation, so results vary slightly each call. Source: https://hopi.co.uk/colour-palette-generator/

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hexYesBase colour as a six-digit hex code, e.g. #1F8A70
schemeNoColour scheme (default analogous)analogous

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
baseNo
schemeNo
paletteNo
summaryYes
source_urlYesThe tool's page on hopi.co.uk (cite or open to check the figure)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedOutput schema / required
      Added value: +[
      +  "source_url",
      +  "summary"
      +]
  2. First observed

TDQS

A3.7/5.0
Behavior1/5

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

The description usefully discloses non-determinism ('supporting swatches carry a small random variation, so results vary slightly each call') and cites a source. However, this directly contradicts the idempotentHint=true annotation: repeated identical calls are not guaranteed to produce identical results. Per rubric, a contradiction with annotations scores 1.

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?

Three short sentences with no wasted words. The core action and output are front-loaded, followed by the randomness caveat and source attribution. Every sentence earns its place.

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

Completeness5/5

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

The tool is simple, schema coverage is complete, and an output schema exists. The description supplies output size, available schemes, and variability behaviour, so nothing necessary for a correct call is missing.

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%, and both parameters already have clear descriptions including the enum for scheme. The description adds no format or default details beyond what the schema provides, so the baseline score of 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'), specifies the exact output ('five-swatch colour palette'), the input ('base hex colour'), and enumerates the four schemes. This clearly differentiates it from sibling tools like hopi_colour_shades_generator and hopi_random_colour_generator.

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

Usage Guidelines4/5

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

The description clearly conveys when to use it: whenever a palette is needed from a hex colour using one of the four named schemes. It does not explicitly list alternative tools or exclusions, but the context is clear enough for an agent to select it correctly.

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