Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_us_hist_min_em

Read-onlyIdempotent

Fetch historical minute-level (intraday) trading data for US stocks using a ticker symbol and start/end dates. Returns DataFrame of daily minute-by-minute price quotes for analysis.

Instructions

东方财富网-行情首页-美股-每日分时行情 https://quote.eastmoney.com/us/ATER.html :param symbol: 股票代码 :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
symbolNo105.ATER
end_dateNo2222-01-01 09:32:00
start_dateNo1979-09-01 09:32:00
Behavior2/5

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

Beyond the annotations (readOnly, openWorld, idempotent), the description adds no behavioral context. It does not disclose symbol format requirements, date format expectations, or any data source quirks.

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 docstring with exactly the needed info: source, URL, parameters, return type. No wasted words.

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?

With no output schema, the description leaves the return content vague. It also lacks usage guidance and parameter format details. For a simple data retrieval tool, it is minimally viable but has clear gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must define parameters. It offers only direct translations ('股票代码', '开始日期', '结束日期') that add little beyond the parameter names and the schema defaults. No format constraints or examples are given.

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 it provides East Money US stock intraday minute-level quotes, with a source URL and return type. The term '每日分时行情' distinguishes it from daily historical and real-time spot sibling 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 given on when to use this tool versus alternatives like stock_us_hist (daily) or stock_us_spot_em (spot). The description does not mention any prerequisites or exclusions.

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