Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_zh_a_hist_tx

Read-onlyIdempotent

Retrieve historical daily trading data for stocks and indices from Tencent Securities, with adjustable price correction and user-defined date ranges.

Instructions

腾讯证券-日频-股票历史数据 https://gu.qq.com/sh000919/zs :param symbol: 带市场标识的股票或者指数代码 :type symbol: str :param start_date: 开始日期 :type start_date: str :param end_date: 结束日期 :type end_date: str :param adjust: choice of {"qfq": "前复权", "hfq": "后复权", "": "不复权"} :type adjust: str :param timeout: choice of None or a positive float number :type timeout: float :return: 历史行情数据, 其中 volume 统一为股, amount 统一为元 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
adjustNo
symbolNosz000001
timeoutNo
end_dateNo20500101
start_dateNo19000101
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive, so the safety profile is covered. The description adds behavioral context by stating that volume is standardized to shares and amount to yuan, and by listing adjust options. It does not mention rate limits or data delays, but the unit normalization is a notable addition.

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, well-structured docstring: a title line, a URL example, and parameter/return definitions. Every line is informative, non-redundant, and front-loaded with the primary purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 5-parameter tool with no output schema, the description covers the main inputs, return type, and unit normalization, which is sufficient for basic usage. However, it does not specify the expected date format (e.g., YYYYMMDD) or how missing data is handled, leaving minor gaps for an agent.

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

Parameters5/5

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

Schema description coverage is 0%, but the description fully compensates with a complete docstring for all five parameters, including symbol format, date semantics, adjust choices with Chinese labels, and timeout constraints. This provides significant meaning beyond the bare schema.

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 "腾讯证券-日频-股票历史数据" (Tencent Securities daily stock historical data), which clearly identifies the resource, source, and frequency. The docstring specifies it returns historical quote data as a pandas DataFrame, distinguishing it from spot or intraday tools in the sibling list.

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 use for daily historical stock data from Tencent, but provides no explicit when-to-use or alternative comparisons. It does not mention when not to use this tool or how it differs from related tools like stock_zh_a_hist or stock_zh_a_daily.

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