Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

bond_spot_deal

Read-onlyIdempotent

Retrieve bond spot market trade data from China Money's official platform. Access current spot deal quotes as a structured DataFrame for analysis.

Instructions

中国外汇交易中心暨全国银行间同业拆借中心-市场数据-债券市场行情-现券市场成交行情 https://www.chinamoney.com.cn/chinese/mkdatabond/ :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 declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds that the tool returns a pandas.DataFrame, which is useful context, but does not disclose further behavioral details such as data time ranges or potential latency. No contradiction with annotations.

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, containing a descriptive title, a source URL, and return type information. No filler or redundancy, though it could be slightly more structured to separate the data source from the tool's function.

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 no-parameter tool with good annotations, the description provides the return type and source but lacks details about the data's time period (e.g., current vs. historical) or column structure since there is no output schema. This is adequate but not fully complete.

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 description need not explain any. It does state the return type and data source, which is sufficient for a parameterless tool. Baseline for 0 params is 4.

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 the resource as '现券市场成交行情' (spot bond market transaction quotes) from the China Foreign Exchange Trade System, with a source URL. It distinguishes from siblings like bond_spot_quote by focusing on executed transactions rather than quotes, though it lacks an explicit verb like 'fetch' or 'get'.

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 guidance is provided on when to use this tool versus alternatives. There is no mention of use cases, exclusions, or comparison to sibling bond tools, leaving the agent to infer applicability from the resource name alone.

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