Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

bond_china_yield

Read-onlyIdempotent

Fetches ChinaBond treasury and other bond yield curves for a specified date range (up to one year). Returns historical yield data for financial analysis.

Instructions

中国债券信息网-国债及其他债券收益率曲线 https://www.chinabond.com.cn/ https://yield.chinabond.com.cn/cbweb-pbc-web/pbc/historyQuery?startDate=2019-02-07&endDate=2020-02-04&gjqx=0&qxId=ycqx&locale=cn_ZH 注意: end_date - start_date 应该小于一年 :param start_date: 需要查询的日期, 返回在该日期之后一年内的数据 :type start_date: str :param end_date: 需要查询的日期, 返回在该日期之前一年内的数据 :type end_date: str :return: 返回在指定日期之间之前一年内的数据 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_dateNo20210124
start_dateNo20200204
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, covering the safety profile. The description adds the source URLs, the explicit date range constraint, and the return type as pandas.DataFrame. It does not describe pagination or output columns, but with annotations, this is a modest addition without contradictions.

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: a title, two URLs, a note, and parameter/return docstrings. It is structured and avoids excessive length. The URLs add useful provenance, though the second URL is a long example that could be trimmed.

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 two-parameter query tool, the description covers the basic data source and return type. However, it fails to specify the accepted date format (schema defaults use YYYYMMDD while the example URL uses YYYY-MM-DD), and the return line is garbled. The absence of output schema makes the lack of column details a notable gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description carries the burden. It provides docstrings for start_date and end_date, explaining that each defines a one-year window, and notes the interval must be less than a year. However, the wording is somewhat confusing and repetitive, and it does not clarify the date format (e.g., YYYYMMDD vs YYYY-MM-DD).

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 China Bond Information Network's treasury and other bond yield curves, and the URL containing 'historyQuery' implies a query operation. However, it lacks an explicit verb like 'retrieve' or 'query', making the action slightly implicit. It is clearly distinguished from sibling bond tools that focus on other data types.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides a specific constraint that end_date minus start_date should be less than one year, which guides parameter usage. However, there is no guidance on when to choose this tool over sibling bond tools or the intended scenarios. Usage is implied by the title and date parameters rather than explicitly stated.

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