Skip to main content
Glama

quote_crypto_swap

Route a token swap non-custodially. Compares execution providers, normalises every fee and gas cost, and returns transactions for YOUR wallet to sign -- Axiom never holds funds or keys. Chains: Ethereum, Base, Arbitrum One, OP Mainnet. Execution via LI.FI. Axiom fee 15 bps embedded in the swap; the provider's own fee is disclosed separately and is not Axiom revenue. Status: beta.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
takerYesWallet address that will sign and hold the result
toChainNoChain id to receive on; defaults to fromChain
buyTokenYesContract address of the token being bought
fromChainYesChain id to sell on
sellTokenYesContract address of the token being sold
sellAmountYesAmount in the sell token's atomic units
slippageBpsNoSlippage tolerance in basis points
maxTotalFeeBpsNoRefuse routes costing more than this, all-in

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries full responsibility for behavioral disclosure. It does this well by revealing that Axiom never holds funds or keys, that execution goes through LI.FI, that the Axiom fee is 15 bps embedded in the swap, that provider fees are separate, that supported chains are listed, and that the tool is in beta. It does not explicitly address cross-chain behavior via toChain, but the core non-custodial and fee behavior is unusually transparent.

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

Conciseness4/5

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

The description is dense and front-loaded with the core purpose, followed by custody, fees, chains, execution provider, and beta status. There is mild redundancy between 'non-custodially' and 'Axiom never holds funds or keys,' but every sentence otherwise earns its place.

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

Completeness4/5

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

For an 8-parameter tool with no output schema and no annotations, the description provides strong context: what is returned, custody model, fee structure, supported chains, execution provider, and stability status. It lacks explicit guidance on cross-chain routing via toChain and on how the max fee cap is enforced, but the schema covers parameter names and defaults.

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

Parameters3/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds useful fee and chain context, but it does not add per-parameter details beyond the schema, such as how maxTotalFeeBps interacts with the embedded Axiom fee or how slippageBps is applied.

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 opens with a specific verb and resource: 'Route a token swap non-custodially.' It clearly states what the tool produces ('returns transactions for YOUR wallet to sign') and distinguishes itself from sibling tools like quote_paid_resource and analyze_crypto_swap by emphasizing swap execution and non-custodial signing.

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

Usage Guidelines3/5

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

The description implies when to use the tool: when the user needs an executable token swap route returned as signable transactions. However, it does not explicitly compare this tool to siblings such as analyze_crypto_swap, nor does it state when not to use it or which alternative to prefer.

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.

TDQS

A3.9/5.0
Disambiguation4/5

Most tools are clearly separated by domain and action: crypto swap tools vs. x402 paid resource tools. However, analyze_crypto_swap and quote_crypto_swap both compare providers and costs, so an agent could confuse their outputs despite the note about signable transactions.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using lowercase snake_case: analyze, check, find, purchase, quote. The naming makes each tool's intended action and target resource immediately clear.

Tool Count5/5

Six tools is well-scoped for the server's dual purpose of crypto swap quoting and x402 paid resource discovery/purchase. Each tool serves a distinct step in the workflow with no obvious bloat.

Completeness4/5

The paid resource workflow is well covered with find, check, quote, and purchase. The crypto swap side covers analysis and quoting, though execution is intentionally external via wallet-signed transactions, and there is no explicit post-purchase or post-swap status tool.