Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_notice_report

Read-onlyIdempotent

Get A-share stock announcements from East Money by report type and date. Filter for financial reports, major events, risk warnings, and other official notices.

Instructions

东方财富网-数据中心-公告大全-沪深京 A 股公告 https://data.eastmoney.com/notices/hsa/5.html :param symbol: 报告类型; choice of {"全部", "重大事项", "财务报告", "融资公告", "风险提示", "资产重组", "信息变更", "持股变动"} :type symbol: str :param date: 制定日期 :type date: str :return: 沪深京 A 股公告 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo20220511
symbolNo全部
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, so the safety profile is covered. The description adds the return type (pandas DataFrame), the source URL, and the filtering options for symbol and date, which goes beyond the annotations. It doesn't discuss rate limits or data freshness, but does not contradict the 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 structured like a docstring with a source URL, parameter definitions, and a return type. It is information-dense without unnecessary fluff, though the URL could arguably be omitted. The format is easy to scan.

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?

With two simple parameters, no output schema, and strong annotations, the description is nearly sufficient. It states the data source, the filtering capabilities, and the return type. However, it does not mention any pagination or data size limitations, which would be relevant for a broad announcement feed. Overall, it is adequate for correct usage.

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?

The input schema has no property descriptions (0% coverage), so the description carries the full burden. It fully enumerates the allowed values for symbol (e.g., 全部, 重大事项, etc.) and describes date as the announcement date with a default format hint via the schema's default value '20220511'. This is strong compensation, though the date format could be more explicit.

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 retrieving Shanghai/Shenzhen/Beijing A-share announcements from the East Money data center, including the source URL and parameter details. It distinguishes itself from the sibling stock_individual_notice_report by specifying the market-wide scope, though it lacks an explicit action verb like 'get' or 'list'.

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 provides parameter documentation but no guidance on when to choose this tool over the many sibling tools, such as stock_individual_notice_report for single-stock notices. No exclusions or alternative recommendations are given, leaving the agent to infer use cases.

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