Skip to main content
Glama

x402-rate-of-change

Rate Of Change: Rate Of Change

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
periodNoPeriod to process
valuesNoValues to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / period
      Added value: +{
      +  "description": "Period to process",
      +  "type": "string"
      +}
    • addedInput schema / properties / values
      Added value: +{
      +  "description": "Values to process",
      +  "type": "string"
      +}
  2. First observed

TDQS

D1.7/5.0
Behavior1/5

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

No annotations are provided, so the description carries the full disclosure burden, and it discloses nothing: no return shape, no indication of whether 'values' is a CSV string, an array literal, or a time series, and no error or edge-case behavior. For a computation tool with zero annotation coverage this is a complete gap.

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

Conciseness2/5

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

The text is tiny, but it is under-specified rather than concise: it contains zero information beyond the tool name. There is nothing to front-load because nothing was written.

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?

Against 800+ sibling tools including near-duplicates, with no annotations, no output schema, and undocumented input formats, the description leaves the agent unable to decide whether to call this tool or how to form a valid call. It is entirely inadequate for the tool's complexity and the competing options.

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?

Schema description coverage is 100%, so per the baseline the schema is nominally doing the work, and the description adds nothing beyond it. However, the schema's own descriptions ('Period to process', 'Values to process') are near-vacuous, so this is a bare 3 rather than a strong one — nothing clarifies the accepted format of either parameter.

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

Purpose2/5

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

The description is a tautology: 'Rate Of Change: Rate Of Change' merely restates the tool name without stating a verb, an input domain, or an output. It does not distinguish this tool from close siblings such as x402-roc or x402-percentage-change. An agent learns nothing about what is computed or from what.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance whatsoever on when to use this tool versus the many overlapping siblings (x402-roc, x402-percentage-change, x402-log-returns, x402-momentum). No prerequisites, no exclusions, no context. Nothing in the text routes an agent here.

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