Skip to main content
Glama
iuk-ink

Binance MCP Server

by iuk-ink

market_continuous_klines

Retrieve continuous kline data for perpetual and quarterly futures contracts. Compare prices to analyze basis—premium or discount.

Instructions

获取连续合约 K 线(永续/当季/次季)。用于基差分析:季度>永续=升水,季度<永续=贴水。pair 同 symbol,contractType 选 PERPETUAL/CURRENT_QUARTER/NEXT_QUARTER

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pairYes交易对符号 如 BTCUSDT
contractTypeYes合约类型 PERPETUAL=永续 / CURRENT_QUARTER=当季 / NEXT_QUARTER=次季
intervalYesK 线周期
limitNo数据量限制
Behavior3/5

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

No annotations provided, so description carries full burden. It adds context about basis interpretation but does not disclose behavioral traits like read-only nature, rate limits, or pagination. The word 'get' implies read, but more detail would improve 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?

Two sentences front-loaded with purpose and use case. No redundancy, every word adds value. Highly efficient.

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?

Given 4 params, no output schema, and no annotations, the description covers the key context: contract types and basis analysis. Enough for an agent to understand the tool's role, though return format could be mentioned.

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%, baseline 3. Description adds meaning by explaining 'pair 同 symbol' and linking contractType to basis analysis, enhancing understanding beyond schema descriptions.

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 continuous contract klines (perpetual, current quarter, next quarter) and explicitly ties it to basis analysis. It distinguishes from sibling tools like market_klines by specifying contract type and use case.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

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

Provides explicit context for basis analysis (contango/backwardation), guiding when to use. Does not mention when not to use or contrast with alternatives like market_klines, but the use case is clear.

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