Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

bond_cb_redeem_jsl

Read-onlyIdempotent

Fetches convertible bond forced redemption data from Jisilu, providing a structured DataFrame to help identify bonds with redemption risk.

Instructions

集思录可转债-强赎 https://www.jisilu.cn/data/cbnew/#redeem :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 and destructiveHint=false, so the agent knows it's a safe read operation. The description adds a return type (pandas.DataFrame) and a source URL, which provides a little extra context. However, it does not disclose behavioral traits such as whether the data is live-snapshot, how the DataFrame is structured, or any potential rate limits or authentication needs. Thus it provides partial but not rich additional behavior context.

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 very short, but it redundantly repeats the title in the first line and the return line. The URL is a useful reference, and the return-type annotation is informative. The structure is compact, but the redundant repetition reduces conciseness quality; every sentence does not fully earn its place.

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?

For a highly specialized bond tool with no output schema, the description leaves important gaps: it does not explain what '强赎' (strong redemption) means, what columns/fields the DataFrame contains, or how this tool differs from similarly named bond tools. The URL hints at the data source but does not make the tool self-contained for an agent. Given the tool's simplicity (no params) and good annotations, more context is still expected to make it 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, and the input schema is empty (100% schema coverage with no properties). The baseline for zero-parameter tools is 4, and the description offers no parameter information because none exists. It does not need to compensate for parameter semantics, so the score reflects the baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description is essentially a repeat of the title ('集思录可转债-强赎'), providing no additional specification of what the tool does beyond the name. The URL and return type annotation add minimal context, but the core purpose (retrieving strong-redemption convertible bond data) is only implied by the title. This is a tautology of the title, hence a low score.

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 alternatives. It does not mention use cases, preferred conditions, or exclude scenarios. Sibling tools like bond_cb_jsl (general convertible bonds) and bond_cb_index_jsl (index) suggest similar resources, but the description offers no differentiation or selection advice.

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