Skip to main content
Glama
iuk-ink

Binance MCP Server

by iuk-ink

market_funding_rate_history

Retrieve historical funding rate records for Binance futures, including funding rate, time, and mark price. Filter by symbol or get the latest records across all markets.

Instructions

获取历史资金费率记录(含 fundingRate/fundingTime/markPrice)。可选 symbol 过滤,默认返回全市场最近 100 条

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo交易对符号(不传则全部)
limitNo数据量限制
Behavior3/5

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

No annotations are provided, so the description carries the burden. It specifies returned fields and parameter behavior, but does not explicitly state that the tool is read-only or disclose potential rate limits or authentication requirements. The description covers basic behavior but lacks full transparency.

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 concise, front-loaded with the core functionality and returned fields, and every sentence adds value. No wasted words.

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?

The description adequately covers purpose, parameters, and return data for a simple retrieval tool. Given no output schema and no annotations, it provides sufficient context for the agent to use the tool effectively.

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%, and the description adds meaningful context: symbol is optional and defaults to all, limit defaults to 100 with a maximum of 1500. This augments the schema and helps the agent understand parameter usage.

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 retrieves historical funding rate records with specific fields (fundingRate, fundingTime, markPrice). It distinguishes from sibling tools, which are mostly indicators or other market data, by focusing on funding rates.

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 mentions optional symbol filtering and default limit of 100, but does not explicitly state when to use this tool versus alternatives or provide exclusions. Usage is implied but not clearly guided.

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