Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_zh_a_cdr_daily

Read-onlyIdempotent

Retrieve historical daily quotes for A-share CDR stocks. Provide a stock symbol and date range to obtain a pandas DataFrame of market data.

Instructions

新浪财经-A股-CDR个股的历史行情数据, 大量抓取容易封 IP https://finance.sina.com.cn/realstock/company/sh689009/nc.shtml :param start_date: 20201103; 开始日期 :type start_date: str :param end_date: 20201103; 结束日期 :type end_date: str :param symbol: sh689009 :type symbol: str :return: specific data :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNosh689009
end_dateNo22201116
start_dateNo19900101
Behavior4/5

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

Beyond the annotations (readOnlyHint, idempotentHint, etc.), the description adds a valuable behavioral warning that large-scale scraping may lead to IP bans, and also specifies the return type as pandas.DataFrame. This provides context about rate limits and output format not present in the structured annotations.

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 reasonably concise with a clear front-loading of the tool's purpose and resource URL. The parameter docs are structured and useful, though the style is a bit docstring-like with some redundancy (e.g., repeated type information).

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?

Given the simple nature of a historical data retrieval tool and the rich annotations, the description adequately explains the data source, parameters, and return type. It lacks details about output columns or data adjustments, but with no output schema, this is a minor gap.

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 0% schema description coverage, the description compensates by documenting each parameter (start_date, end_date, symbol) with example values and Python types. This gives the agent meaningful context for constructing valid inputs, although it doesn't explicitly define date format constraints beyond examples.

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

Purpose4/5

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

The description clearly identifies the tool as providing Sina Finance A-share CDR individual stock historical market data, with a source URL. This distinguishes it from sibling stock history tools by its specific CDR focus, though it lacks an explicit verb like 'fetch' or 'query'.

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?

The description gives no explicit guidance on when to use this tool vs alternatives. It only includes a caution about IP bans from heavy scraping, which is a warning rather than usage direction. The CDR-specific scope is implied by the name and description, but no exclusions or alternative tools are mentioned.

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