Skip to main content
Glama

Robyn — Gasless Cross-Chain for AI Agents

Verify a transfer against the chain

robyn_verify_outcome

Check what ACTUALLY happened to a settled transfer, against the destination chain rather than Robyn's own database. Optionally assert who should have been paid (recipient) and the minimum that should have arrived (minAmount); we decode the payout transaction's ERC-20 Transfer logs and report whether reality matches. Also cross-checks Robyn's own receipt against the chain and says so if the books disagree. THE VERDICT IS THREE-VALUED: verified, failed, or undetermined. Treat undetermined as UNKNOWN, never as success — it means the chain was unreachable, the tx is not mined, or the rail records completion as a balance delta that cannot be re-derived (Allbridge/Chainflip/Solana/Tron). Do not tell a user a transfer is confirmed on an undetermined result.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYestransfer id, or the source/destination tx hash
minAmountNominimum base units that must have arrived
recipientNoaddress that must have been credited

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A5/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description fully discloses behavior: it decodes ERC-20 Transfer logs, cross-checks Robyn's receipt, and defines a three-valued verdict including the meaning of 'undetermined'. It also warns about non-re-derivable rails, offering deep insight beyond the schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

While detailed, every sentence provides necessary information: purpose, optional parameters, decoding behavior, verdict semantics, and usage warnings. Information is front-loaded with clear formatting and the verdict is highlighted, making it easy to scan. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite no output schema or annotations, the description covers core functionality, parameter usage, and result interpretation thoroughly. It explicitly addresses edge cases like unreachable chains and non-re-derivable rails, making the description complete for an agent to select and invoke correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema covers all parameters with descriptions, but the description adds functional meaning: explains that 'recipient' asserts who should be paid and 'minAmount' asserts the minimum arrival, and that 'id' can be a transfer id or tx hash. This enriches the schema's raw definitions and clarifies how parameters are used in verification.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description uses a specific verb ('Check what ACTUALLY happened') and clearly identifies the resource ('a settled transfer against the destination chain'). It distinguishes this tool from Robyn's own database and covers the optional assertions of recipient and minAmount, making the purpose unambiguous and differentiating it from siblings like robyn_route_status.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly explains when to use this tool: to verify settled transfers against the chain rather than Robyn's database. It also provides a clear exclusion rule: 'undetermined' must never be treated as success, with specific examples of when undetermined occurs. This gives strong guidance on interpretation and limits.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.