Skip to main content
Glama

Shades & tints generator

hopi_colour_shades_generator
Read-onlyIdempotent

From a base hex colour, generate five progressively lighter tints (mixed towards white) and five progressively darker shades (mixed towards black), each in five equal steps of one sixth. Source: https://hopi.co.uk/colour-shades-generator/

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hexYesBase colour as a six-digit hex code, e.g. #1F8A70

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
baseNo
tintsNo
shadesNo
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.8/5.0
Behavior4/5

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

Annotations already declare the tool as read-only, idempotent, and non-destructive, so the safety profile is covered. The description adds meaningful behavioral detail: it explicitly states the number of tints/shades (five each) and the step size (one sixth), and that tints are mixed towards white and shades towards black. This goes beyond the annotations and gives the agent a clear expectation of the operation. It does not mention return format, but the presence of an output schema covers that.

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?

The description is two concise sentences that front-load the core action and output specification. Every sentence earns its place: the first states the operation and algorithm, the second credits the source. There is no redundant wording or filler. The structure is clear and easily scannable.

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 simple single-parameter tool with an output schema, the description provides sufficient detail: it specifies the number of outputs, the mixing direction, and step increments. It does not mention potential error handling or invalid input, but the schema pattern already enforces validity. The tool is fully understandable for an agent to invoke correctly, though it lacks usage context (which is scored separately).

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?

The input schema provides a full description for the single parameter 'hex' (six-digit hex code with example), achieving 100% schema coverage. The description adds minimal new meaning, merely restating 'base hex colour'. No extra formatting, range, or edge-case information is given. Per the rubric, with high schema coverage the baseline is 3, and the description does not elevate it further.

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 states exactly what the tool does: from a base hex colour it generates five lighter tints and five darker shades, specifying the mixing towards white/black and the step count. This is a specific verb and resource, clearly distinguishing it from sibling colour tools like palette generators or random colour generators. The action and output are unambiguous.

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. It does not mention sibling tools such as hopi_colour_palette_generator or hopi_hex_to_rgb, nor any exclusion criteria. An agent must infer usage from the tool name alone. The description is purely functional with no contextual or routing information.

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