Skip to main content
Glama
iuk-ink

Binance MCP Server

by iuk-ink

indicator_adx_direct

Calculate the Average Directional Index (ADX) with +DI and -DI from Binance futures kline data. Specify symbol, interval, period, and smoothing type.

Instructions

ADX 直连版:获取 K 线后直接计算平均趋向指数,同时返回 +DI 和 -DI

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes交易对符号
klineIntervalNoK 线周期1h
klineLimitNoK 线数量
periodNo计算周期
smoothingTypeNoEMA
Behavior2/5

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

With no annotations, the description fails to disclose behavioral traits such as read-only nature, data source updates, rate limits, or potential errors. It only states the input and expected output, lacking depth for safe invocation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, straightforward sentence in Chinese. It is concise and front-loaded with the tool's purpose. Minor issue: '直连版' could be clarified for non-Chinese agents, but overall efficient.

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 no output schema, the description partially explains return values (+DI, -DI) but lacks detail on the structure, error handling, or edge cases. Moderate complexity (5 params) warrants a bit more 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 description coverage is high (80%), and parameter descriptions in the schema are clear. The description adds no new meaning beyond stating it uses klines. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states that the tool computes the Average Directional Index (ADX) directly from klines and returns +DI and -DI. It uses '直连版' (direct version) to hint at differentiation from a non-direct sibling, but does not explicitly distinguish from 'indicator_adx'.

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 provided on when to use this tool versus alternatives like 'indicator_adx' or other indicators. There is no mention of prerequisites, use cases, or 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