Skip to main content
Glama

Colour Specification Safety Check

colour_forensics
Read-only

Assess if a hex colour is safe for a physical application on a given substrate and finish, returning risks, light behavior under different illuminants, and a recommended alternative.

Instructions

Assess whether a hex colour can be safely specified for a physical application. Returns: specification_safe verdict (yes / conditional / avoid), risks, required actions, light behaviour under three illuminants (north daylight, warm artificial, direct sun), substrate-specific notes, and a recommended alternative. Backed by CIEDE2000 archive matching and Claude material knowledge. Examples: ultramarine on lime plaster, lead white on exterior timber, verdigris on north-facing interior wall, red ochre on historic brick.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hexYesHex colour to assess e.g. '#2A5498'
substrateYesPhysical substrate e.g. 'lime plaster', 'gypsum board', 'brick', 'timber', 'canvas'
finishNoPaint finish e.g. 'matt', 'eggshell', 'gloss', 'limewash'matt
orientationNoRoom or surface orientation e.g. 'north-facing', 'south exterior', 'east bedroom'
useNoSpecific use context e.g. 'heritage repair', 'new build interior', 'conservation project'

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okNo
resultNo
errorNo
Behavior5/5

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

The description discloses detailed behavioral traits: it returns a verdict, risks, required actions, light behaviour under three illuminants, substrate notes, and alternative recommendations. It also mentions the underlying methods (CIEDE2000 and Claude material knowledge). This adds significant value beyond the readOnlyHint annotation, which only indicates no side effects.

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 concise (~80 words), front-loaded with the core purpose, and efficiently lists outputs and examples. Every sentence adds value without redundancy, making it easy for the agent to parse quickly.

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?

Given the tool's complexity (5 parameters, including context like orientation and use), the description comprehensively covers what the tool does, why, and what it returns. The presence of an output schema (mentioned) further reduces the need for additional description about return values.

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 has 100% description coverage, with clear descriptions for all 5 parameters. The description reinforces these with example substrate values but does not add new meaning or constraints beyond what is already in the schema. 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?

The description clearly states the tool assesses hex colour safety for physical applications, with a specific verb ('Assess') and resource ('hex colour'). The title 'Colour Specification Safety Check' reinforces this. The list of outputs and examples (e.g., ultramarine on lime plaster) further clarify its purpose and distinguish it from sibling tools like colour_card or colour_compare.

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 explicitly states the tool is used when assessing safety of a hex colour for physical application, and provides concrete examples of use cases. However, it does not explicitly state when not to use it or mention alternative tools, which would strengthen guidance for the agent.

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

Install Server

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/DigbyO/colour-memory-api'

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