Skip to main content
Glama
iuk-ink

Binance MCP Server

交易规则

market_exchange_info
Read-only

Get trading pair precision specifications for Binance futures: decimals, tick size, step size, and minimum notional. Pass a symbol to limit results; omit it to fetch the full market dataset.

Instructions

获取交易对精度规格(价格/数量小数位、tickSize、stepSize、最小名义价值)。缺省返回全市场(数据量大,慎用)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changedv3.0.1
    • changedInput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
    • addedInput schema / properties / symbol
      Added value: +{
      +  "type": "string"
      +}
  2. Addedv2.0.3

TDQS

A4.2/5.0
Behavior4/5

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

Beyond readOnlyHint, the description discloses default all-market behavior, large payload risk, andespecific fields returned. It does not mention pagination or response shape, but the operation is a simple read-only info lookup and annotations already cover safety.

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?

Two concise clauses, front-loaded with the core purpose and fields, followed by a caution. Every sentence earns its place and there is no indentation or unrelated text.

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?

For a simple read-only exchange-information tool with one optional parameter and no output schema, the description covers the return content and the all-market cas. It does not mention exact output container/format, but the named fields provide enough.

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 0 %, so the description must define symbol semantics. The description implies that symbol filters to a trading pair by saying 'default returns all market', but it never explicitly states the symbol format/value and does not explain what the parameter represents in relation to the output. It compensates partially but not fully for the empty 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 names a specific verb+resource: obtain trading-pair precision specifications, and enumerates the returned fields (price/qty decimals, tickSize, stepSize, minnotional). This clearly distinguishes it from sibling market book/ticker/kline tools.

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?

It tells the agent that omitting symbol returns he entire market and warns that the payload is large and should be used carefully, which implies passing a symbol to limit scope. It could be stronger with an explicit 'use this when you need precision/exchange rules rather than market data or trading operations', but the context is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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