Skip to main content
Glama

Get indicative trade price

fuse_trade_indicative_price

Returns an indicative price + route for a swap on Fuse (0x-style response). One of sellAmount / buyAmount must be provided.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
buyTokenYesERC-20 contract address of the token to buy.
gasPriceNoGas price override in wei.
buyAmountNoDesired buy amount in base units (mutually exclusive with `sellAmount`).
sellTokenYesERC-20 contract address of the token to sell.
sellAmountNoSell amount in base units (mutually exclusive with `buyAmount`).
feeRecipientNo
takerAddressNoAddress of the trader (for validation).
skipValidationNo
excludedSourcesNoComma-separated liquidity sources to exclude.
includedSourcesNoComma-separated liquidity sources to include.
slippagePercentageNoMax slippage as a decimal string (e.g. `0.01` = 1%).
buyTokenPercentageFeeNo
enableSlippageProtectionNo
feeRecipientTradeSurplusNo
priceImpactProtectionPercentageNo

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden for behavioral disclosure. It mentions 'indicative' and '0x-style response', but does not explicitly state that the tool is read-only, does not simulate transactions, or require allowances. It also omits potential side effects or prerequisites.

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 extremely concise: two sentences that front-load the main purpose and a critical parameter constraint. No extraneous words; every sentence earns its place.

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

Completeness2/5

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

Given the tool's complexity (15 parameters, no output schema, no annotations), the description is insufficient. It does not explain the response structure beyond '0x-style', nor does it address optional parameters, prerequisites, or common use cases.

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?

The description adds value by clarifying the mutual exclusivity of sellAmount and buyAmount, which is partially covered in schema descriptions. However, with 40% of parameters lacking schema descriptions, the description does not elaborate on other important parameters like gasPrice, slippagePercentage, etc., leaving significant gaps.

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

Purpose4/5

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

The description clearly states the tool returns an indicative price and route for a swap on Fuse, using 0x-style response. It also notes that one of sellAmount/buyAmount is required. However, compared to sibling tools like fuse_get_trade_quote and fuse_smart_swap_tokens, it could more explicitly differentiate itself as a quotation tool versus execution.

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 provides a clear usage hint that one of sellAmount or buyAmount must be provided, but it lacks guidance on when to use this tool over similar tools (e.g., fuse_get_trade_quote) or under what conditions it is appropriate.

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.7/5.0
Disambiguation5/5

All 50 tools have clearly distinct purposes, with descriptive names and descriptions that differentiate even similar concepts like token pricing (fuse_get_token_price, fuse_get_token_price_change, etc.). There is no ambiguity between tools.

Naming Consistency5/5

All tools follow a consistent 'fuse_verb_noun' pattern using snake_case, with groups like fuse_get_*, fuse_send_*, fuse_smart_*, and fuse_notification_*, making them predictable and easy to navigate.

Tool Count4/5

50 tools is on the higher side but appropriate given the breadth of Fuse Network operations (read/write, smart wallet, staking, trading, notifications, ENS, etc.). Each tool contributes to a well-scoped feature set without unnecessary redundancy.

Completeness4/5

The tool set covers a comprehensive range of blockchain interactions on Fuse, including balances, transfers, smart contracts, staking, trading, NFTs, notifications, and ENS. Minor gaps like governance or bridging exist but do not significantly impair common workflows.

Resources