Skip to main content
Glama

shareholders

股东户数(行情数据) 需要 PRO 及以上套餐(低档位调用返回 403)。

Args: symbol: 证券代码(带后缀),如 000001.SZ start_date: 起始日期 YYYYMMDD end_date: 结束日期 YYYYMMDD enddate: 统计截止日 YYYYMMDD ann_date: 公告日期 YYYYMMDD

Returns: JSON 数组;字段: symbol, ann_date, end_date, holder_num

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo证券代码(带后缀),如 000001.SZ
enddateNo统计截止日 YYYYMMDD
ann_dateNo公告日期 YYYYMMDD
end_dateNo结束日期 YYYYMMDD
start_dateNo起始日期 YYYYMMDD

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
Behavior3/5

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

No annotations are provided, so the description bears full responsibility for behavioral disclosure. It discloses the PRO requirement and 403 error behavior, and notes the JSON array return format. However, it omits other behavioral aspects such as rate limits, pagination, data freshness, or what happens when no data matches the query.

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 title line, access requirement, argument list, and return description. It is slightly repetitive of the schema, but the information is front-loaded and easy to scan, making it efficient to parse.

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 5-parameter data retrieval tool with optional parameters and an output description, the description adequately covers purpose, access requirements, parameter formats, and return fields. It does not elaborate on edge cases or the interplay between dates, but overall it provides enough context for a typical query scenario.

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 the baseline is 3. The description restates each parameter with the same descriptions as the schema, adding no additional semantic meaning beyond what the schema already provides. It clarifies the distinction between end_date and enddate, but that is also present in the schema.

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 tool as returning 股东户数 (shareholder count) market data, with a specific resource and context. It mentions the data type and return fields, but does not explicitly distinguish it from sibling tools such as holder_trade or share_size, though the '行情数据' qualifier helps set it apart.

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 includes a usage constraint by noting the PRO subscription requirement and the 403 error for lower tiers, but it does not explicitly state when to use this tool versus alternatives or provide exclusions. The intended usage is implied by the tool's purpose, but no direct guidance is given.

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