Skip to main content
Glama
debtstack-ai

DebtStack MCP Server

resolve_bond

Resolve a bond identifier by CUSIP, ISIN, or description to retrieve complete bond details. Ideal for obtaining full information from partial identifiers.

Instructions

Look up a bond by CUSIP, ISIN, or description. Use when you have a partial bond identifier and need full details. Example: 'RIG 8% 2027' or 'CUSIP 893830AK8'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesBond identifier - CUSIP, ISIN, or description (e.g., 'RIG 8% 2027')
Behavior3/5

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

No annotations provided, so the description carries the full burden. It explains the core function and input but does not disclose any behavioral traits like side effects, authorization needs, or return structure (no output schema). Moderate transparency.

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?

Two sentences with no waste. Includes a clear example. Every word earns its place, making it highly efficient.

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?

For a simple tool with one parameter and no output schema, the description is well-rounded: specifies input types, action, and usage scenario. It could mention whether results are unique or multiple, but overall 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?

Schema coverage is 100% with a clear description of the 'query' parameter. The description adds value by providing examples ('RIG 8% 2027' or 'CUSIP 893830AK8') and clarifying acceptable formats, exceeding the base schema.

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 'Look up a bond by CUSIP, ISIN, or description', specifying the verb (look up) and resource (bond). It differentiates from sibling tools like search_bonds by focusing on resolving partial identifiers to full details.

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

Usage Guidelines4/5

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

The description explicitly says 'Use when you have a partial bond identifier and need full details', providing clear guidance on when to use. It does not mention when not to use or suggest alternatives, but the context is sufficient.

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/debtstack-ai/debtstack-python'

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