Skip to main content
Glama
iuk-ink

Binance MCP Server

by iuk-ink

indicator_macd_rsi_direct

Fetch candlestick data and directly compute MACD and RSI indicators in one call, returning raw values without trading signals.

Instructions

MACD+RSI 组合直连版:一步获取 K 线并同时计算 MACD 和 RSI,返回完整数据不输出主观信号

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes交易对符号
klineIntervalNoK 线周期1h
klineLimitNoK 线数量
fastNoMACD 快线周期
slowNoMACD 慢线周期
signalNoMACD 信号线周期
rsiPeriodNoRSI 周期
Behavior3/5

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

With no annotations, the description carries full burden. It discloses that the tool returns complete data and does not output subjective signals, but does not mention read-only nature, rate limits, or other behavioral traits. Adequate but not thorough.

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?

Single sentence that is front-loaded with the core purpose. No unnecessary words; every part contributes to understanding the tool's function. Excellent conciseness.

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 the tool's complexity (7 parameters, no output schema), the description adequately explains what it returns (complete data without signals). It could mention error handling or output format, but for a technical indicator tool within a suite of similar tools, it's sufficiently complete.

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

Parameters3/5

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

Input schema covers all 7 parameters with descriptions, achieving 100% coverage. The description adds no extra parameter information beyond what the schema already provides, meeting the baseline of 3.

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 computes MACD and RSI from K-line data in one step, and distinguishes from siblings by noting it returns complete data without subjective signals. The name and description together make the 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 Guidelines3/5

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

The description implies it's for raw indicator data rather than signals, but does not explicitly state when to use this vs. alternatives like indicator_macd_rsi. Lacks clear guidance on selection criteria.

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