Skip to main content
Glama
iuk-ink

Binance MCP Server

by iuk-ink

trading_place_order

Execute Binance futures orders (limit, market, stop, take-profit) by specifying symbol, side, type, and optional quantity, price, or stop price.

Instructions

下单(限价/市价/止损/止盈)。参数:symbol(必填)/side(必填)/type(必填)/quantity(限价必填)/price(限价必填)/stopPrice(止损止盈必填)/reduceOnly/timeInForce/positionSide

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes交易对符号 如 BTCUSDT
sideYes方向 BUY=买入 / SELL=卖出
typeYes
positionSideNo持仓方向(双向持仓模式时需指定)
quantityNo数量(市价全仓可不传)
priceNo价格(市价可不传)
stopPriceNo止损/止盈触发价
timeInForceNo有效期 GTC=有效至取消 / IOC=立即成交或取消 / FOK=全部成交或取消
reduceOnlyNo仅减仓 true=是
Behavior2/5

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

No annotations are provided, so the description carries full burden. It does not disclose that placing an order is a mutating action, potential side effects, authentication needs, rate limits, or error scenarios. The description only lists parameters.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with two sentences, front-loading the purpose. However, it uses abbreviations and lacks punctuation, which slightly hinders readability.

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 complexity of order placement (9 parameters, multiple order types), the description omits details like parameter relationships, timeInForce meanings, and positionSide usage. The schema partially compensates, but the description could be more comprehensive.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds conditional requirement information (e.g., 'quantity is required for limit orders') beyond the schema's parameter descriptions. With 89% schema coverage, this additional context improves parameter understanding.

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: placing trading orders (limit, market, stop, take profit). It is distinct from sibling tools like indicators, market data, and order management tools. The verb '下单' (place order) and resource 'order' are specific.

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 usage for placing orders but does not explicitly state when to use this tool over alternatives (e.g., trading_place_algo for algorithmic orders). No guidance on when not to use it.

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/iuk-ink/binance-mcp-server'

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