Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_hk_hist

Read-onlyIdempotent

Retrieve historical daily, weekly, or monthly quotes for Hong Kong stocks, with support for price adjustment factors (qfq, hfq, or none).

Instructions

东方财富网-行情-港股-每日行情 https://quote.eastmoney.com/hk/08367.html :param symbol: 港股-每日行情 :type symbol: str :param period: choice of {'daily', 'weekly', 'monthly'} :type period: str :param start_date: 开始日期 :type start_date: str :param end_date: 结束日期 :type end_date: str :param adjust: choice of {"qfq": "1", "hfq": "2", "": "不复权"} :type adjust: str :return: 每日行情 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
adjustNo
periodNodaily
symbolNo00593
end_dateNo22220101
start_dateNo19700101
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, so the safety profile is clear. The description adds that it's a history/daily-quote fetch, but doesn't disclose things like potential rate limits, data source quirks, or how the default dates work (e.g., default start 19700101, end 22220101 might fetch a huge range). No contradiction with annotations.

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 fairly compact and structured with param/type/return in docstring format. It's front-loaded with the source and URL. Some redundancy exists (e.g., repeating '每日行情' multiple times), but it's mostly efficient.

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?

Given the tool has no output schema, the description mentions return is 'pandas.DataFrame' but doesn't detail columns. The tool has 5 parameters, all optional with defaults, and the description explains most but not date formats or symbol format details. Given the complexity of a historical data tool and no output schema, the description is adequate but not complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It explains period choices ('daily', 'weekly', 'monthly'), adjust choices ('qfq', 'hfq', ''), and mentions symbol as a string with an example URL. However, it doesn't explain date formats (start_date/end_date) beyond '开始日期' and '结束日期', and the example symbol in URL (08367) differs from schema default (00593). The description adds some value but leaves gaps in date syntax and symbol format.

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 says it fetches Hong Kong stock daily market data from East Money ('东方财富网-行情-港股-每日行情'), with a URL example. It uses specific verbs like '每日行情' (daily quotes) and indicates resource (HK stocks) and data type (history). However, it doesn't explicitly distinguish itself from sibling tools like stock_hk_hist_min_em or stock_hk_spot_em, though the 'hist' in the name and '每日行情' imply historical daily data.

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: it's for retrieving HK stock daily/weekly/monthly historical data. It provides an example URL and parameter choices (period, adjust). However, it doesn't explicitly state when to use this tool vs alternatives like stock_hk_hist_min_em or stock_hk_spot_em, and doesn't mention exclusions or prerequisites.

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