Skip to main content
Glama
stockmcp

Stock Data MCP Server

by stockmcp

获取加密货币主动买卖情况

okx_taker_volume

Fetch active buy and sell volumes (taker volume) for cryptocurrencies on OKX. Specify symbol, period (5m/1H/1D), and product type (spot/futures). Features automatic retry for reliable data retrieval.

Instructions

获取OKX加密货币主动买入和卖出的交易量。支持自动重试。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo币种,格式: BTC 或 ETHBTC
periodNo时间粒度,仅支持: [5m/1H/1D] 注意大小写,仅分钟为小写m1h
instTypeNo产品类型 SPOT:现货 CONTRACTS:衍生品SPOT
Behavior2/5

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

No annotations provided, so the description carries full burden. It mentions 'supports automatic retry' which is useful, but fails to disclose other behaviors like error handling, data freshness, or required permissions.

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?

Two sentences clearly state purpose and retry behavior. Front-loaded with the main action, no wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema, no annotations. The description omits return format, error conditions, and data interpretation. For a 3-parameter tool, more context is needed for 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?

All three parameters have schema descriptions covering format and values (e.g., '5m/1H/1D' with case sensitivity). The tool description adds 'supports automatic retry' but no extra parameter context. With 100% schema coverage, baseline is 3.

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?

Description clearly states the tool retrieves OKX cryptocurrency taker volume (active buy/sell). It distinguishes itself from sibling tools like okx_prices and okx_loan_ratios by specifying 'taker volume'. However, the description is in Chinese, which may affect clarity for English-only agents.

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 explicit guidance on when to use this tool versus alternatives. No mention of prerequisites, scenarios, or when not to use it. Sibling tools like okx_prices or backtest_strategy are not referenced.

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

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