Skip to main content
Glama
nirholas

Binance.US MCP Server

by nirholas

binance_us_cust_available_balance

Retrieve available trading balance from Binance.US custodial sub-accounts to check funds for placing new orders. Specify custodial partner and optional asset filter.

Instructions

Get available balance in the custodial sub-account for trading.

⚠️ REQUIRES CUSTODIAL SOLUTION API KEY

Returns the balance available for placing new orders.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
railYesCustodial partner name (e.g., ANCHORAGE, BITGO). Must be uppercase.
assetNoFilter by specific asset
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses key behavioral traits: the requirement for a custodial API key (auth needs) and that it returns balance for placing new orders (read-only, non-destructive operation). It doesn't mention rate limits, error conditions, or response format details, but given the lack of annotations, it provides sufficient basic context for a read operation without contradictions.

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 appropriately sized and front-loaded: it starts with the core purpose, includes a critical warning, and ends with the return value clarification. Every sentence earns its place, with no wasted words, making it efficient and easy to parse.

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 the tool's complexity (a read operation with specific auth requirements), the description is complete enough: it covers purpose, prerequisites, and return value intent. No output schema is provided, but the description clarifies what the return represents. It lacks details on response format or error handling, but for a balance query tool, this is adequate, though not exhaustive.

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?

The input schema has 100% description coverage, with clear documentation for both parameters ('rail' and 'asset'). The description doesn't add any parameter-specific information beyond what the schema provides (e.g., no examples or usage tips for parameters). Since schema coverage is high, the baseline is 3, as the description doesn't compensate with extra semantic details.

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 the tool's purpose: 'Get available balance in the custodial sub-account for trading.' It specifies the verb ('Get'), resource ('available balance'), and scope ('custodial sub-account for trading'), which distinguishes it from general balance tools. However, it doesn't explicitly differentiate from sibling tools like 'binance_us_cust_balance' or 'binance_us_custodial_balance', which appear similar, so it misses full sibling differentiation.

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?

The description provides clear context for usage: it specifies that this is for 'trading' and includes a warning '⚠️ REQUIRES CUSTODIAL SOLUTION API KEY,' indicating prerequisites. It also clarifies the return value's purpose: 'Returns the balance available for placing new orders.' However, it doesn't explicitly state when to use this tool versus alternatives like 'binance_us_cust_balance' or other balance-related siblings, so it lacks explicit alternatives guidance.

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