Skip to main content
Glama
iuk-ink

Binance MCP Server

by iuk-ink

indicator_macd_rsi

Computes MACD and RSI from price data, returning MACD line, signal, histogram, and RSI value for trend and momentum analysis.

Instructions

MACD 与 RSI 组合:同时返回 MACD(macd/signal/histogram)和 RSI(value)的完整数值,不输出硬编码的 bullish/bearish 信号,由 AI 结合全局上下文自行判断

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valuesYes价格序列(收盘价)
fastNoMACD 快线周期
slowNoMACD 慢线周期
signalNoMACD 信号线周期
rsiPeriodNoRSI 周期
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses that the tool returns raw values rather than signals, but lacks details on safety, side effects, or error behavior.

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 a single, concise sentence that front-loads the main purpose and includes no unnecessary words.

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?

The description mentions output components but does not specify the return format or structure. Given the multiple indicators, more detail on output would improve completeness.

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?

Schema coverage is 100% with descriptions for all parameters. The description adds no additional parameter meaning beyond the schema's 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 combines MACD and RSI indicators and returns their raw numerical values, distinguishing it from siblings that output single indicators or hardcoded signals.

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 explicitly states the tool does not output hardcoded signals and that the AI should judge based on context, providing guidance on when to use this tool over direct signal versions. However, it does not explicitly list when not to use it.

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