Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_yysj_em

Read-onlyIdempotent

Retrieve scheduled disclosure dates for annual and quarterly reports of Chinese listed companies. Specify market type and report period to get the timetable from East Money data center.

Instructions

东方财富-数据中心-年报季报-预约披露时间 https://data.eastmoney.com/bbsj/202003/yysj.html :param symbol: choice of {'沪深A股', '沪市A股', '科创板', '深市A股', '创业板', '京市A股', 'ST板'} :type symbol: str :param date: "20190331", "20190630", "20190930", "20191231"; 从 20081231 开始 :type date: str :return: 指定时间的上市公司预约披露时间数据 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo20200331
symbolNo沪深A股
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive nature. The description adds that it returns a pandas DataFrame and points to a data source URL, but does not disclose potential errors, rate limits, or data quirks. This adds some context beyond annotations but not substantial.

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 a compact docstring with a clear structure: title, source URL, parameter definitions, and return type. It is not overly verbose, but the URL and type info are arguably necessary. It front-loads the 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?

Given the tool's simplicity (two parameters, no output schema), the description covers purpose, parameters, and return type. It does not detail column names or edge cases, but annotations cover safety and idempotency. Overall, it is sufficiently complete.

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?

The input schema has no descriptions for parameters, but the description compensates by enumerating valid values for 'symbol' and providing example date formats and a start date. This gives the agent clear semantics for both parameters.

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 states the tool retrieves scheduled disclosure times from East Money's data center, with a specific URL and return type. However, it does not explicitly differentiate it from sibling tools like stock_yjbb_em or stock_yjkb_em, so it lacks sibling differentiation.

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 does not state when to choose this tool over alternatives, nor does it offer any context on use cases or exclusions. It only describes what the tool does, not when to use it.

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