Skip to main content
Glama
iuk-ink

Binance MCP Server

订单簿深度

market_orderbook
Read-only

Fetch the current order book snapshot for a specified symbol. Adjust depth from 5 to 1000 levels to assess market supply and demand.

Instructions

获取指定交易对的买卖盘快照。limit 合法值 5/10/20/50/100/500/1000。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
symbolYes

Schema Changelog

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

  1. Changed8 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"
    • removedInput schema / properties / limit / anyOf
      Removed value: -[
      -  {
      -    "const": 5,
      -    "type": "number"
      -  },
      -  {
      -    "const": 10,
      -    "type": "number"
      -  },
      -  {
      -    "const": 20,
      -    "type": "number"
      -  },
      -  {
      -    "const": 50,
      -    "type": "number"
      -  },
      -  {
      -    "const": 100,
      -    "type": "number"
      -  },
      -  {
      -    "const": 500,
      -    "type": "number"
      -  },
      -  {
      -    "const": 1000,
      -    "type": "number"
      -  },
      -  {
      -    "const": 5000,
      -    "type": "number"
      -  }
      -]
    • changedInput schema / properties / limit / default
      Previous value: -100New value: +20
    • removedInput schema / properties / limit / description
      Removed value: -"深度档位"
    • addedInput schema / properties / limit / maximum
      Added value: +9007199254740991
    • addedInput schema / properties / limit / minimum
      Added value: +-9007199254740991
    • addedInput schema / properties / limit / type
      Added value: +"integer"
    • removedInput schema / properties / symbol / description
      Removed value: -"交易对符号 如 BTCUSDT"
  2. Addedv2.0.3

TDQS

A3.7/5.0
Behavior4/5

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

The annotations readOnlyHint=true and openWorldHint=true already convey the read-only, potentially changing nature of the data, and the description does not contradict them. The description adds meaningful behavioral guidance beyond the annotations by constraining limit to legal values (5/10/20/50/100/500/1000), which the schema leaves effectively unbounded. It does not describe the ordering of the bid/ask sides, a minor gap for a read-only snapshot tool.

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 compact: one clause establishes the action, one clause delivers the parameter constraint. Every sentence earns its place, and the most decision-relevant information (legal limit values) is front-loaded immediately after the purpose.

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?

Given two simple parameters, a read-only and open-world annotation set, and no output schema, the description covers what the agent needs in order to invoke the tool correctly: the supported symbol and the admissible limit values. A short note on return shape (e.g., sides/ordering) would be a nice addition since no output schema exists, but it is not blocking for a basic snapshot call.

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?

At 0% schema description coverage, the description compensates well: the phrase '指定交易对' explains what the symbol parameter means, and the explict enumeration of legal limit values (5/10/20/50/100/500/1000) provides far more precision than the schema's meaningless numeric bounds. It does not explain whether the limit applies to each side or the total depth, but the core meaning of both parameters is in place.

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 a specific action and resource: '获取指定交易对的买卖盘快照' (fetches a snapshot of the order book for a specified trading pair). It is unambiguous about which resource it concerns, though it does not explicitly contrast itself with the similarly named sibling market_book_ticker.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no when-to-use or when-not-to-use guidance. The description never explains why an agent should choose this tool instead of market_book_ticker (best bid/ask) or market_klines (candles); an agent is left to infer the use case from the tool name and purpose alone.

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