x402-present-value
Present Value: Present Value
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No | N to process | |
| fv | No | Fv to process | |
| rate | No | Rate to process | |
| years | No | Years to process | |
| future | No | Future to process |
Present Value: Present Value
| Name | Required | Description | Default |
|---|---|---|---|
| n | No | N to process | |
| fv | No | Fv to process | |
| rate | No | Rate to process | |
| years | No | Years to process | |
| future | No | Future to process |
Changes observed during successful MCP inspections.
Input schema / properties / futureAdded value: +{
+ "description": "Future to process",
+ "type": "string"
+}Input schema / properties / fvAdded value: +{
+ "description": "Fv to process",
+ "type": "string"
+}Input schema / properties / nAdded value: +{
+ "description": "N to process",
+ "type": "string"
+}Input schema / properties / rateAdded value: +{
+ "description": "Rate to process",
+ "type": "string"
+}Input schema / properties / yearsAdded value: +{
+ "description": "Years to process",
+ "type": "string"
+}Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are supplied, so the description carries the full disclosure burden, and it discloses nothing: no indication of read-only behavior, determinism, permission needs, error conditions, or numeric format handling. The agent learns only that a string-typed 'present value' thing exists.
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?
The description is short, but it is under-specified rather than concise: it repeats the same two words with a colon and conveys no distinct information. Brevity here is a symptom of missing content, not efficiency.
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?
With 5 parameters, zero annotations, and no output schema, the definition depends entirely on the description — and the description is a two-word tautology. An agent lacks everything needed to populate n/fv/rate/years/future correctly or to interpret the result.
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?
Although the schema nominally covers all 5 parameters, the descriptions are content-free restatements ('N to process', 'Fv to process', 'Future to process'), which leaves the actual semantics genuinely ambiguous — notably the overlap between 'fv' and 'future', and the role of 'n' versus 'years'. The tool description adds nothing to disambiguate, so effective coverage is near zero and the agent must guess.
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 title repeated twice ('Present Value: Present Value') with no verb and no stated input/output. It names a financial concept but does not say what operation is performed (compute PV from future value? from cash flows? from an annuity?) or how it differs from siblings like x402-future-value, x402-npv-calc, or x402-annuity-pv. This is a tautological restatement of the tool name.
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 prerequisites, and no mention of alternatives. An agent cannot tell from this text whether to reach for x402-present-value, x402-future-value, x402-npv-calc, or x402-annuity-pv. Nothing is provided beyond the name itself.
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.