Skip to main content
Glama
iuk-ink

Binance MCP Server

by iuk-ink

futures_income

Retrieve futures income history including funding fees, realized PnL, commissions, and other income types for a specific symbol or all symbols within a time range.

Instructions

获取期货收益历史(资金费率/已实现盈亏/佣金等)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo交易对符号,不传获取所有
incomeTypeNo收益类型
startTimeNo起始时间戳(ms)
endTimeNo结束时间戳(ms)
limitNo数量限制
Behavior2/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 only lists data types retrieved but fails to disclose behavioral traits such as read-only nature, authentication requirements, rate limits, pagination, or any side effects. For a data retrieval tool, this is insufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that is concise and front-loaded with the main action. Including examples in parentheses is helpful, but it could be structured more clearly. Nearly every part earns its place.

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?

Despite 5 well-documented parameters and no output schema, the description lacks context about return format, pagination, date-range behavior, and default limits. For a data retrieval tool, this information is critical for correct usage, and the description does not provide it.

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 coverage is 100%, meaning each parameter has a description in the schema. The tool description adds no additional meaning beyond what is already in the schema. Baseline 3 is appropriate as the schema already documents parameters 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 tool's purpose: retrieving futures income history, with specific examples like funding rate, realized PnL, and commission. It uses a specific verb '获取' (get) and resource '收益历史', effectively distinguishing it from siblings like futures_account_balance or futures_account_report.

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 is provided on when to use this tool versus alternatives. It does not mention prerequisites, context, or exclusions. With many sibling tools, the lack of usage guidelines forces the agent to infer from the name alone.

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