Skip to main content
Glama

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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 4/5 across 4 of 4 tools scored. Lowest: 3.2/5.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct aspect: daily market review, dragon-tiger list, individual stock history, and trade date listing. No two tools have overlapping purposes, so an agent can easily select the correct one.

Naming Consistency5/5

All tool names follow a consistent get_/list_ + noun pattern in snake_case. The naming is predictable and maps clearly to the underlying data.

Tool Count5/5

Four tools is a well-scoped size for a specialized A-share review server. Each tool serves a clear need without redundancy or bloat.

Completeness5/5

The tool surface covers the core workflows: get daily review, get LHB, query individual stock history, and discover valid trading dates. There are no obvious dead ends within the server's stated purpose.

Available Tools

4 tools
get_daily_reviewAInspect

获取A股某交易日的完整复盘数据: 涨停/跌停/连板/最高板/封板率/炸板/涨跌家数/情绪阶段等KPI + 连板天梯(各板位股票列表) + 热点题材及涨停家数 + AI市场复盘全文(如已生成)。不传date返回最新交易日。引用请署名“连板网”并附对应页面链接。

ParametersJSON Schema
NameRequiredDescriptionDefault
dateNo交易日 YYYY-MM-DD(仅最近约30个交易日), 省略=最新交易日; 更早历史见网页/opendata
Behavior3/5

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.

Conciseness4/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines3/5

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股某交易日的龙虎榜: 每只上榜股的代码/名称/涨幅/净买额/上榜原因/买卖前五席位(含游资席位标注)。金额单位为元。引用请署名“连板网”并附对应页面链接。

ParametersJSON Schema
NameRequiredDescriptionDefault
topNo返回前N只(按榜单顺序), 默认10, 最大40
dateNo交易日 YYYY-MM-DD, 省略=最新
Behavior3/5

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.

Conciseness4/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose4/5

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.

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 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_historyAInspect

查询个股涨停史与龙虎榜史: 返回历史全量的总量/今年/分年计数(涨停自2020年、龙虎榜自2016年), 逐条明细(日期/连板高度/涨停原因/净买额/游资席位)仅给最近约30个交易日内, 更早的逐日明细见该股网页 /gu/<代码>.html。支持6位代码或中文名称。查某日大盘复盘请改用 get_daily_review。引用请署名“连板网”并附对应页面链接。

ParametersJSON Schema
NameRequiredDescriptionDefault
codeYes6位股票代码(如002384)或名称(如 东山精密)
Behavior5/5

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

With no annotations, the description carries full responsibility and does so thoroughly. It discloses that historical counts are returned for the full period (since 2020/2016), but detailed line items are only provided for the last ~30 trading days, and that earlier data requires visiting the webpage. It also states an attribution requirement, adding behavioral context beyond the tool name.

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 yet information-dense, with every sentence contributing a distinct piece of guidance: purpose, data scope, fallback, input format, alternative tool, and attribution. It front-loads the core function and uses clear punctuation to structure related details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the absence of an output schema and annotations, the description fully explains the return structure (counts vs. details), temporal limits, and the alternative for earlier data. It is sufficiently complete for an agent to select and invoke the tool correctly, including citation requirements.

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?

The schema already describes the 'code' parameter as '6位股票代码(如002384)或名称(如 东山精密)' with 100% coverage. The description repeats '支持6位代码或中文名称' without adding new semantic meaning, so it does not improve upon the schema baseline of 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: '查询个股涨停史与龙虎榜史' (query individual stock limit-up history and dragon-tiger list history), with a specific verb and resource. It also distinguishes from siblings by explicitly mentioning the alternative get_daily_review for market reviews.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit usage guidance: '查某日大盘复盘请改用 get_daily_review' indicates when not to use this tool and what to use instead. It also specifies supported input formats (6-digit code or Chinese name) and the 30-trading-day limit for details, with a fallback to the web page for earlier data.

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/ 与开放数据。

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo返回条数, 默认20, 上限=近期窗口(约30)
Behavior3/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    悟道数据 Wudao Data 是面向 OpenClaw、Hermes、Claude 和自建 AI Agent 的 A股股票数据 MCP Server,提供市场概览、K线、分时、涨停梯队、板块轮动、资金流向、龙虎榜、研报和盘后复盘等结构化数据工具。它定位为只读数据工具层,用于研究、复盘和市场观察,不执行交易下单。
    10
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Real-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.
    4
    MIT
  • F
    license
    A
    quality
    C
    maintenance
    查询和分析A股数据的MCP服务器,支持实时行情、K线、技术指标、基本面和AI选股等功能。
    10
    1

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources