Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

rate_interbank

Read-onlyIdempotent

Retrieve interbank lending rates for chosen markets, symbols, and tenors. Get rate data to support financial analysis and decision-making.

Instructions

东方财富-拆借利率一览-具体市场的具体品种的具体指标的拆借利率数据 具体 market 和 symbol 参见: https://data.eastmoney.com/shibor/shibor.aspx?m=sg&t=88&d=99333&cu=sgd&type=009065&p=79 :param market: choice of {"上海银行同业拆借市场", "中国银行同业拆借市场", "伦敦银行同业拆借市场", "欧洲银行同业拆借市场", "香港银行同业拆借市场", "新加坡银行同业拆借市场"} :type market: str :param symbol: choice of {"Shibor人民币", "Chibor人民币", "Libor英镑", "", "Sibor美元"} :type symbol: str :param indicator: choice of {"隔夜", "1周", "2周", "", "1年"} :type indicator: str :return: 具体市场的具体品种的具体指标的拆借利率数据 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
marketNo上海银行同业拆借市场
symbolNoShibor人民币
indicatorNo隔夜
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds the return type (pandas.DataFrame) but does not disclose other behavioral traits like data availability, historical scope, or any rate limits, which is acceptable given the strong annotation coverage.

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

Conciseness5/5

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

The description is compact and well-structured: a one-line purpose statement, a reference URL, and clear parameter documentation in list form. Every element serves a purpose without redundant text.

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?

The description specifies the return type (pandas.DataFrame) and indicates that it returns the selected rate data, but it does not describe the DataFrame structure or columns. For a relatively simple data-fetching tool with no output schema, this is reasonably complete, though a brief example or column note would improve it.

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 schema description coverage is 0%, but the description compensates by listing explicit choices for market, symbol, and indicator, including examples like 'Shibor人民币' and '隔夜'. It also clarifies the return type. This adds substantial meaning beyond the bare schema properties and defaults.

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 fetches interbank lending rate data for a specific market, instrument, and indicator from East Money. It uses a specific verb (拆借利率数据) and resource, but does not explicitly differentiate from sibling tools that also provide rate data, such as macro_china_shibor_all or repo_rate_query.

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, nor does it state exclusions or prerequisites. It only describes the data it returns and provides parameter choices, leaving usage context entirely implied.

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