Skip to main content
Glama
nirholas

Binance.US MCP Server

by nirholas

binance_us_order_book

Retrieve real-time order book data for Binance.US trading pairs to analyze market depth, view bid-ask spreads, and monitor price levels with quantities.

Instructions

Get order book depth (bids and asks) for a trading pair on Binance.US. Returns price levels with quantities. Weight varies based on limit (1-100: weight 1, 101-500: weight 5, 501-1000: weight 10, 1001-5000: weight 50).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesTrading pair symbol, e.g., BTCUSD
limitNoNumber of price levels. Valid values: 5, 10, 20, 50, 100, 500, 1000, 5000. Default 100, max 5000.
Behavior4/5

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

With no annotations provided, the description carries full burden. It effectively discloses key behavioral traits: it's a read operation (implied by 'Get'), returns specific data structure (bids and asks with quantities), and importantly includes rate limit information (weight variations based on limit parameter). This covers critical operational constraints that annotations would normally provide.

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?

Two sentences efficiently convey purpose and critical operational constraints. The first sentence covers what the tool does, the second provides essential rate limit information. No wasted words, though it could be slightly more structured by separating purpose from constraints more clearly.

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 read-only market data tool with 2 parameters and no output schema, the description is reasonably complete. It covers purpose, return data structure, and rate limits. The main gap is lack of output format details (structure of returned bids/asks) and no comparison to alternative market data tools, but overall provides sufficient context for agent usage.

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 100%, providing good documentation for both parameters. The description adds marginal value by mentioning the weight variations tied to the limit parameter, but doesn't provide additional semantic context beyond what's already in the schema descriptions. Baseline 3 is appropriate when schema does the heavy lifting.

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 specific action ('Get order book depth'), resource ('for a trading pair on Binance.US'), and output ('Returns price levels with quantities'). It distinguishes from siblings like ticker_24hr or ticker_price by focusing on order book depth rather than aggregated data.

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?

No explicit guidance on when to use this tool versus alternatives like ticker_book or recent_trades. The description mentions weight variations but doesn't provide context on when this tool is appropriate compared to other market data tools in the sibling list.

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

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