x402-interest-coverage
Interest Coverage: Interest Coverage
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ebit | No | Ebit to process | |
| interestExpense | No | InterestExpense to process |
Interest Coverage: Interest Coverage
| Name | Required | Description | Default |
|---|---|---|---|
| ebit | No | Ebit to process | |
| interestExpense | No | InterestExpense to process |
Changes observed during successful MCP inspections.
Input schema / properties / ebitAdded value: +{
+ "description": "Ebit to process",
+ "type": "string"
+}Input schema / properties / interestExpenseAdded value: +{
+ "description": "InterestExpense 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 disclosure burden and delivers nothing: the formula (EBIT / interest expense), units, sign conventions, and the return shape are all undisclosed. For a pure calculation tool with zero annotation coverage this is a serious 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 brief, but that brevity is under-specification rather than conciseness. The lone phrase duplicates the title verbatim, so the single sentence earns nothing.
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 two-input ratio calculator with no output schema and no annotations, the description should state the formula, units, and expected result. None of that is present, leaving the agent unable to call it correctly with confidence.
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?
Schema description coverage is 100%, so the two parameters are documented by the schema and baseline is 3. However, the schema text itself is nearly tautological ("Ebit to process"), and the description adds no meaning about units, currency, or expected numeric format beyond the field names.
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 is the tool name restated twice: "Interest Coverage: Interest Coverage". No verb, no input/output statement, and nothing that distinguishes it from siblings like x402-debt-service-coverage or x402-current-ratio. An agent learns nothing beyond the identifier.
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 stated alternatives, and no mention of the financial-ratio family this belongs to. The agent must guess when this tool applies versus other coverage/ratio tools.
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.