Payment Receipt Reconciler
payment_receipt_reconcilerCompare canonical and common x402 payment/receipt aliases, settlement state and coverage; 0.003 USDC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payment | Yes | ||
| receipt | Yes |
payment_receipt_reconcilerCompare canonical and common x402 payment/receipt aliases, settlement state and coverage; 0.003 USDC.
| Name | Required | Description | Default |
|---|---|---|---|
| payment | Yes | ||
| receipt | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description usefully adds the cost signal (0.003 USDC), which is real behavioral context not present in annotations. It says nothing, though, about what the comparison produces or how mismatches are reported, so the added value is limited to the price.
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?
A single front-loaded sentence with the verb and objects first and the price appended; no filler. It is efficient, though the density of undefined jargon limits how much it actually communicates.
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?
Two required nested-object parameters with zero schema documentation and no output schema leave the agent without enough information to construct a correct call. For a reconciliation tool that is expected to compare structured payment and receipt data, the definition is under-specified about both input shape and expected 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?
Schema description coverage is 0% and both required parameters are untyped nested objects, so the schema gives the agent no field-level meaning. The description references 'payment/receipt aliases' and 'settlement state', which gestures at expected content but does not specify any accepted keys or structure for the two objects.
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 names a verb (compare) and the two resources (payment, receipt), plus mentions settlement state and coverage, so the general intent is graspable. However, terms like 'aliases' and 'coverage' are unexplained jargon, and nothing distinguishes it from siblings such as payment_diagnose, duplicate_charge_detector, or transaction_assurance. Purpose is implied rather than crisply defined.
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 guidance on when to use this tool versus the many adjacent payment/x402 tools in the sibling list (payment_diagnose, payment_preflight, x402_quote_comparator). Neither preconditions nor exclusions are stated; the agent is left to infer usage entirely.
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.