Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_hk_ggt_components_em

Read-onlyIdempotent

Retrieves the Hong Kong Stock Connect constituent stock list from East Money, outputting a pandas DataFrame for further analysis.

Instructions

东方财富网-行情中心-港股市场-港股通成份股 https://quote.eastmoney.com/center/gridlist.html#hk_components :return: 港股通成份股 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description's burden is light. It adds that the return type is a pandas.DataFrame and the data source URL, which is useful. However, it does not describe columns, data freshness, or any potential exceptions, leaving some behavioral aspects undocumented.

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 concise, containing a title, source URL, and return type in a structured docstring format. It is only a few lines and has no filler, but the format is a mix of Chinese and code-like syntax rather than a polished natural-language description, slightly reducing clarity.

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 zero-parameter read-only tool, the description gives the essential context: what data it returns (港股通成份股), from which source (East Money URL), and as what type (pandas.DataFrame). Without an output schema, it would benefit from listing typical columns, but for a simple constituent list, it is reasonably complete.

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?

There are zero parameters, and the input schema is empty. Per the rubric, a baseline of 4 applies when there are no params, and the description accurately indicates the return type (DataFrame) and content, so no additional parameter semantics are needed.

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 identifies the tool as returning 港股通成份股 (Stock Connect constituent stocks) from East Money's market center, and the URL confirms the specific data source. It is distinct from siblings like stock_hk_spot_em by focusing on constituent list rather than quotes. However, it lacks an explicit verb like 'get' or 'fetch', relying instead on a noun phrase and docstring-style :return:.

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 does not mention exclusions, prerequisites, or relation to sibling tools such as stock_hk_spot_em or stock_hk_main_board_spot_em. Usage is only implied by the tool name and topic.

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