Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_report_fund_hold

Read-onlyIdempotent

Retrieve fund holdings data from Eastmoney by selecting report type (fund, QFII, social security, broker, insurance, trust) and financial report date. Returns structured DataFrame for analysis.

Instructions

东方财富网-数据中心-主力数据-基金持仓 http://data.eastmoney.com/zlsj/2020-12-31-1-2.html :param symbol: choice of {"基金持仓", "QFII持仓", "社保持仓", "券商持仓", "保险持仓", "信托持仓"} :type symbol: str :param date: 财报发布日期, xxxx-03-31, xxxx-06-30, xxxx-09-30, xxxx-12-31 :type date: str :return: 基金持仓数据 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo20210331
symbolNo基金持仓
Behavior3/5

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

With annotations already declaring readOnlyHint=true and idempotentHint=true, the description adds the source URL and return type (DataFrame). It does not contradict annotations, but it also does not disclose any additional behavioral traits such as pagination, rate limits, or error handling. This meets the lower bar set by 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 a compact docstring with a clear structure: source, parameters, and return type. Every line provides useful information, and there is no fluff. It is not overly long given the need to document two parameters and the return type.

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?

For a simple read-only data fetch with only 2 parameters and no output schema, the description covers the source, symbol enums, date format, and return type. It is largely complete, but the minor date-format inconsistency and lack of clarity on output columns keep it from being a 5.

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 coverage is 0%, so the description compensates by listing the symbol choices and explaining the date format with examples. However, the date format in the description (with dashes, e.g., 2020-12-31) conflicts with the schema default (without dashes, e.g., 20210331), creating ambiguity. This prevents a higher score.

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 that this tool retrieves fund holdings data from Eastmoney's Data Center, specifying the source URL and the available symbol categories. However, it does not explicitly differentiate itself from sibling tools like stock_report_fund_hold_detail, so it stops short of a 5.

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 allowed parameter values and date formats, which is a form of usage guidance. However, it gives no context on when to choose this tool over alternatives, nor any exclusions or prerequisites. This is a significant gap given the large sibling list.

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