Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_zh_a_hist_pre_min_em

Read-onlyIdempotent

Fetch minute-level A-share intraday data including pre-market quotes for Shanghai, Shenzhen, and Beijing stocks. Specify a symbol and time range to obtain historical intraday prices.

Instructions

东方财富网-行情首页-沪深京 A 股-每日分时行情包含盘前数据 https://quote.eastmoney.com/concept/sh603777.html?from=classic :param symbol: 股票代码 :type symbol: str :param start_time: 开始时间 :type start_time: str :param end_time: 结束时间 :type end_time: str :return: 每日分时行情包含盘前数据 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo000001
end_timeNo15:50:00
start_timeNo09:00:00
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. The description adds the return type (pandas.DataFrame), data source URL, and the pre-market inclusion, which are useful but do not disclose deeper behaviors such as date handling, rate limits, or data granularity specifics. It does not contradict the 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 concise, front-loaded with the source and data type, and uses a structured docstring format for parameters. The URL is potentially distracting but not excessive. No significant redundancy beyond the title repeating in both description and annotation.

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?

The description omits critical context such as how the date is determined (no date parameter), what the output DataFrame columns are, and how pre-market data is defined. This is especially problematic because the tool name says 'hist' yet there is no date parameter, making it unclear whether this returns data for a single day or requires external date context.

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?

With schema_description_coverage at 0%, the description compensates minimally by providing parameter types and Chinese descriptions for symbol, start_time, and end_time. However, the descriptions are terse ('股票代码', '开始时间', '结束时间') and lack format examples or constraints beyond the defaults, leaving ambiguity about symbol format and time semantics.

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 providing pre-market and intraday minute data for Shanghai/Shenzhen/Beijing A-shares from East Money, which distinguishes it from regular A-share minute history tools like stock_zh_a_hist_min_em. The verb '获取' is implicit but the resource and data scope are explicit.

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?

There is no explicit guidance on when to use this tool versus alternatives. The description only states what it returns, without mentioning scenarios or exclusions. The 'pre-market' distinction is implied by the name and title but never turned into actionable advice for tool selection.

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