Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

fund_money_rank_em

Read-onlyIdempotent

Retrieve current money market fund rankings from East Money's data center. Returns a pandas DataFrame with fund performance for comparison.

Instructions

东方财富网-数据中心-货币型基金排行 https://fund.eastmoney.com/data/hbxfundranking.html :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 fully cover the safety profile (readOnlyHint, idempotentHint, openWorldHint, destructiveHint=false), so the bar is lower. The description adds the data-source URL and DataFrame return type, which are useful, but it does not disclose the data contents, whether the ranking is current or historical, or any caveats about the returned DataFrame. No contradiction with annotations exists.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact at four short lines, but it is a docstring dump rather than agent-oriented prose. The first line duplicates the annotation title, and the :return:/:rtype: scaffolding is Python-docstring convention rather than structured guidance. It is concise but not fully optimized for the structured information already available.

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?

For a simple zero-parameter read-only tool, the description is minimally viable: it names the source and the return type. However, with no output schema present, the description carries the burden of explaining the output, and it omits what columns the DataFrame contains, whether all money-market funds are returned, and whether the ranking is point-in-time or time-series. It is adequate but thin.

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 an empty schema, so there is nothing for the description to explain; per the rubric, 0 parameters earns a baseline of 4. The description does not mislead about parameters and its return-type note is consistent with the schema's simplicity.

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 a specific resource: money market fund rankings (货币型基金排行) from the Eastmoney data center, with an exact URL pointing to the ranking page and a stated output type (pandas.DataFrame). It is clear and self-contained, though it is phrased as a noun/title rather than an explicit verb+resource statement, and it does not explicitly contrast against sibling rank tools like fund_open_fund_rank_em or fund_fh_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?

The description provides no guidance on when to use this tool versus alternatives. Given the large family of fund-ranking siblings (fund_money_fund_daily_em, fund_fh_rank_em, fund_lcx_rank_em, fund_open_fund_rank_em), an agent receives no direction for selecting this specific ranking tool. There are no exclusions, prerequisites, or 'use X instead' hints.

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