Skip to main content
Glama
nirholas

Binance.US MCP Server

by nirholas

binance_us_withdraw_history

Retrieve and filter cryptocurrency withdrawal history from Binance.US by coin, status, or time range for tracking transactions.

Instructions

Get crypto withdrawal history. Filter by coin, status, or time range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coinNoFilter by coin symbol
withdrawOrderIdNoFilter by client withdrawal ID
statusNoStatus filter: 0=email sent, 1=canceled, 2=awaiting approval, 3=rejected, 4=processing, 5=failure, 6=completed
startTimeNoStart time in ms. Default: 90 days ago
endTimeNoEnd time in ms. Default: now
offsetNoPagination offset. Default: 0
limitNoNumber of results. Default: 1000, Max: 1000
recvWindowNoThe value cannot be greater than 60000
Behavior2/5

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

With no annotations provided, the description carries full burden but reveals minimal behavioral traits. It mentions filtering but doesn't disclose pagination behavior (implied by offset/limit parameters), authentication requirements, rate limits, error conditions, or whether this is a read-only operation. The agent must infer behavior from parameter names alone.

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?

Extremely concise single sentence with zero wasted words. Every word earns its place: 'Get' (action), 'crypto withdrawal history' (resource), and three filter examples that hint at capability scope. Perfectly front-loaded with core purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a financial API tool with 8 parameters, no annotations, and no output schema, the description is insufficient. It doesn't address authentication requirements (critical for withdrawal data), rate limits, error handling, response format, or pagination strategy. The agent lacks necessary context for reliable tool invocation.

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 parameters are fully documented in the schema. The description adds marginal value by mentioning three filter types (coin, status, time range) but doesn't explain parameter interactions, default behaviors beyond what's in schema descriptions, or the meaning of 'recvWindow'. 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.

Purpose4/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 ('crypto withdrawal history') with specific filtering capabilities. It distinguishes from deposit-related siblings like 'binance_us_deposit_history' but doesn't explicitly differentiate from other withdrawal tools like 'binance_us_withdraw_crypto' or 'binance_us_withdraw_fiat'.

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 guidance on when to use this tool versus alternatives. The description mentions filtering capabilities but doesn't specify prerequisites (e.g., authentication needs), typical use cases, or when to choose this over other withdrawal-related 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