Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

macro_china_lpr

Read-onlyIdempotent

Retrieve detailed China Loan Prime Rate (LPR) data, including rates and historical changes, as a structured DataFrame for financial analysis.

Instructions

LPR品种详细数据 https://data.eastmoney.com/cjsj/globalRateLPR.html :return: LPR品种详细数据 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

The annotations already declare readOnlyHint, openWorldHint, and idempotentHint, which cover the basic safety profile. The description adds no further behavioral context such as data freshness, pagination, or potential errors. It only mentions the return type (DataFrame), which is not a behavioral trait.

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 short but includes redundant content by repeating 'LPR品种详细数据' and adding a docstring-style return type. The URL may be informative but does not help an AI agent select or invoke the tool. It is concise overall, but not every element adds value.

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

Completeness2/5

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

Despite having no parameters and no output schema, the description leaves gaps about what the LPR data actually includes (e.g., tenors, historical range, columns). An agent would need more detail to understand what to expect from the returned DataFrame. The description is minimally viable but incomplete.

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 empty and the description need not explain parameter details. The baseline for zero-parameter tools is 4, and the description does not introduce any confusion about parameters.

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 identifies the resource as LPR and indicates 'detailed data', which makes it clear the tool provides LPR information. However, it uses a noun phrase rather than an explicit verb like 'retrieve' or 'get', and does not explicitly distinguish itself from sibling macro tools beyond the LPR topic.

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 the many sibling macro tools. It does not state any use cases, prerequisites, or alternatives. The description simply provides a source URL and return type, leaving the agent to guess the appropriate context.

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