x402-split-complementary
Split Complementary: Split Complementary
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hue | No | Hue to process |
Split Complementary: Split Complementary
| Name | Required | Description | Default |
|---|---|---|---|
| hue | No | Hue to process |
Changes observed during successful MCP inspections.
Input schema / properties / hueAdded value: +{
+ "description": "Hue to process",
+ "type": "string"
+}Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure, yet it says nothing about whether the operation is read-only, what it returns (hex codes, palette, hue angles), or any input constraints.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
It is short, but the brevity is pure redundancy: the same phrase is repeated twice, so neither sentence earns its place by conveying information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Even for a simple one-parameter color tool, the description omits the expected output (a color scheme derived from the input hue) and the hue format expected. Nothing is misleading, but an agent has almost no basis for correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There is a single parameter (hue) with 100% schema description coverage, so the schema documents it adequately. The description adds nothing beyond the schema, which is the expected baseline of 3 when schema coverage is high.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description "Split Complementary: Split Complementary" merely restates the tool name/title without a verb or statement of what it produces. An agent cannot tell from this text whether it computes colors, filters an image, or returns a palette, nor how it differs from siblings like x402-complementary, x402-triadic, or x402-monochromatic.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No when-to-use guidance, no conditions, no mention of alternatives such as x402-complementary or x402-analogous, which an agent would need to disambiguate among the many color-harmony siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.