Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_hsgt_individual_detail_em

Read-onlyIdempotent

Retrieve detailed Hong Kong-Shanghai/Shenzhen Stock Connect holdings for a specific stock. Specify stock symbol and date range to get historical northbound shareholding data.

Instructions

东方财富-数据中心-沪深港通-沪深港通持股-具体股票详情 https://data.eastmoney.com/hsgtcg/StockHdStatistics/002008.html :param symbol: 股票代码 :type symbol: str :param start_date: 开始时间 :type start_date: str :param end_date: 结束时间 :type end_date: str :return: 沪深港通持股-具体股票详情 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo002008
end_dateNo20220330
start_dateNo20220130
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, establishing a safe, idempotent read operation. The description adds context by naming the data source and specifying the return type as pandas.DataFrame, but does not cover pagination, rate limits, or other behavioral traits, which is acceptable given the low-risk read profile.

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 a title line, URL, parameter definitions, and return type, all front-loaded. It is structured and not overly verbose, though the title and return section repeat the same phrase 'specific stock detail'.

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?

For a simple read-only query with three parameters, the description gives the source, all parameter meanings, defaults, and return type (DataFrame). It could benefit from clarifying date format or listing possible edge cases, but the information provided is sufficient for typical use of this data-retrieval tool.

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?

Despite 0% schema description coverage, the description's docstring explicitly defines each parameter (symbol=stock code, start_date/end_date=time range) and provides an example URL with a concrete symbol (002008). The defaults in the schema also hint at the date format, making parameter usage reasonably clear.

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 provides a clear hierarchical source label (East Money Data Center → HSGT → HSGT Holdings → Specific Stock Detail) and a URL with an example, making it clear this tool retrieves detailed HSGT holding data for an individual stock. It doesn't use an explicit verb like 'get' or 'list', but the resource and scope are specific enough to distinguish it from other HSGT tools.

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?

The description provides no guidance on when to use this tool versus alternatives like stock_hsgt_hold_stock_em or stock_hsgt_individual_em. There is no mention of use cases, prerequisites, or exclusions; it only repeats the title and parameter specs.

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