Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_board_industry_hist_min_em

Read-onlyIdempotent

Fetch historical minute-level quotes for industry sector boards, with configurable periods from 1 to 60 minutes, for market analysis.

Instructions

东方财富网-沪深板块-行业板块-分时历史行情 https://quote.eastmoney.com/bk/90.BK1027.html :param symbol: 板块名称 :type symbol: str :param period: choice of {"1", "5", "15", "30", "60"} :type period: str :return: 分时历史行情 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
periodNo5
symbolNo小金属
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, which establish the safety profile. The description adds the return type (pandas.DataFrame) and the concrete data source URL, but does not disclose any other behavior such as possible missing data, refresh delays, or what happens for invalid sector names. This is acceptable but minimal given the annotation coverage.

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 short and front-loaded with the purpose line, then a URL and parameter definitions. It is tight and free of fluff, though the inclusion of a raw URL might be seen as non-essential for an automated agent. Overall, it earns its place in a compact format.

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?

For a 2-parameter tool with no output schema, the description is incomplete. It fails to mention the available time range, data granularity (e.g., 1-minute against which trading sessions), or any example usage. It also lacks a pointer to companion tools for obtaining sector symbols (e.g., stock_board_industry_name_em), which are critical for successful invocation.

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?

The schema has no descriptions (0% coverage), so the description carries the burden. It does explain symbol as '板块名称' (sector name) and period as allowed choices {'1','5','15','30','60'}, which provides crucial meaning. However, it does not specify exact expected format (e.g., Chinese sector names only) or how to discover valid symbols, leaving the agent partially informed.

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 clearly states the resource (Eastmoney industry boards) and action (retrieve minute-level historical quotes) with the exact data source URL. The term '分时历史行情' explicitly distinguishes this from same-sector daily history (stock_board_industry_hist_em) and spot data (stock_board_industry_spot_em) siblings.

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 only lists parameters and the return type, with no mention of trade-offs, prerequisites (e.g., obtaining sector names via name-list tools), or exclusions. This leaves the agent to infer usage solely from the name.

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