Skip to main content
Glama

x402-color-palette

Color Palette: Generate color palettes. 🆓 5 free trial calls per signed wallet

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bNoB to process
nNoN to process
tNoT to process
opNoOp to process
hexNoHex to process
baseNoBase to process
colorNoColor to process
countNoCount to process
amountNoAmount to process
color2NoColor2 to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / hex
      Added value: +{
      +  "description": "Hex to process",
      +  "type": "string"
      +}
  2. First observed

TDQS

C2.1/5.0
Behavior2/5

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

With no annotations, the description carries the full burden. It usefully discloses a wallet-gated payment model and a free-trial quota, which is real behavioral context. But it says nothing about determinism, input requirements, output shape, or rate limits beyond the trial, so the core behavior of a generative tool remains undisclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The text is short and front-loads the purpose, but the brevity reflects under-specification rather than efficiency. The emoji/trial sentence occupies space that should carry the missing functional detail.

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

Completeness1/5

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

For a tool with 10 ambiguous string parameters, no annotations, and no output schema, the one-line description is wholly inadequate. It leaves the parameter contract and the generated result completely unexplained.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Ten cryptic parameters (b, n, t, op, hex, base, count, amount, color2, etc.) are all documented with the boilerplate 'X to process', which conveys zero meaning. The description adds nothing, so the agent cannot infer what any parameter controls, making correct invocation practically impossible.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a clear verb and resource ('Generate color palettes'), so the basic function is legible. However, it offers no differentiation from the many adjacent color siblings (x402-color-blend, x402-complementary, x402-split-complementary, x402-random-color, x402-monochromatic), leaving the agent unable to tell what is unique about this palette generator.

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 only additional text is a pricing note ('5 free trial calls per signed wallet'), which is a billing detail rather than usage guidance. There is no statement of when to use this tool, when not to, or which sibling to prefer for related color tasks.

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