Skip to main content
Glama

concept_members

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

Args: symbol: 代码原样匹配(ETF/板块/外汇/港股等) con_symbol: 成分证券代码(带后缀),如 000001.SZ start_date: 起始日期 YYYYMMDD end_date: 结束日期 YYYYMMDD trade_date: 单个交易日 YYYYMMDD(与 start/end 二选一)

Returns: JSON 数组;字段: trade_date, symbol, con_symbol, name

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo代码原样匹配(ETF/板块/外汇/港股等)
end_dateNo结束日期 YYYYMMDD
con_symbolNo成分证券代码(带后缀),如 000001.SZ
start_dateNo起始日期 YYYYMMDD
trade_dateNo单个交易日 YYYYMMDD(与 start/end 二选一)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations, the description takes on full responsibility. It discloses the subscription requirement and the resulting 403 response, which is important behavioral context. It also outlines the return format as a JSON array with specific fields, adding clarity beyond the schema. It does not discuss limitations like pagination or rate limits, but for a read-only list tool, this is adequate.

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 with a one-line summary, a requirement line, and clearly labeled 'Args' and 'Returns' sections. It is reasonably concise for a tool with five parameters. However, the Args section repeats schema information, which is slightly redundant, but the overall organization is clear and efficient.

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?

Given the tool's complexity (five optional parameters, no required fields), the description is fairly complete. It covers the subscription constraint, parameter usage (mutual exclusivity), and return fields. An output schema exists, so the description doesn't need to detail every field. Missing are concrete usage examples, but they are not essential for a straightforward 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 coverage is 100%, so all parameter descriptions are present in the input schema. The Description's 'Args' section essentially duplicates the schema descriptions without adding new meaning, such as examples, relationships between parameters, or value constraints. Therefore, it meets the baseline but does not exceed it.

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 the tool returns '概念/题材板块成分股(行情数据)' (concept/theme sector constituent stocks with market data), which identifies the specific resource and the type of operation. It distinguishes itself from sibling tools like 'concepts' (which likely lists concepts) by focusing on members. However, it does not explicitly contrast itself with similar tools, so it falls short of a 5.

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 provides usage constraints: it notes that PRO or higher subscription is required (lower tiers get a 403) and explains that trade_date is mutually exclusive with start_date/end_date. However, it gives no guidance on when to choose this tool over alternatives, nor does it mention any exclusions or preconditions beyond the subscription level.

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.

Resources