Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_qsjy_em

Read-onlyIdempotent

Get securities companies' monthly performance data from East Money for a specified month. Provide a date to receive the business report.

Instructions

东方财富网-数据中心-特色数据-券商业绩月报 http://data.eastmoney.com/other/qsjy.html :param date: 数据月份,从 2010-06-01 开始, e.g., 需要 2011 年 7 月, 则输入 2011-07-01 :type date: str :return: 券商业绩月报 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo20200731
Behavior4/5

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

Annotations already indicate a safe, idempotent read operation. The description adds the data range starting from 2010-06-01 and the parameter format example, which provides useful context beyond the annotations. It does not contradict the annotations and discloses the return type as pandas DataFrame.

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 concise and follows a standard docstring structure with source URL, parameter documentation, and return type. It is not overly verbose, and each line provides relevant 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 tool's simplicity (one parameter, no output schema) and the presence of helpful annotations, the description provides adequate context: data source, parameter semantics, and return type. It does not describe the DataFrame columns, but this is not critical for such a simple data lookup.

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 explains that the 'date' parameter is the data month and gives an example (2011-07-01), adding meaning beyond the bare schema which only lists a default value. However, the default in the schema is '20200731' without dashes, conflicting with the example format and leaving ambiguity about the accepted date format.

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 data resource (券商业绩月报 from Eastmoney) and the URL, and the return type is specified as a pandas DataFrame. However, it lacks an explicit verb like 'retrieve' or 'get', relying on implied meaning from the docstring structure. It distinguishes from siblings by naming the specific dataset.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives the data source and parameter guidance, implying that this tool is for retrieving monthly brokerage performance data from Eastmoney. It does not explicitly state when to use this tool versus other stock data tools, nor does it mention alternatives or exclusions.

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