Skip to main content
Glama

limit_list

涨跌停榜单(行情数据) 需要 PRO 及以上套餐(低档位调用返回 403)。

Args: symbol: 证券代码(带后缀),如 000001.SZ start_date: 起始日期 YYYYMMDD end_date: 结束日期 YYYYMMDD limit_type: 涨跌停类型:U 涨停 / D 跌停 / Z 炸板 trade_date: 单个交易日 YYYYMMDD(与 start/end 二选一)

Returns: JSON 数组;字段: trade_date, symbol, industry, name, close, pct_chg, amount, limit_amount, float_mv, total_mv, turnover_ratio, fd_amount, first_time, last_time, open_times, up_stat, limit_times, limit

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo证券代码(带后缀),如 000001.SZ
end_dateNo结束日期 YYYYMMDD
limit_typeNo涨跌停类型:U 涨停 / D 跌停 / Z 炸板
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

B3.4/5.0
Behavior3/5

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

With no annotations, the description carries full burden. It discloses that PRO or above is required and that lower tiers return HTTP 403, which is useful operational context. It also mentions the return format. However, it does not disclose other behaviors like whether results are paginated, rate limits, or what happens if no required parameters are provided (since all are optional).

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 concise and well-structured with labeled Args and Returns sections. Each line serves a purpose: explaining the tool type, subscription requirement, parameter meanings, mutual exclusivity, and return fields. There is no filler or redundant repetition beyond what's needed.

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?

The description covers the core purpose, auth requirements, parameters, and return format, which is reasonably complete for a data-list tool. However, it does not explain what happens when no parameters are provided (all are optional), nor does it mention pagination or other typical listing behaviors. Given the absence of annotations, this leaves some ambiguity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so each parameter has a description in the schema. The description adds extra value by explicitly noting that trade_date is mutually exclusive with start_date/end_date, which is not indicated in the schema. It also clarifies the limit_type values (U/D/Z). This goes beyond the baseline.

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 provides a limit-up/down list (涨跌停榜单) and identifies it as market data (行情数据). This is a specific resource, and the name 'limit_list' reinforces the purpose. It distinguishes from siblings like 'daily' or 'top_list' by its focus on limit-up/down events, though it doesn't explicitly call out alternatives.

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 guidance on when to use this tool versus sibling tools such as 'daily', 'realtime', or 'top_list'. The only usage-related info is the PRO subscription requirement and the note that trade_date is mutually exclusive with start/end dates, which is parameter behavior rather than tool selection guidance.

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