Skip to main content
Glama

concepts

概念/题材板块指数(行情数据) 需要 PRO 及以上套餐(低档位调用返回 403)。

Args: symbol: 代码原样匹配(ETF/板块/外汇/港股等) start_date: 起始日期 YYYYMMDD end_date: 结束日期 YYYYMMDD trade_date: 单个交易日 YYYYMMDD(与 start/end 二选一) name: 名称精确匹配 idx_type: 板块类型

Returns: JSON 数组;字段: symbol, trade_date, name, leading, leading_code, pct_change, leading_pct, total_mv, turnover_rate, up_num, down_num, idx_type, level

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo名称精确匹配
symbolNo代码原样匹配(ETF/板块/外汇/港股等)
end_dateNo结束日期 YYYYMMDD
idx_typeNo板块类型
start_dateNo起始日期 YYYYMMDD
trade_dateNo单个交易日 YYYYMMDD(与 start/end 二选一)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.5/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden and does well: it discloses the PRO plan requirement, the 403 error for lower tiers, the mutually exclusive nature of trade_date with start/end dates, and the exact return format with field names. This goes beyond minimal behavioral disclosure, though it does not cover rate limits or data update frequency.

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 well-structured: a clear title, a permission note, an Args list, and a Returns list. It is front-loaded and every line serves a purpose. It repeats schema information, which adds some redundancy, but the organization makes it easy to scan.

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?

For a data retrieval tool with 6 optional parameters and an output schema (return fields listed), the description covers purpose, parameters, permissions, and return format. It lacks explicit guidance on alternative tools and does not explain the meaning of fields like 'leading' or 'level', but overall it provides enough context for correct invocation.

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?

Input schema has 100% description coverage for all 6 parameters, so the baseline is 3. The description duplicates the schema's parameter descriptions but adds no new meanings beyond what is already in the schema. The Returns section adds value for output understanding, but not for parameter semantics specifically.

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 identifies the resource as '概念/题材板块指数(行情数据)' (concept/theme sector index market data), which distinguishes it from generic market data tools. However, it lacks an explicit verb like 'query' or 'retrieve', and does not directly compare to sibling tools like concept_members or industries, so it does not fully meet the 5-level standard.

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?

The description provides a usage constraint (requires PRO plan, returns 403 otherwise) but gives no guidance on when to choose this tool over alternatives. There is no mention of when to use concepts vs. concept_members, index_daily, or industries, nor any exclusions or contextual recommendations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.3/5.0
Disambiguation3/5

Several tools have overlapping purposes or unclear names, such as daily vs etf_daily vs index_daily vs fx_daily, and fundamentals vs technical_factors_pro (which also includes PE/PB). top_inst and top_list are also easily confused. Descriptions help, but the names alone are not always sufficient to distinguish them.

Naming Consistency3/5

All names use lowercase with underscores, which is consistent, but there is variation in number (daily vs stocks), specificity (daily vs index_daily), and verbosity (top_inst vs top_list). The pattern is not uniform across the set, making it less predictable.

Tool Count3/5

45 tools is on the heavy side for an MCP server, and there is redundancy (technical_factors and technical_factors_pro overlap significantly). For a broad financial data API, the count is justifiable, but it borders on overwhelming.

Completeness4/5

The tool set covers a wide range of financial data: quotes, fundamentals, technicals, financial statements, corporate actions, money flows, ETF data, index data, and news. There are minor gaps (e.g., no bond data) but the core domain of Chinese A-share/ETF/FX data is well covered.

Resources