Skip to main content
Glama
iuk-ink

Binance MCP Server

收支流水

trading_income
Read-onlyIdempotent

Fetch Binance futures income records—funding fees, commissions, realized PnL—with filters for symbol, type, and time range to track cash flows and reconcile trading costs.

Instructions

返回:资金费/手续费/已实现盈亏等流水记录。income 负数为支出。incomeType 合法值与官方枚举一致(如 FUNDING_FEE / COMMISSION / REALIZED_PNL)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
symbolNo
endTimeNo
startTimeNo
incomeTypeNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed6 schema fields changedv3.0.1
    • changedInput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
    • addedInput schema / properties / endTime
      Added value: +{
      +  "maximum": 9007199254740991,
      +  "minimum": -9007199254740991,
      +  "type": "integer"
      +}
    • changedInput schema / properties / incomeType / enum
      Previous value: -[
      -  "TRANSFER",
      -  "WELCOME_BONUS",
      -  "REALIZED_PNL",
      -  "FUNDING_FEE",
      -  "COMMISSION",
      -  "INSURANCE_CLEAR"
      -]New value: +[
      +  "TRANSFER",
      +  "WELCOME_BONUS",
      +  "REALIZED_PNL",
      +  "FUNDING_FEE",
      +  "COMMISSION",
      +  "INSURANCE_CLEAR",
      +  "REFERRAL_KICKBACK",
      +  "COMMISSION_REBATE",
      +  "API_REBATE",
      +  "CONTEST_REWARD",
      +  "CROSS_COLLATERAL_TRANSFER",
      +  "OPTIONS_PREMIUM_FEE",
      +  "OPTIONS_SETTLE_PROFIT",
      +  "INTERNAL_TRANSFER",
      +  "AUTO_EXCHANGE",
      +  "DELIVERED_SETTELMENT",
      +  "COIN_SWAP_DEPOSIT",
      +  "COIN_SWAP_WITHDRAW",
      +  "POSITION_LIMIT_INCREASE_FEE",
      +  "STRATEGY_UMFUTURES_TRANSFER",
      +  "FEE_RETURN",
      +  "BFUSD_REWARD"
      +]
    • removedInput schema / properties / limit / description
      Removed value: -"数据量限制"
    • addedInput schema / properties / startTime
      Added value: +{
      +  "maximum": 9007199254740991,
      +  "minimum": -9007199254740991,
      +  "type": "integer"
      +}
    • removedInput schema / properties / symbol / description
      Removed value: -"交易对符号 如 BTCUSDT"
  2. Addedv2.0.3

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, so the safety profile is covered. The description adds meaningful context (income negative means expenditure, incomeType consistent with official enum), but does not disclose pagination, ordering, time-range behavior, or response structure, so it is adequate rather than rich.

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?

Two short sentences front-load the core return value, followed by the key convention about negative income and incomeType enum. There is no filler, though a bit more structure around parameters would improve completeness.

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?

With no output schema, the description should explain what fields each record contains, but it does not. Parameter semantics are incomplete for 5 optional params, and time range behavior is not explained. In a large sibling family, these gaps make the definition only minimally sufficient.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must carry the burden for explaining parameters. It only clarifies incomeType via examples and the 'official enum' note. It does not explain limit semantics, symbol format, or startTime/endTime units/format, and schema itself lacks descriptions, leaving agents to guess.

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 states a specific verb ('返回') and resource ('流水记录' of funding fee, commission, realized PnL), so an agent can identify it as an income/expense history tool. It does not explicitly differentiate it from trading_commission, trading_trades, or trading_account, so it falls short of a 5.

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 given about when to use this tool instead of alternatives like trading_commission or trading_trades. The intended use is only implied by the examples of income types, so agents browsing many siblings get little routing help.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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