Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

fund_financial_fund_daily_em

Read-onlyIdempotent

Retrieve daily returns for all wealth management funds on the current trading day from East Money's TianTian Fund, enabling quick access to fund performance data.

Instructions

东方财富网站-天天基金网-基金数据-理财型基金收益

该接口暂无数据

https://fund.eastmoney.com/lcjj.html#1_1__0__ljjz,desc_1_os1 :return: 当前交易日的所有理财型基金收益 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive behavior. The description adds the key behavioral disclosure that '该接口暂无数据' (this interface currently has no data), which is significant context beyond annotations. This transparency helps the AI agent avoid expecting real results, though it does not clarify if the data absence is permanent or transient.

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 compact and front-loaded with the source and the critical no-data warning. The included URL provides a useful reference but is somewhat long and could be considered noise. Overall, each line serves a purpose, and the structure is readable.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (no parameters, no output schema), the description provides the return type (pandas.DataFrame) and the data scope. However, the meaning of '该接口暂无数据' is unresolved, and there is no explanation of behavior when data is unavailable or whether the DataFrame is always empty. The absence of an output schema makes the description the primary source of return information, and it partially fills that role.

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 and the input schema is empty, so there are no parameter semantics to explain. Per the baseline for 0-parameter tools, a score of 4 is appropriate. The description does not need to add parameter details.

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 source (东方财富网站-天天基金网), the resource (理财型基金收益), and the return (当前交易日的所有理财型基金收益). The verb 'returns' is implied in the docstring. However, the note '# 该接口暂无数据' introduces ambiguity about whether the tool actually returns data, slightly reducing clarity.

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 no explicit guidance on when to use this tool versus alternatives among the many fund-related siblings. It does not mention any exclusions or alternative tools. The only potential signal is the 'no data' warning, but it is not framed as a usage instruction.

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