Skip to main content
Glama
openstockdata

stock-data-mcp

美股技术指标

stock_tech_indicators_us

Fetch U.S. stock technical indicators like SMA, EMA, RSI, MACD, and Bollinger Bands. Specify symbol, indicator type, interval, and period.

Instructions

获取美股技术分析指标数据,如SMA、EMA、RSI、MACD、布林带等。需要配置 ALPHA_VANTAGE_API_KEY 环境变量。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo返回数量限制
symbolYes美股代码,如: AAPL, MSFT, GOOGL
intervalNo时间间隔: daily(日), weekly(周), monthly(月)daily
indicatorNo指标类型: SMA(简单移动平均), EMA(指数移动平均), RSI(相对强弱), MACD(指数平滑移动平均), BBANDS(布林带), STOCH(随机指标), ADX(趋向指标), ATR(真实波幅)RSI
time_periodNo计算周期,如RSI常用14,SMA常用20
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It discloses the need for ALPHA_VANTAGE_API_KEY but does not mention rate limits, error handling, data freshness, or any other behavioral traits. For a tool using an external API, this is insufficient.

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 only two sentences: the first states purpose and examples, the second states configuration requirement. Every sentence is essential, and no unnecessary details are included.

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?

With 5 parameters, 100% schema coverage, and no output schema, the description provides overall purpose and the API key requirement. However, it does not describe the return format or pagination, which is a gap for a data retrieval tool.

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 100%, so baseline is 3. The description lists example indicators (SMA, EMA, etc.), but the indicator parameter already enumerates them. It adds context about the API key setup, providing marginal extra value.

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 '获取美股技术分析指标数据' (get US stock technical analysis indicator data) and lists specific indicators (SMA, EMA, RSI, MACD, BBANDS). It distinguishes from sibling tools like stock_indicators (for Chinese stocks) by specifying US stocks.

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 usage for technical indicators on US stocks but does not explicitly state when to use this tool versus alternatives like stock_prices_us. It mentions the API key requirement but lacks when-not-to-use guidance.

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/openstockdata/stock-data-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server