Skip to main content
Glama
iuk-ink

Binance MCP Server

by iuk-ink

indicator_divergence

Detect RSI divergence by comparing price and RSI trends. Price makes higher high but RSI lower → bearish divergence; lower low but RSI higher → bullish divergence. Identifies momentum exhaustion.

Instructions

RSI 背离检测:比较价格走势与 RSI 趋势的背离。价格创新高但 RSI 未同步 → 顶背离(上涨动能衰竭);价格创新低但 RSI 未同步 → 底背离(下跌动能衰竭)。返回背离类型 + 左右窗口的峰谷数据 + 解读说明

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valuesYes价格序列(收盘价)
rsiPeriodNoRSI 周期
lookbackNo分析窗口大小(等分为左右两半各 10 根)
Behavior3/5

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

No annotations provided, so description must cover behavioral traits. It explains the core comparison logic and return types, but does not mention edge cases, data sufficiency, or computational side effects. 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?

Single sentence packs purpose, divergence types, and return structure without excess. Every part adds value, front-loaded with intent.

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?

No output schema, but description outlines return contents (divergence type, window data, interpretation). Missing exact output structure, but sufficient for a specialized indicator tool.

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 covers 100% of parameters (baseline 3). Description adds value by explaining that lookback splits into two equal halves for left/right windows, which is not in schema. This enhances understanding.

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?

Description clearly states it detects RSI divergence by comparing price and RSI trends. It differentiates between bearish top divergence and bullish bottom divergence, and specifies return contents. This distinguishes it from sibling tools like indicator_rsi or indicator_divergence_direct.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives. With many sibling indicators (e.g., indicator_macd, indicator_stochastic), lacking context on selection criteria is a significant gap.

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