Skip to main content
Glama
rezmeplxrf

InsightSentry MCP

by rezmeplxrf

screen_bonds

Filter bond markets by yield-to-maturity, volume, and price to identify fixed-income securities matching your investment criteria across countries and exchanges.

Instructions

Bond Screener. Retrieve bond data based on specified filter criteria → Returns {hasNext: boolean, current_page: number, total_page: number, current_items: number, data: [{symbol_code: string, name: string, country: string, currency: string, delay_seconds: number, ...requested_fields}]}. WORKFLOW: 1) Call get_bond_screener_params to discover available fields. 2) POST with your chosen fields. Example: {"fields":["close_percent","yield_to_maturity","volume"],"exchanges":[],"countries":["US"],"page":1,"sortBy":"yield_to_maturity","sortOrder":"desc"}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsYesArray of field names to include in the response (1-10 fields). Discover available fields by calling get_bond_screener_params first. Field names are case-insensitive.
exchangesNoArray of exchange names to filter by (e.g., ["NYSE", "NASDAQ"]). Discover available exchanges via the GET screener params tool.
ignore_invalidNoIf true, invalid fields, exchanges, or countries are silently filtered out instead of returning an error. Useful when you're unsure if a field exists.
countriesNoArray of country codes to filter by (e.g., ["US", "CA"]). Not available for crypto screener. Discover available countries via the GET screener params tool.
pageNoPage number for pagination
sortByNoField name to sort results by. Must be one of the requested fields or "name". Default: "name".
sortOrderNoSort order: "asc" (ascending) or "desc" (descending). Default: "asc".
filterNo(Optional) JSONata expression to filter/transform the API response server-side before it reaches you. Use this to extract only the fields or rows you need, reducing token usage. See https://jsonata.org for syntax.
Behavior4/5

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

With no annotations provided, the description carries full burden and successfully discloses return structure (pagination fields, data array contents) and workflow dependencies. However, it omits explicit declaration of read-only safety, rate limits, or error handling behavior beyond the schema's ignore_invalid parameter.

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?

Information-dense but well-structured with clear logical flow: purpose → return format → workflow → example. Every element serves a necessary function, particularly the inline return structure JSON which compensates for missing output schema. Slightly cluttered but justified by information value.

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 8 parameters, no output schema, and no annotations, the description adequately compensates by documenting the complete response structure, pagination behavior, and required prerequisite call. Minor gap in not describing error states when prerequisite is skipped or rate limiting concerns.

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?

Input schema has 100% coverage (baseline 3). The description adds significant value through a concrete JSON example showing valid field values and structure, plus clarifies the discovery workflow dependency for populating the fields parameter, which aids agent reasoning beyond raw schema definitions.

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?

Description explicitly states 'Retrieve bond data based on specified filter criteria' with specific resource (bonds) and action (retrieve/screen). The 'Bond Screener' header and reference to bond-specific parameters clearly distinguishes from sibling screeners (screen_stocks, screen_crypto, screen_etfs).

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

Usage Guidelines5/5

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

Provides explicit two-step workflow: '1) Call get_bond_screener_params to discover available fields. 2) POST with your chosen fields.' This clearly dictates when to use the sibling discovery tool versus this screening tool, establishing a mandatory prerequisite relationship.

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/rezmeplxrf/insight_mcp'

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