Skip to main content
Glama
nirholas

Binance.US MCP Server

by nirholas

binance_us_open_orders

Retrieve and monitor all open trading orders on Binance.US. Filter by specific trading pairs to optimize API rate limits and manage active positions effectively.

Instructions

Get all open orders on Binance.US. Can be filtered by symbol. Warning: Querying without symbol is heavier on rate limits (weight 40 vs 3).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNoTrading pair symbol to filter by (e.g., BTCUSD). If omitted, returns all open orders.
recvWindowNoReceive window in milliseconds (max 60000)
Behavior4/5

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

With no annotations, the description carries full burden and adds valuable behavioral context: it discloses rate limit implications (weight 40 vs 3) for unfiltered queries, which is critical for API usage. However, it lacks details on authentication needs, pagination, or error handling.

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 sentences with zero waste: the first states the purpose and filtering capability, the second warns about rate limits. It is front-loaded and appropriately sized for the tool's complexity.

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 no annotations and no output schema, the description is fairly complete for a read operation, covering purpose, filtering, and rate limits. However, it could improve by mentioning authentication requirements or response format, though the lack of output schema is not its fault.

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%, so the schema already documents both parameters. The description adds marginal value by explaining the symbol filter's purpose and rate limit impact, but does not provide additional syntax or format details beyond what the schema offers.

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 verb 'Get' and resource 'all open orders on Binance.US', specifying it can be filtered by symbol. It distinguishes from siblings like 'binance_us_all_orders' (historical) and 'binance_us_cust_open_orders' (custodial) by focusing on current open orders, though not explicitly named.

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 provides clear context for when to use symbol filtering (to reduce rate limit impact) but does not explicitly mention when not to use this tool versus alternatives like 'binance_us_cust_open_orders' for custodial orders or 'binance_us_all_orders' for historical data.

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