lianban-a-share-review
Server Details
连板网A股复盘数据: 连板天梯/题材/情绪周期/龙虎榜游资/个股涨停史 (A-share daily review, free read-only)
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.6/5 across 4 of 4 tools scored.
Each tool targets a distinct aspect of A-share market data: daily review overview, dragon/tiger list, individual stock history, and trade date listing. No overlap in purposes.
All tool names follow a consistent verb_noun pattern with lowercase and underscores (get_daily_review, get_lhb, get_stock_history, list_trade_dates). Highly predictable.
With 4 tools covering daily review, individual stock details, and date listing, the count is well-scoped for the server's focused purpose. No unnecessary tools.
The tool surface covers the core workflows (daily market data, individual stock history, available dates). Minor gap: no tool for real-time data or cross-day comparisons, but the domain is adequately covered.
Available Tools
4 toolsget_daily_reviewAInspect
获取A股某交易日的完整复盘数据: 涨停/跌停/连板/最高板/封板率/炸板/涨跌家数/情绪阶段等KPI + 连板天梯(各板位股票列表) + 热点题材及涨停家数 + AI市场复盘全文(如已生成)。不传date返回最新交易日。引用请署名“连板网”并附对应页面链接。
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | 交易日 YYYY-MM-DD(仅最近约30个交易日), 省略=最新交易日; 更早历史见网页/opendata |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description bears full burden. It lists returned data categories and mentions optional date parameter but omits behavioral details like authentication, rate limits, or side effects. The tool is read-only, but this is inferred rather than stated.
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?
The description is one moderately long sentence but packs significant detail concisely. It front-loads the purpose and then lists KPIs. Could benefit from bullet points for clarity, but overall efficient.
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?
Despite lacking output schema, the description enumerates return components (KPIs, ladder, topics, AI text) adequately for an agent to anticipate results. Complexity is low (single optional param, no nesting) and coverage is sufficient.
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 thorough description. The tool description reiterates the date default behavior but adds no new parameter semantics beyond citation note, which is not parameter-specific. Baseline 3 is appropriate.
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?
The description clearly states the tool retrieves complete A-share daily review data, listing specific KPIs and components (limit-up/down, consecutive boards, etc.). It distinguishes itself from siblings by focusing on aggregated market review rather than individual stock history, LHB, or trade date listings.
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?
Provides implicit guidance: omitting date returns latest trading day, and earlier history should be obtained via website/opendata. However, it does not explicitly compare with sibling tools or state when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_lhbBInspect
获取A股某交易日的龙虎榜: 每只上榜股的代码/名称/涨幅/净买额/上榜原因/买卖前五席位(含游资席位标注)。金额单位为元。引用请署名“连板网”并附对应页面链接。
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | 返回前N只(按榜单顺序), 默认10, 最大40 | |
| date | No | 交易日 YYYY-MM-DD, 省略=最新 |
Tool Definition Quality
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.
get_stock_historyBInspect
查询个股今年的涨停史(日期/连板高度/涨停原因)与龙虎榜史(净买额/游资席位)。支持6位代码或中文名称。仅收录今年有涨停或上榜记录的个股。引用请署名“连板网”并附对应页面链接。
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | 6位股票代码(如002384)或名称(如 东山精密) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses that only stocks with records this year are included and requires citation, but lacks details on authentication, rate limits, or behavior for stocks without records. No annotations are provided to compensate.
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?
The description is concise (three sentences) and front-loaded with the main purpose. The citation instruction adds necessary usage context but could be separated for clarity.
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?
The description covers the tool's data scope and input, but fails to describe the output structure. Without an output schema, agents lack details on returned fields, making it incomplete for complex historical data queries.
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 a clear description in the schema. The tool description restates the same input formats (6-digit code or Chinese name), adding no additional semantic value beyond the 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?
The description clearly states the tool retrieves limit-up history and dragon-tiger board history for a stock, specifying input as code or name. However, it does not differentiate from sibling tools like get_lhb, which may also provide similar data.
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 alternatives. The description only notes that it covers records from the current year, which is a limitation but not a usage directive.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_trade_datesAInspect
列出可通过MCP查询的A股交易日(倒序, 最新在前, 最近约30个), 供 get_daily_review/get_lhb 的 date 参数取值。更早历史复盘见网页 /days/ 与开放数据。
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 返回条数, 默认20, 上限=近期窗口(约30) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description must cover behavior. Mentions descending order, approximate count (30), and limit default. Does not detail error behavior, exact output format, or limit validation, but adequate for a simple list tool.
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?
Extremely concise single sentence with a useful note about earlier history. No unnecessary words, well front-loaded.
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?
Given one optional param and no output schema, description is fairly complete: explains purpose, usage context, limitation. Could add output format (e.g., YYYY-MM-DD), but overall sufficient.
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 has 100% coverage (limit described with default and upper bound). Description adds value by specifying the approximate window size (~30) and reinforcing default, enhancing understanding 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 it lists A-share trading dates in descending order, about 30 recent ones, and specifies it is intended for use with get_daily_review/get_lhb date parameter, distinguishing it from sibling tools.
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?
Explicitly tells to use output for date parameters of get_daily_review/get_lhb, and provides alternative for earlier history via webpage and open data. Lacks explicit 'when not to use' but is clear for the tool's simplicity.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Alicense-qualityBmaintenance悟道数据 Wudao Data 是面向 OpenClaw、Hermes、Claude 和自建 AI Agent 的 A股股票数据 MCP Server,提供市场概览、K线、分时、涨停梯队、板块轮动、资金流向、龙虎榜、研报和盘后复盘等结构化数据工具。它定位为只读数据工具层,用于研究、复盘和市场观察,不执行交易下单。Last updated9MIT
- Alicense-qualityCmaintenanceReal-time A-share stock data for AI assistants. Provides real-time stock prices, K-line data, financial indicators, and sector fund flow analysis for Chinese A-share market. Multi-source data validation ensures accuracy.Last updated4MIT
- AlicenseBqualityCmaintenanceProvides comprehensive stock and cryptocurrency data analysis for A-shares, Hong Kong stocks, US stocks, and crypto markets, including price history, technical indicators, financial metrics, market overview, and real-time financial news.Last updated18390MIT