Skip to main content
Glama
iuk-ink

Binance MCP Server

历史资金费率

market_funding_rate_history
Read-only

Retrieve historical funding rate records for any Binance futures trading pair. Input a symbol and optional limit to get past funding rates for analysis.

Instructions

获取指定交易对的历史资金费率记录。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
symbolNo

Schema Changelog

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

  1. Changed4 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"
    • removedInput schema / properties / limit / description
      Removed value: -"数据量限制"
    • changedInput schema / properties / limit / maximum
      Previous value: -1500New value: +1000
    • removedInput schema / properties / symbol / description
      Removed value: -"交易对符号(不传则全部)"
  2. Addedv2.0.3

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint and openWorldHint, so the safety profile is covered. The description adds that the result is a historical record of funding rates, but it does not disclose behaviors such as ordering, time range, what happens when no symbol is provided, or whether the rate is the latest vs. per-interval. No contradiction with annotations.

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 one clean, front-loaded sentence with zero filler. It states the exact action and resource without any redundant explanation, so it earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

While the tool is simple and has annotations protecting safety, the description does not clarify any alternative use case versus siblings, the meaning of `limit` in plain terms, or the expected behavior when `symbol` is omitted. For a two-parameter read-only tool, this is minimally acceptable but leaves some gaps an agent would have to infer from the schema.

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 compensate for parameter meaning. It partially clarifies that 'symbol' refers to a trading pair via '指定交易对', but it says nothing about `limit` other than what the schema fields already provide (default, min, max). The description does not explain the meaning of the records returned or how the limit affects them.

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 states a specific verb ('获取' / get) and resource ('指定交易对的历史资金费率记录' / historical funding rate records for a specified trading pair). Using '历史' clearly distinguishes this from the sibling `market_funding_rate`, making its 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 Guidelines2/5

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

The description gives no explicit when-to-use or when-not-to-use guidance and does not mention alternatives like `market_funding_rate` or `market_mark_price`. The only implicit signal is the word '历史' (historical), which the agent must infer means this tool is for past data rather than current funding rate.

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