Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_hk_hot_rank_detail_em

Read-onlyIdempotent

Fetch historical popularity ranking trends for Hong Kong stocks from East Money. Provide a symbol like 00700 to get the rank history.

Instructions

东方财富-个股人气榜-历史趋势 https://guba.eastmoney.com/rank/stock?code=HK_00700 :param symbol: 带市场表示的证券代码 :type symbol: str :return: 个股的历史趋势 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo00700
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, so the safety profile is clear. The description adds that the return is a pandas.DataFrame and the source URL, but does not disclose behaviors like rate limits, invalid symbol handling, or data update frequency. No contradiction.

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 compact, starting with a title line, then a URL, then docstring-style param/return/type lines. Every line contributes meaning and the content is front-loaded. The mix of Chinese text and docstring syntax is slightly noisy but acceptable.

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?

With one parameter and no output schema, the description covers the parameter format and return type, but it does not specify the output structure (columns, date range, etc.) beyond 'historical trend'. For a simple read-only tool with annotations, this is adequate but not complete; an agent might not know what fields to expect in the returned DataFrame.

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 schema property 'symbol' has no description and a default of '00700'. The description explains the symbol must be a '带市场表示的证券代码' (securities code with market representation), reinforced by the URL example 'HK_00700'. This adds critical meaning beyond the schema. However, the default '00700' appears inconsistent with the market-prefix requirement, creating mild ambiguity.

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 the resource as '东方财富-个股人气榜-历史趋势' (Eastmoney individual stock popularity ranking historical trend) and states the return is historical trend data for a specific stock. The URL example and sibling names (e.g., stock_hk_hot_rank_detail_realtime_em, stock_hk_hot_rank_latest_em) help distinguish this as the historical trend variant, though the description does not explicitly contrast with siblings.

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?

The description implies usage when historical popularity trend data for a specific Hong Kong stock is needed, via the '历史趋势' phrase and the return type. However, it provides no explicit when-to-use vs alternatives, no exclusions, and no mention of sibling realtime or latest variants.

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