Skip to main content
Glama

random_palette

Generate a random harmonious color palette. Colors share a hue family to avoid clashing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoNumber of colors (1–10, default 5)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / count / description
      Previous value: -"Number of colors (max 10). Default 5."New value: +"Number of colors (1–10, default 5)"
  2. First observed

TDQS

A3.6/5.0
Behavior3/5

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

The description adds the behavioral detail that 'Colors share a hue family to avoid clashing,' which is useful context beyond basic generation. However, with no annotations, it does not disclose output format, whether the generation is truly random or deterministic, or any other limitations.

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 a single sentence with no redundant words. It efficiently conveys the primary purpose and a key behavioral trait, earning its place without any fluff.

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?

With no output schema and no annotations, the description should explain what the tool returns (e.g., an array of color codes), but it does not. It also fails to mention the count parameter's role in the output, leaving the agent to infer the return structure from the schema alone.

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 full coverage for the single 'count' parameter, including its range and default. The description does not add any additional parameter semantics, but since schema coverage is 100%, the baseline of 3 applies.

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's function: 'Generate a random harmonious color palette.' This uses a specific verb ('generate') and resource ('color palette'), and the mention of 'harmonious' and 'random' distinguishes it from siblings like generate_gradient or color_harmony.

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 when the tool is useful (when you need a random but harmonious palette), but it does not explicitly contrast with alternatives such as color_harmony or generate_gradient. No exclusions or alternative recommendations are provided.

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.