Skip to main content
Glama
mujeeb8

binance-mcp

by mujeeb8

get_account_overview

Retrieve a unified account overview covering spot and funding wallet balances. Optionally filter by asset, omit zero balances, and include BTC valuation.

Instructions

Get a combined overview of spot account balances and funding wallet balances.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assetNoOptional asset filter such as BTC or USDT.
needBtcValuationNoWhen true, the funding wallet includes BTC valuation where available.
omitZeroBalancesNoWhen true, the spot account returns only non-zero balances.
Behavior2/5

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

With no annotations provided, the description is the only source of behavioral context. It does not disclose read-only nature, response structure, pagination, or any side effects. The phrase 'overview' hints at a high-level view but adds little beyond the purpose statement.

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 a single, front-loaded sentence that directly communicates the core function. It is concise and free of redundancy, achieving high clarity with minimal words.

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?

There is no output schema and the description says nothing about return format, data shape, or how this differs from get_portfolio_snapshot. Given the lack of annotations and the presence of sibling tools that may overlap, the description is incomplete for safe and accurate tool selection.

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?

Schemas already provide 100% coverage for all three parameters with descriptions. The tool description does not add any parameter-specific meaning, so the baseline of 3 applies.

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 'combined overview' of spot and funding wallet balances, which directly distinguishes it from sibling tools get_spot_account and get_funding_wallet. The verb 'get' and specific resource markers make the purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies a use case (when both balance types are needed) but does not explicitly state when to use this tool versus the alternatives. It lacks direct exclusions or mentions of alternatives, so the agent is left to infer.

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

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