Skip to main content
Glama

x402-analogous

Analogous: Check if two ratios are proportional.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hueNoHue to process

Schema Changelog

Changes observed during successful MCP inspections.

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

TDQS

C2.4/5.0
Behavior2/5

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

With no annotations provided, the description carries the full behavioral burden, yet it discloses almost nothing beyond the core computation. It does not state the return shape (presumably a boolean), how zero/undefined ratios are handled, or any precision or tolerance behavior for the proportionality check.

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

Conciseness4/5

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

The description is a single front-loaded sentence with no filler, which is efficient for a simple math utility. It is under-specified rather than verbose, so the brevity itself is not a structural fault.

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?

There is no output schema, so the description should convey the return value and input format, and it does neither. Combined with a mismatched 'hue' parameter, an agent lacks what it needs to invoke the tool correctly even for a low-complexity math operation.

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

Parameters2/5

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

Schema coverage is 100%, but the sole parameter is 'hue' with the description 'Hue to process', which is meaningless for a ratio-proportionality check. The tool logically requires two ratios (four values), so the schema and description are misaligned and the description does nothing to explain how the inputs map to the operation.

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 specific operation ('Check if two ratios are proportional'), so the purpose is legible at a high level. However, it gives no differentiation from closely related siblings such as x402-proportion-of, x402-ratio-of, x402-quick-ratio, or x402-ratio-simplify, and 'Analogous:' as a prefix adds ambiguity rather than clarity.

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?

There is no statement of when to use this tool versus the many ratio/proportion siblings, no prerequisites, and no exclusion conditions. The one-line description only restates the operation with zero routing guidance.

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