Skip to main content
Glama
nirholas

Binance.US MCP Server

by nirholas

binance_us_withdraw_crypto

Transfer cryptocurrency from your Binance.US account to an external wallet address. Specify asset, network, destination, and amount to initiate withdrawal.

Instructions

Submit a crypto withdrawal request. Requires withdrawal permission on API key. ⚠️ This action transfers funds OUT of your account - verify address carefully!

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coinYesAsset symbol, e.g., BTC, ETH, USDT
networkYesWithdrawal network, e.g., ERC20, BEP20, BTC. Ensure address type matches network!
addressYesWithdrawal destination address
amountYesWithdrawal amount
addressTagNoMemo/tag for coins like XRP, XMR, etc.
withdrawOrderIdNoClient ID for the withdrawal (for your reference)
recvWindowNoThe value cannot be greater than 60000
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively communicates critical traits: it's a destructive action ('transfers funds OUT of your account'), includes a safety warning ('verify address carefully'), and specifies a permission requirement ('withdrawal permission on API key'). However, it does not mention potential side effects like fees, processing times, or irreversible nature, which could be important for a withdrawal 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 front-loaded with the core purpose and key warnings in just two sentences, with zero wasted words. Every sentence earns its place by conveying essential information (action, permission, risk warning) efficiently, making it easy for an agent to parse quickly.

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 complexity of a crypto withdrawal tool with no annotations and no output schema, the description does a good job covering the basics: purpose, permissions, and risks. However, it lacks details on return values (e.g., confirmation ID, status) or error conditions, which would be helpful for an agent to handle responses. It's mostly complete but has minor gaps in output expectations.

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, so the schema already documents all 7 parameters thoroughly. The description does not add any additional meaning or context about the parameters beyond what the schema provides (e.g., it doesn't explain parameter interactions or provide examples). The baseline score of 3 is appropriate since the schema handles the parameter documentation adequately.

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 ('Submit a crypto withdrawal request') and resource ('funds OUT of your account'), distinguishing it from sibling tools like binance_us_withdraw_fiat (for fiat) and binance_us_withdraw_history (for viewing history). It directly addresses what the tool does without being vague or tautological.

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 when to use this tool (for crypto withdrawals) and includes a prerequisite ('Requires withdrawal permission on API key'), but it does not explicitly state when not to use it or name alternatives (e.g., using binance_us_withdraw_fiat for fiat withdrawals). The guidance is helpful but lacks explicit exclusions or sibling comparisons.

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