Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_lhb_stock_statistic_em

Read-onlyIdempotent

Get Dragon Tiger List stock statistics for the past 1 month, 3 months, 6 months, or 1 year to analyze trading patterns and identify frequently listed stocks.

Instructions

东方财富网-数据中心-龙虎榜单-个股上榜统计 https://data.eastmoney.com/stock/tradedetail.html :param symbol: choice of {"近一月", "近三月", "近六月", "近一年"} :type symbol: str :return: 个股上榜统计 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo近一月
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, establishing the safety profile. The description adds the source URL and that it returns a pandas.DataFrame, but does not disclose data freshness, pagination, or any caveats. With annotations covering the risk profile, the added behavioral context is minimal but not zero, so a 3 is appropriate.

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 a compact docstring with five lines covering title, URL, parameter, return type, and return description. It is front-loaded with the title and source, making the purpose immediately visible. The URL line feels slightly disjointed, but overall it is concise and free of fluff.

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?

For a simple one-parameter read-only tool with no output schema, the description is minimally adequate. It covers the parameter and return type, but does not describe the structure of the returned DataFrame or any limitations. The domain-specific name and title help, but an agent might need more detail on what columns or rows to expect. It is adequate but not comprehensive.

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?

The input schema has no description for symbol and no enum, so the description is the only source of semantic meaning. It explicitly lists the allowed values (近一月, 近三月, 近六月, 近一年) and the type, which is essential for correct invocation. It does not explain the exact date ranges implied by these values, but they are self-explanatory enough. This significantly compensates for the schema's 0% coverage.

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 it provides 个股上榜统计 (individual stock listing statistics) from Eastmoney's Dragon-Tiger List, identifying the resource and scope. It distinguishes from sibling tools like stock_lhb_stock_detail_em by focusing on aggregate statistics per stock. However, the verb is implicit (it does not explicitly say 'get' or 'retrieve'), so it falls short of a perfect 5.

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 is provided on when to use this tool versus alternatives. The description only gives the data source and parameter choices, without mentioning alternative tools or contexts where a different LHB tool would be more appropriate. This is a clear gap.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kevynf/akbridge'

If you have feedback or need assistance with the MCP directory API, please join our Discord server