Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_board_industry_hist_em

Read-onlyIdempotent

Fetches historical industry board quotes from East Money for a given symbol, date range, period, and adjustment. Returns structured historical data for analysis.

Instructions

东方财富网-沪深板块-行业板块-历史行情 https://quote.eastmoney.com/bk/90.BK1027.html :param symbol: 板块名称 :type symbol: str :param start_date: 开始时间 :type start_date: str :param end_date: 结束时间 :type end_date: str :param period: 周期; choice of {"日k", "周k", "月k"} :type period: str :param adjust: choice of {'': 不复权, "qfq": 前复权, "hfq": 后复权} :type adjust: str :return: 历史行情 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
adjustNo
periodNo日k
symbolNo小金属
end_dateNo20220401
start_dateNo20211201
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, covering the safety profile. The description adds the data source URL and return type (pandas.DataFrame) but does not disclose other behavioral traits such as rate limits, date format constraints, or empty-result behavior. Since annotations cover the main safety aspects, this is acceptable but not exceptional.

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

Conciseness5/5

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

The description is a compact docstring with a clear title line, a source URL, and parameter documentation. Every line carries meaningful information with no redundancy or filler. It is well-structured and front-loaded.

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 has five parameters and no output schema, so the description should cover return semantics and usage context. It states the return is '历史行情' as a DataFrame, which is sufficient for basic use, but it lacks details about the columns, the list of valid sector symbols, and how it compares to the many sibling board-related tools. This leaves some ambiguity for an agent deciding among similar tools.

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?

With schema description coverage at 0%, the description carries the burden of explaining parameters. It provides Sphinx-style docs for all five parameters, including explicit choices for period ('日k', '周k', '月k') and adjust ('', 'qfq', 'hfq'). However, it does not specify the date format for start_date/end_date beyond the defaults, and symbol values are described only as '板块名称'. This is helpful but has minor gaps.

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

Purpose5/5

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

The description opens with '东方财富网-沪深板块-行业板块-历史行情', clearly stating it provides historical quotes for Shanghai/Shenzhen industry sectors from Eastmoney. This specific verb+resource combination distinguishes it from sibling tools like stock_board_industry_spot_em (spot) and stock_board_industry_cons_em (constituents).

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 through the word '历史行情' (historical quotes) and the source URL, but it provides no explicit guidance on when to use this tool versus alternatives such as stock_board_industry_spot_em or stock_board_industry_hist_min_em. There are no exclusion criteria or prerequisites mentioned, so it only partially addresses usage 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