Skip to main content
Glama
mannutech
by mannutech

o1 Get Quote

o1_get_quote
Read-only

Get a live DEX-aggregator swap quote on Base. Read-only, returns route summary and raw data without requiring a wallet.

Instructions

Get a live DEX-aggregator swap quote on Base (o1.exchange). Read-only — no wallet or signing. Pass token addresses or "ETH". amountIn is in base units (wei). Returns a compact route summary + raw. Quotes expire in ~10s.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
feeBpsNoIntegrator fee in bps.
chainIdNoChain id. Base (8453) only; other chains are rejected.
maxHopsNoMax route hops.
tokenInYesInput token: an EVM address or "ETH".
amountInYesAmount of tokenIn in base units (wei), as a decimal string > 0.
tokenOutYesOutput token: an EVM address or "ETH".
slippageBpsNoMax slippage in bps (0..2000). Defaults to 100.
allowedDexesNoRestrict routing to these DEX ids.
splitEnabledNoAllow split routing across venues.
timeBudgetMsNoUpstream routing time budget in ms (50..10000).
Behavior5/5

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

Annotations already declare readOnlyHint and openWorldHint. The description adds valuable behavioral details: 'Read-only — no wallet or signing', 'Quotes expire in ~10s', and 'Returns a compact route summary + raw'. No contradictions.

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 concise: three sentences, front-loaded with the core purpose, no unnecessary words. Every sentence adds value.

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?

The tool has no output schema, so the description partially compensates by stating 'Returns a compact route summary + raw'. However, it does not detail the output structure. Given the complexity (10 parameters), slightly more detail would improve completeness.

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 baseline is 3. The description reiterates some parameter info (e.g., amountIn in wei, token addresses or 'ETH') but does not add new meaning beyond the schema.

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 'Get a live DEX-aggregator swap quote on Base (o1.exchange)', specifying the verb, resource, and scope. It effectively distinguishes from sibling tools (o1_health, o1_list_supported_dexes).

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 provides clear usage context: 'Read-only — no wallet or signing', 'Pass token addresses or "ETH"', and notes quote expiration (~10s). It lacks explicit when-not-to-use guidance, but given the siblings' purposes, usage is well implied.

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/mannutech/o1-mcp-server'

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