Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_hsgt_sh_hk_spot_em

Read-onlyIdempotent

Retrieves real-time spot quotes for Shanghai-Hong Kong Stock Connect (Shanghai to Hong Kong) stocks from Eastmoney's market center. Provides structured DataFrame output for analysis.

Instructions

东方财富网-行情中心-沪深港通-港股通(沪>港)-股票 https://quote.eastmoney.com/center/gridlist.html#hk_sh_stocks :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, openWorldHint=true, idempotentHint=true, and destructiveHint=false, covering the essential safety profile. The description adds the explicit return type (pandas.DataFrame) and the source URL, which are useful behavioral details. However, it does not disclose data freshness, column contents, pagination, or potential latency, though for a simple no-parameter snapshot, this is acceptable.

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 succinct, containing a title line, a source URL, and a return type. The :return: line redundantly repeats the title, introducing a minor duplication, but the overall structure is front-loaded and easy to scan. It avoids extraneous prose and includes necessary identity facts.

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 no-parameter data retrieval tool, the description adequately covers the data subject (Shanghai-HK Stock Connect SH->HK spot), the data source (Eastmoney URL), and the return type (DataFrame). It does not enumerate columns or explicitly state that the data is real-time, but the term 'spot' and the nature of the dataset imply current quotes. Given the lack of parameters and absence of an output schema, this is sufficiently complete for selection and basic invocation.

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 tool has zero parameters, so the input schema is already fully specified and the description adds no parameter-level semantics. According to the rubric, zero parameters warrant a baseline of 4. The description does not need to compensate for missing parameter information because there is none.

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 identifies a specific dataset from Eastmoney's market center: Shanghai-HK Stock Connect (SH->HK) spot stocks, and includes the source URL and return type. This distinguishes it from sibling tools like stock_hk_spot_em or stock_hsgt_hold_stock_em by naming the exact market segment. However, it lacks an explicit verb such as 'get' or 'fetch', relying on the tool name and DataFrame return type to convey the action.

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 usage guidance is provided. The description does not mention when to use this tool instead of alternatives such as stock_hk_spot_em, stock_hsgt_fund_flow_summary_em, or stock_hsgt_hist_em. It also fails to clarify whether the data is real-time, historical, or suitable for specific analytical contexts, leaving the agent to infer from the tool name alone.

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