Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

fund_purchase_em

Read-onlyIdempotent

Fetch fund purchase status from East Money's Tiantian Fund website. Returns a DataFrame with current subscription availability for each fund.

Instructions

东方财富网站-天天基金网-基金数据-基金申购状态 https://fund.eastmoney.com/Fund_sgzt_bzdm.html#fcode,asc_1 :return: 基金申购状态 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false. The description adds the source URL and return type (pandas.DataFrame), providing some practical context, but it does not disclose data freshness, schema details, or any limitations beyond what the name implies.

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 extremely brief and front-loaded with the title and URL. Every line serves a purpose (title, URL, return type), but it lacks a structured, explanatory format. It is concise without being verbose, though it could be more informative.

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 no-parameter, read-only tool, the description adequately conveys the data source and expected output type. With no output schema present, it at least states the return is a pandas.DataFrame of fund subscription statuses. However, it could be more explicit about the DataFrame columns or the nature of the data.

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 tool has zero parameters, so the input schema is trivially complete with 100% coverage. There are no parameter semantics to explain; the baseline of 4 applies because the absence of parameters removes the need for additional documentation.

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

Purpose5/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 fund purchase/subscription status from the Eastmoney TianTian Fund website, with a direct URL and return type. The specific resource (基金申购状态) is unambiguous and easily distinguishes it from sibling fund tools like fund_aum_hist_em or fund_rank_em.

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, nor any mention of intended use cases or exclusions. The description merely states what it returns without contextualizing its role among the many fund-related tools.

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