Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_zh_a_hist_min_em

Read-onlyIdempotent

Fetch historical minute-level A-share trading data from East Money, with configurable time interval (1, 5, 15, 30, or 60 minutes) and price adjustment (none, qfq, hfq).

Instructions

东方财富网-行情首页-沪深京 A 股-每日分时行情 https://quote.eastmoney.com/concept/sh603777.html?from=classic :param symbol: 股票代码 :type symbol: str :param start_date: 开始日期 :type start_date: str :param end_date: 结束日期 :type end_date: str :param period: choice of {'1', '5', '15', '30', '60'} :type period: str :param adjust: choice of {'', 'qfq', 'hfq'} :type adjust: str :return: 每日分时行情 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
adjustNo
periodNo5
symbolNo000001
end_dateNo2222-01-01 09:32:00
start_dateNo1979-09-01 09:32:00
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, which convey safety. The description adds the data source (Eastmoney) and return type (pandas.DataFrame) but does not disclose additional behaviors like pagination, rate limits, or data granularity beyond the period parameter.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a compact docstring with a URL, parameters, and return type. It is reasonably concise, but the URL and repetitive type annotations add some clutter. It is front-loaded with the main purpose, which helps readability.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

There is no output schema, and the description only states '每日分时行情' and 'rtype: pandas.DataFrame' without describing the DataFrame's columns or indexing. It also lacks context on limitations, such as data frequency or potential web scraping issues, leaving important information for a tool with no structured output definition.

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?

Schema description coverage is 0%, so the description compensates by detailing each parameter, including period choices ('1','5','15','30','60') and adjust choices ('', 'qfq', 'hfq'). It also states parameter types (str), adding meaningful semantic information beyond the bare schema.

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 states it retrieves daily intraday quotes (每日分时行情) for A-shares from Eastmoney, with a specific verb and resource. It distinguishes itself from daily historical tools like stock_zh_a_hist by its focus on minute-level data, though it does not explicitly mention alternatives.

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 lacks any mention of use cases, exclusions, or comparisons to related tools such as stock_zh_a_hist or stock_zh_a_minute, leaving the user to infer the appropriate context.

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