Skip to main content
Glama
C0inFlips

binance-mcp-chainvector

by C0inFlips

BinanceConvertPlaceLimitOrder

Place a limit order on Binance to convert between two tokens at a specified price, with options for amount type, wallet, and expiry.

Instructions

Places a limit order to convert between two tokens at a specified price, using either base or quote amount, with options for wallet type and order expiry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sideYesBUY or SELL
baseAssetYesBase asset (from `fromIsBase` in /exchangeInfo API)
baseAmountNoBase asset amount (either this or quoteAmount is required)
limitPriceYesSymbol limit price (from baseAsset to quoteAsset)
quoteAssetYesQuote asset
recvWindowNoTime window for request validity
walletTypeNoType of assets used: SPOT, FUNDING, or SPOT_FUNDING. Default is SPOT
expiredTypeYesExpiration type: 1_D, 3_D, 7_D, or 30_D (D = days)
quoteAmountNoQuote asset amount (either this or baseAmount is required)
Behavior2/5

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

No annotations are provided, so the description bears the full burden. It discloses the core mutation (placing a limit order) but omits behavioral context like order execution behavior, required permissions, potential rejections, or the fact that funds may be reserved. For a trading tool, this is insufficient.

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?

A single, front-loaded sentence conveys the core purpose without extraneous information.

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?

Despite a rich schema, the tool has no output schema and no annotations. The description does not explain the response structure, order lifecycle, or integration with sibling tools like BinanceConvertOrderStatus or BinanceConvertCancelLimitOrder, leaving gaps for a complex 9-parameter order placement 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 descriptions cover all 9 parameters, so the baseline is 3. The description adds minimal relational semantics by noting 'either base or quote amount' and grouping wallet type and expiry, but this largely mirrors existing schema descriptions.

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 uses a specific verb ('Places') and identifies the unique resource ('limit order to convert between two tokens'), clearly differentiating from general order tools like BinanceNewOrder and other convert workflow tools.

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 its use case (placing a limit conversion order) but does not explicitly state when to choose this over alternatives such as BinanceNewOrder or when not to use it. No exclusions or alternative guidance is provided.

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/C0inFlips/binance-mcp-chainvector'

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