Skip to main content
Glama
iuk-ink

Binance MCP Server

by iuk-ink

futures_account_report

Retrieve a futures account overview report. Use compact mode to save tokens by returning only positions and active orders, or disable it for full account details including balances and account info.

Instructions

获取期货账户全景报告。默认紧凑模式(compact=true):只返回持仓+活跃订单,省 token。传 compact=false 可恢复全量(含 balances+accountInfo)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hideZeroPositionsNo是否过滤零持仓,默认 true。设为 false 可查看历史全部持仓
compactNo精简模式(默认)。true=去重返回(省 token),false=完整返回 balances+accountInfo 全部字段
Behavior3/5

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

With no annotations, the description carries full burden. It discloses that compact mode returns positions and active orders, while full mode adds balances and account info. It mentions token savings but omits authorization requirements or any side effects.

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, front-loaded with the main purpose, no redundant information. Every word adds value.

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?

Despite no output schema, the description adequately explains what the report contains in both modes. It does not cover error states or prerequisites, but for a read-only report this is sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with descriptions for both parameters. The description adds significant value by explaining the 'compact' parameter's effect on report content (positions+orders vs full) and token usage, which is not in the schema.

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 retrieves a 'futures account panoramic report' and explains the difference between compact and full modes. It implies a comprehensive view but does not explicitly distinguish from sibling tools like futures_account_balance or futures_open_orders.

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 indicates when to use compact mode (to save tokens) vs full mode (for complete data), but does not provide explicit guidance on when not to use this tool or suggest alternatives like futures_account_balance for specific needs.

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/iuk-ink/binance-mcp-server'

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