Skip to main content
Glama
DeloraProtocol

Delora MCP

Official

get_quote

Get a cross-chain quote showing best route, output amount, calldata, and gas. Resolve chain IDs and token addresses first using get_chains and get_tokens.

Instructions

Get a cross-chain quote: best route, output amount, calldata, gas. Use get_chains and get_tokens first to resolve chain IDs and token addresses.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
originChainIdYesOrigin chain ID (e.g. 1 for Ethereum, 42161 for Arbitrum)
destinationChainIdYesDestination chain ID
amountYesAmount in smallest units (wei/smallest decimals)
originCurrencyYesToken address on origin chain; use 0x0... for native currency
destinationCurrencyYesToken address on destination chain; use 0x0... for native
senderAddressNoSender wallet address
receiverAddressNoReceiver wallet address
integratorNoIntegrator identifier
feeNoFee 0–0.1 (only with integrator)
slippageNoSlippage tolerance 0–1 (e.g. 0.005 for 0.5%)
Behavior3/5

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

No annotations are provided, so the description bears full responsibility for behavioral disclosure. It states the tool returns 'best route, output amount, calldata, gas,' which implies read-only behavior. However, it does not mention that no state changes occur, nor does it discuss permissions, rate limits, or error conditions. This is adequate but not exhaustive.

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 consists of two sentences: the first states the tool's function, and the second provides essential prerequisite guidance. Every word is informative and there is no redundancy or fluff.

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

Completeness3/5

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

Given the tool has 10 parameters, no output schema, and no annotations, the description provides useful prerequisite guidance (use get_chains and get_tokens first) but lacks details on output format, parameter interdependencies (e.g., sender/receiver optionality, fee constraint), or common error scenarios. It is somewhat complete but could be more helpful for a complex multi-parameter tool.

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% and each parameter has a clear description in the schema. The tool description adds no additional parameter-level detail beyond summarizing the overall return. It does hint at requiring prior resolution of chain IDs and token addresses, but this is more about usage context. With complete schema coverage, a baseline score of 3 is appropriate.

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: 'Get a cross-chain quote: best route, output amount, calldata, gas.' It distinguishes this tool from siblings like get_chains (which lists chains) and get_tokens (which lists tokens) by specifying that it provides a quote for cross-chain transfers.

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

Usage Guidelines4/5

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

The description explicitly advises to use get_chains and get_tokens first to resolve chain IDs and token addresses, providing clear context for when to use this tool. It does not explicitly address when not to use it or mention alternatives, but the guidance is sufficient given the sibling tools serve different purposes.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DeloraProtocol/delora-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server