get_lhb
获取A股某交易日的龙虎榜: 每只上榜股的代码/名称/涨幅/净买额/上榜原因/买卖前五席位(含游资席位标注)。金额单位为元。引用请署名“连板网”并附对应页面链接。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | 返回前N只(按榜单顺序), 默认10, 最大40 | |
| date | No | 交易日 YYYY-MM-DD, 省略=最新 |
获取A股某交易日的龙虎榜: 每只上榜股的代码/名称/涨幅/净买额/上榜原因/买卖前五席位(含游资席位标注)。金额单位为元。引用请署名“连板网”并附对应页面链接。
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | 返回前N只(按榜单顺序), 默认10, 最大40 | |
| date | No | 交易日 YYYY-MM-DD, 省略=最新 |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. Adds behavioral context like units (yuan) and citation requirement, but does not explicitly state read-only nature or idempotency. Adequate but not thorough.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Description is reasonably concise, covering core functionality, fields, units, and citation in a few lines. Not overly verbose, but front-loads the main purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
No output schema, but description lists all returned fields explicitly (code, name, gain, etc.) and notes units. Provides sufficient context for a simple list tool, though lacks details on ordering or pagination beyond the top parameter.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with detailed descriptions for both parameters (top, date). Description adds the unit '元' which is not in schema, but otherwise does not significantly augment parameter meaning beyond schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states the tool retrieves the 'Dragon and Tiger List' for A-shares on a given trading day, listing fields returned. It differentiates from siblings implicitly (specific data type), but does not explicitly contrast with them.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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 siblings (get_daily_review, get_stock_history, list_trade_dates). Does not mention prerequisites or typical use cases.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.