Skip to main content
Glama
mujeeb8

binance-mcp

by mujeeb8

get_convert_quote

Request a Binance Convert quote to preview conversion rates and validity. Obtain an exchange rate for converting one crypto asset to another without executing the trade.

Instructions

Request a Binance Convert quote. This does not execute the conversion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toAssetYesDestination asset, for example USDT.
toAmountNoExact destination amount as a decimal string.
fromAssetYesSource asset, for example BTC.
validTimeNoHow long the quote stays valid.
fromAmountNoExact source amount as a decimal string.
walletTypeNoWallet source used by Convert.
Behavior3/5

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

No annotations are provided, so the description must carry the transparency burden. It does disclose the key behavioral trait that the tool is non-executing, which implies read-only behavior. However, it does not mention other relevant details such as authentication requirements, whether the quote guarantees a price, or how the quote is delivered (e.g., in response vs. a quote ID). The disclosure is useful but incomplete.

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 two short sentences that are direct and front-loaded. The first sentence states the primary purpose, and the second clarifies a critical caveat. There is no waste, and every word contributes value.

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?

The description is minimal for a tool with 6 parameters, no output schema, and no annotations. It does not explain what the quote response will contain (e.g., total, quoteId, expiry), how to interpret the response, or the workflow step of subsequently accepting the quote. Given the absence of an output schema, the description should provide more context about return values and the typical usage flow.

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 schema description coverage is 100%, with each parameter having a meaningful description (e.g., 'Source asset', 'Exact destination amount'). The tool description adds no additional parameter semantics beyond what the schema already provides, so the baseline 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 verb 'Request' and the specific resource 'a Binance Convert quote', and immediately clarifies it does not execute the conversion, distinguishing it from the sibling tool accept_convert_quote. This is a specific, non-tautological purpose.

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 implies clear usage context: to obtain a quote without executing. While it does not explicitly name alternatives, the phrase 'does not execute the conversion' strongly suggests using accept_convert_quote for execution. The sibling list reinforces this separation, but explicit guidance would be stronger.

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/mujeeb8/Binance-MCP'

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