Skip to main content
Glama
jackdark425

AIGroup Market MCP

by jackdark425

Convertible Bond

convertible_bond

Retrieve convertible bond issuance data by date range or get detailed information by bond code. Supports issue and info query types.

Instructions

获取可转债非行情数据,支持两种查询方式:1)使用issue类型按时间范围查询可转债发行数据;2)使用info类型按代码查询可转债详细信息

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ts_codeNo可转债代码,如'110001.SH'表示国电转债,'128001.SZ'表示平安转债。配合info类型使用可查询详细信息
data_typeYes数据类型,可选值:issue(可转债发行数据)、info(可转债详细信息,通过代码查询)
start_dateNo起始日期,格式为YYYYMMDD,如'20230101'。用于查询发行数据的公告日期范围
end_dateNo结束日期,格式为YYYYMMDD,如'20230131'。用于查询发行数据的公告日期范围
Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. It states the tool retrieves data (non-market), implying read-only behavior, but does not explicitly confirm safety, rate limits, or any side effects. This is insufficient for a query tool with no annotation support.

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 two sentences, front-loading the main purpose and enumerating two query methods without redundant words. Every sentence serves a purpose, making it concise and easy to parse.

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?

Given the tool's moderate complexity (4 parameters, no output schema), the description covers the two query patterns and parameter dependencies. It does not describe return format or pagination, but the scope is limited enough that this is acceptable. The presence of detailed schema descriptions partially compensates for omitted output details.

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?

With 100% schema description coverage, baseline is 3. The description adds value by explaining how parameters relate to the two query modes: issue type uses start_date/end_date, info type uses ts_code. This contextual mapping enhances understanding beyond the schema's individual parameter descriptions.

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

Purpose5/5

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

The description clearly states the tool retrieves 'convertible bond non-market data' and explicitly lists two query methods (issue type by time range, info type by code). This specific verb+resource+scope distinguishes it from sibling tools, which focus on stocks, indices, or general financial data.

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 explains the two internal query modes (issue and info) and when each should be used (issue for time-range queries, info for code queries). However, it offers no guidance on when to use this tool versus sibling tools (e.g., stock_data for market data). This lack of external comparison limits the score.

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/jackdark425/aigroup-market-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server