Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

fund_lcx_rank_em

Read-onlyIdempotent

Retrieve ranking data for wealth management funds from East Money's data center. Get a pandas DataFrame of fund performance and metrics for analysis.

Instructions

东方财富网-数据中心-理财基金排行

该接口暂时没有数据

https://fund.eastmoney.com/data/lcxfundranking.html#t;c0;r;sSYL_Z;ddesc;pn50;f;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?

The description adds valuable behavioral context beyond the annotations: it explicitly states the interface currently has no data, which is a critical caveat for an agent. It also specifies the return type (pandas.DataFrame) and provides the source URL. Since annotations already cover read-only and non-destructive behavior, the description's additional details earn a solid score.

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 relatively short but includes a redundant title line duplicated in annotations, a lengthy URL that may not be essential for an agent, and a comment-style note. It front-loads the purpose and includes the critical no-data warning, but the structure is fragmented and the URL adds clutter without clear value.

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 no-parameter tool with a simple purpose, the description is partially complete: it identifies the ranking type and source and warns about current data unavailability. However, it does not describe the expected columns or structure of the returned DataFrame, and with no output schema, an agent lacks detail on what to expect if data were present.

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 takes zero parameters, so the description does not need to explain parameter semantics. The baseline for 0-parameter tools is 4, and the description satisfies this by not omitting any required parameter clarification.

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 provides a ranking of wealth management funds (理财基金排行) from East Money's data center, with a return type of pandas.DataFrame. However, it lacks an explicit verb like 'get' or 'fetch' and does not differentiate itself from the many sibling ranking tools, though the name suggests the specific fund type.

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?

No explicit guidance on when to use this tool versus alternatives. The note '该接口暂时没有数据' (this interface currently has no data) implicitly warns that it may return empty results, but it does not name alternative tools or provide context for when the tool is appropriate.

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