Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_dzjy_mrtj

Read-onlyIdempotent

Fetch daily block trade statistics from the East Money data center for a given date range, returning results as a structured DataFrame.

Instructions

东方财富网-数据中心-大宗交易-每日统计 https://data.eastmoney.com/dzjy/dzjy_mrtj.html :param start_date: 开始日期 :type start_date: str :param end_date: 结束日期 :type end_date: str :return: 每日统计 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_dateNo20220105
start_dateNo20220105
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds the return type (pandas.DataFrame) and the source URL, which is useful context. However, it does not describe data contents, date handling, or potential limitations like pagination, making the behavioral disclosure minimal.

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

Conciseness3/5

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

The description is relatively concise but formatted as a docstring with a URL, parameter lines, and return info. It is not front-loaded with a clear summary sentence; the title line serves as a label. Each part is useful, but the structure is slightly clunky.

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?

No output schema exists, so the description should explain what the DataFrame contains. It merely states '每日统计' without listing columns, meaning of data, or any example. Given the tool's apparent complexity (daily block trade statistics), this is a significant omission.

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?

Schema description coverage is 0%, so the description must compensate. It provides Chinese labels (开始日期, 结束日期) that add meaning beyond the schema's plain 'string' types. However, it does not specify the expected date format (beyond the default '20220105') or other constraints, leaving room for interpretation.

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 resource: Eastmoney's block trade daily statistics, and includes a direct URL. It lacks an explicit action verb but implies a data retrieval function. It does not differentiate from sibling tools like stock_dzjy_sctj, but the name and resource are specific.

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 explicit guidance on when to use this tool versus alternatives. The phrase '每日统计' implies daily aggregate stats, but sibling tools are not mentioned, and no exclusions or alternative references are provided. The parameter docstring gives basic input instructions but no contextual usage.

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