transaction_assurance
End-to-end settlement, timestamp, delivery-hash and deterministic acceptance assurance; 0.015 USDC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offer | Yes | ||
| intent | Yes | ||
| payment | Yes | ||
| delivery | Yes | ||
| acceptance | No | ||
| transaction_id | Yes |
End-to-end settlement, timestamp, delivery-hash and deterministic acceptance assurance; 0.015 USDC.
| Name | Required | Description | Default |
|---|---|---|---|
| offer | Yes | ||
| intent | Yes | ||
| payment | Yes | ||
| delivery | Yes | ||
| acceptance | No | ||
| transaction_id | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations declare readOnlyHint=true and idempotentHint=true, so the safety profile is covered. The description adds 'deterministic acceptance' and a 0.015 USDC cost, but does not explain what is produced (attestation? receipt?), what determinism guarantees, or how the cost is charged. It also doesn't contradict the read-only hint, though 'settlement assurance' sits uncomfortably close to implying mutation.
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 a single compact line with no filler, so it is concise in a literal sense. However, it reads as a marketing tagline with the price appended rather than a front-loaded functional statement, so the brevity comes at the cost of usefulness.
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 high-complexity tool with six params (5 required, nested objects), 0% schema coverage, no output schema, and no annotations explaining what the operation yields, the description is inadequate. An agent cannot construct a valid call or predict the result from this text.
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 there are six parameters, five required, with nested object types (intent, offer, payment, delivery) and an acceptance array (maxItems 32). The description names a few concepts (settlement, timestamp, delivery-hash, acceptance) that vaguely map to delivery/acceptance but leaves transaction_id, intent, offer, and payment completely undefined. For 0% coverage, the description must compensate and it does not.
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 a dense noun-phrase list ('settlement, timestamp, delivery-hash and deterministic acceptance assurance') plus a price, with no verb stating what the tool actually does to those inputs. It neither confirms it verifies/records/settles a transaction nor distinguishes itself from close siblings such as rwa_transaction_assurance, delivery_evidence, or payment_receipt_reconciler.
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?
No when-to-use, when-not-to-use, prerequisites, or sibling routing is provided. Against ~60 siblings including rwa_transaction_assurance and delivery_evidence, the agent gets zero guidance on when this specific tool is the correct choice.
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.