Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_zh_a_disclosure_report_cninfo

Read-onlyIdempotent

Retrieve Chinese A-share disclosure reports from cninfo. Filter by stock code, market, keyword, category, and date range to access specific announcements.

Instructions

巨潮资讯-首页-公告查询-信息披露公告 http://www.cninfo.com.cn/new/commonUrl/pageOfSearch?url=disclosure/list/search :param symbol: 股票代码 :type symbol: str :param market: choice of {"沪深京", "港股", "三板", "基金", "债券", "监管", "预披露"} :type market: str :param keyword: 关键词 :type keyword: str :param category: choice of {'年报', '半年报', '一季报', '三季报', '业绩预告', '权益分派', '董事会', '监事会', '股东大会', '日常经营', '公司治理', '中介报告', '首发', '增发', '股权激励', '配股', '解禁', '公司债', '可转债', '其他融资', '股权变动', '补充更正', '澄清致歉', '风险提示', '特别处理和退市', '退市整理期'} :type category: str :param start_date: 开始时间 :type start_date: str :param end_date: 开始时间 :type end_date: str :return: 指定 symbol 的数据 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
marketNo沪深京
symbolNo000001
keywordNo
categoryNo
end_dateNo20231219
start_dateNo20230618
Behavior2/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint. The description adds the URL and return type but does not disclose additional behaviors like rate limits, authentication needs, or handling of invalid inputs. It also contains a typo where end_date is described as '开始时间' (start time), which is misleading.

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 a structured docstring with URL, parameters, and return type. It is reasonably compact but lacks a concise opening sentence and contains a long list of category choices. It is acceptable but not optimally organized.

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 six parameters and no output schema, the description must clearly explain the return value and usage. It only says '指定 symbol 的数据' (data for specified symbol), leaving the result structure and semantics ambiguous. It also does not explain how start_date/end_date work or what the tool is intended for beyond the title.

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?

The description provides Chinese labels for all six parameters and enumerates choices for market and category, which compensates for the schema lacking descriptions (0% coverage). However, the labels are often terse or tautological (e.g., 'keyword: 关键词'), and the date format is not specified, so the compensation is only partial.

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

Purpose2/5

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

The description lacks an explicit verb or clear statement of what the tool does. It provides a Chinese title and a URL, then lists parameters, but the action (e.g., querying disclosure reports) is only implied. It does not differentiate from siblings like stock_notice_report or stock_zh_a_disclosure_relation_cninfo.

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?

There is no guidance on when to use this tool versus alternatives, no prerequisites, and no exclusions. The description is purely parameter documentation with no contextual usage information.

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