Skip to main content
Glama
iuk-ink

Binance MCP Server

by iuk-ink

indicator_multi_direct

Retrieve RSI, MACD, and Bollinger Bands in a single API call. Optionally add ATR, ADX, or Stochastic. Reduces network round trips.

Instructions

批量直连指标:一次获取 K 线,同时计算 RSI(14) + MACD(12/26/9) + BBands(20/2)。启用 includeATR/includeADX/includeStoch 可额外获取 HLC 指标。替代逐个调用 rsi_direct + macd_direct + bbands_direct 的 3 次网络往返

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes交易对符号
klineIntervalNoK 线周期1h
klineLimitNoK 线数量
includeATRNo是否包含 ATR(14)
includeADXNo是否包含 ADX(14)
includeStochNo是否包含 Stochastic(14/3/3)
Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It discloses that the tool performs batch computation from a single K-line fetch and can include extra HLC indicators via boolean flags. However, it does not detail behavioral traits such as rate limits, error handling, or return structure. The disclosure is adequate but not comprehensive.

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 two sentences with no waste. The first sentence states the core functionality, and the second sentence adds optional capabilities and comparative benefit. Every sentence serves a purpose, and the most critical information is front-loaded.

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?

Given the tool's complexity (6 parameters, multiple indicators) and absence of an output schema, the description explains what indicators are computed but does not specify the output format or structure. While the context implies a combined result, the lack of explicit return details leaves some ambiguity for an AI agent.

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% with descriptions for each parameter. The description adds meaning beyond the schema by explaining that the boolean parameters (includeATR, includeADX, includeStoch) enable additional HLC indicators, clarifying their role. This adds value beyond the schema's parameter 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 it fetches K-line data once and computes multiple indicators (RSI, MACD, BBands) simultaneously, and explicitly distinguishes from siblings by noting it replaces three separate calls to rsi_direct, macd_direct, and bbands_direct. This provides a specific verb and resource with clear differentiation.

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?

The description explains that the tool is for batch retrieval of multiple direct indicators, saving network round trips compared to calling individual direct tools. It offers optional additional indicators (ATR, ADX, Stoch) but does not explicitly state when not to use it or list exclusion criteria. However, the context 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