Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_zh_index_daily_em

Read-onlyIdempotent

Retrieve historical daily data for Chinese stock indices from Eastmoney. Specify symbol and date range to get index values for analysis.

Instructions

东方财富网-股票指数数据 https://quote.eastmoney.com/center/hszs.html :param symbol: 带市场标识的指数代码; sz: 深交所, sh: 上交所, csi: 中信指数 + id(000905) :type symbol: str :param start_date: 开始时间 :type start_date: str :param end_date: 结束时间 :type end_date: str :return: 指数数据 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNocsi931151
end_dateNo20500101
start_dateNo19900101
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is clear. The description adds minimal behavioral context: it mentions the return type (pandas.DataFrame) and source URL. It does not disclose any quirks like data adjustment policies, date format expectations, or whether the defaults in the schema have special meaning. With annotations covering the safety aspect, this is adequate but not rich.

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 a compact, well-structured docstring with sections for source, URL, parameters, and return type. It front-loads the data source and is free of redundant fluff, though the URL line is arguably unnecessary for an agent. Overall, it is concise and easy to scan.

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?

The tool is simple (3 optional params, no output schema), and the description states the return type. However, it lacks crucial details for an agent: exact date format, the meaning of the returned DataFrame's columns, and how this tool differs from similar index tools. Annotations cover the safety profile, and the schema provides defaults, but the description alone would not fully guide correct invocation without inference.

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 coverage is 0%, but the description partially compensates for the 'symbol' parameter by explaining the market prefixes (sz, sh, csi) and providing an example (csi931151). However, start_date and end_date are only labeled '开始时间' and '结束时间' without specifying the expected format (e.g., YYYYMMDD). The defaults in the schema hint at the format, but the description does not clarify it explicitly.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the resource ('东方财富网-股票指数数据', i.e., Eastmoney stock index data) and includes a URL, but lacks an explicit action verb like 'fetch' or 'query'. The name and parameters imply historical daily data, but the description itself does not specify granularity (daily vs. spot vs. minute), making it ambiguous among sibling index tools.

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 sibling list contains many similar index tools (stock_zh_index_daily, stock_zh_index_daily_tx, index_zh_a_hist, etc.), but the description does not differentiate them or state use cases. The docstring only covers parameter definitions, not selection criteria.

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