Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

fund_open_fund_daily_em

Read-onlyIdempotent

Retrieves current trading day's net value data for all open-ended funds from Eastmoney's fund center. Provides a structured DataFrame for fund analysis.

Instructions

东方财富网-天天基金网-基金数据-开放式基金净值 https://fund.eastmoney.com/fund.html#os_0;isall_0;ft_;pt_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 readOnly/idempotent/openWorld and non-destructive, so the safety profile is covered. The description adds the current-trading-day temporal scope and pandas DataFrame return type, but discloses no further behavior such as data delay, size, or columns. This is adequate but not rich.

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 short and structured (source, URL, return type), with no repetitive filler. The long URL and docstring are informative rather than noise, though a brief English summary would improve scannability.

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 zero-parameter snapshot tool with strong annotations, the description provides enough: source, scope ('all open-end funds'), temporal window ('current trading day'), and return type. It does not enumerate returned columns, but with no output schema this is a minor gap.

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?

There are zero parameters, so the schema fully defines invocation; the description appropriately avoids inventing parameter guidance. Baseline for zero-param tools is 4.

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 resource ('开放式基金净值' from 东方财富/天天基金) and specifies the exact returned data: all open-end fund NAV for the current trading day as a pandas DataFrame. It is distinguishable from siblings like fund_open_fund_rank_em or fund_open_fund_info_em by its daily-all scope, though it doesn't explicitly name them.

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 implies usage for obtaining a full daily snapshot of open-end fund NAVs, and the name/URL reinforce this. However, it gives no explicit guidance on when to choose this over sibling tools, no exclusions, and no mention of alternatives.

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