x402-doubling-time
Doubling Time: Doubling Time
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rate | No | Rate to process |
Doubling Time: Doubling Time
| Name | Required | Description | Default |
|---|---|---|---|
| rate | No | Rate to process |
Changes observed during successful MCP inspections.
Input schema / properties / rateAdded value: +{
+ "description": "Rate 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 behavioral burden, and it discloses nothing: not whether the rate is a percentage or decimal, per which period, whether the result is returned in years/periods, or how invalid input is handled. 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
It is short, but brevity here comes from under-specification rather than economy: the single sentence is pure label repetition with zero informational payload, so no sentence earns its place.
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?
For a math tool with no annotations, no output schema, and an ambiguous 'rate' input, the description provides no context at all. Everything an agent needs to call it correctly (rate format, period basis, result units) is missing.
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?
With only one parameter and 100% schema description coverage, the baseline is 3 even though the description adds no parameter detail. The schema's own text ('Rate to process') is thin, but the description supplies nothing further on units or format, so it neither helps nor misleads.
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 'Doubling Time: Doubling Time' merely restates the tool name and title verbatim, with no verb, no stated input semantics, and no indication of what is computed (e.g., doubling time given a growth rate). It gives an agent nothing beyond the identifier it already sees, and no distinction from the hundreds of sibling x402 math tools.
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?
There is no when-to-use guidance, no statement of when this is preferable to alternatives such as x402-rule-of72 or x402-half-life, and no preconditions. An agent has no basis from the description for choosing this tool.
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.