Skip to main content
Glama

Robyn — Gasless Cross-Chain for AI Agents

Everything you should know before you move money

robyn_preflight_full

ONE call combining serviceability, routing competitiveness, cheaper alternatives, delivery basis and mandate budget into a single go/no-go. Call this before executing rather than making five separate checks. BLOCKERS AND WARNINGS ARE DIFFERENT. blockers WILL fail — do not attempt the transfer. warnings are things to tell the user or act on first; they do not prevent execution. Never present a warning as a failure or a blocker as advice. Anything in unavailable means a check could NOT run: treat it as unknown, not fine. proceed:true means nothing known blocks it — it is not a guarantee of success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountYes
toChainYes
toTokenNo
fromChainYes
fromTokenNo
mandateIdNocheck the spend against this budget too
toAddressNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It thoroughly explains the semantics of blockers, warnings, unavailable, and proceed, including that proceed is not a guarantee. This goes far beyond what annotations typically provide and gives the agent critical context for decision-making.

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?

The description is front-loaded with the core purpose in the first sentence, followed by usage guidance, then detailed output semantics. Each sentence earns its place, and the structure logically progresses from what → when → how to interpret. It is appropriately sized for the tool's complexity, not overly verbose.

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?

With no output schema and no annotations, the description must fully explain the tool's behavior and return semantics. It does so thoroughly, covering all important output markers and caveats. It also justifies when to use this tool over siblings, making it complete for the agent to safely invoke it.

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

Parameters2/5

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

The schema has 7 parameters with only 14% description coverage, and the tool description does not explain most of them. It only indirectly references mandateId via 'mandate budget'. There is no explanation of fromChain, toChain, amount, toToken, fromToken, or toAddress. The description fails to compensate for the low schema coverage, leaving the agent to infer meaning from types and tool name.

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?

The description clearly states the tool's purpose: a single combined check covering serviceability, routing competitiveness, cheaper alternatives, delivery basis, and mandate budget. It explicitly positions it as a go/no-go pre-execution check, distinguishing it from the multiple separate checks it replaces. The phrase 'ONE call' and the list of integrated concerns leave no ambiguity about what the tool does.

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?

It explicitly says to call this before executing rather than making five separate checks, providing clear when-to-use guidance. It also explains how to interpret the output (blockers vs warnings, unavailable, proceed), and implies that other tools may be used for individual checks. This is strong usage guidance with actionable direction.

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.