Skip to main content
Glama
rezmeplxrf

InsightSentry MCP

by rezmeplxrf

get_bond_screener_params

Retrieve available bond screening parameters including fields, exchanges, and countries to configure precise filter criteria.

Instructions

Get available bond screener parameters. Retrieve the list of available fields and parameters for bond screening → Returns {available_fields: string[], available_exchanges: string[], available_countries: string[], sortOrder: string[]}. All arrays are flat string arrays (field names, not objects). Next: use screen_bonds with these fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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 the full burden of behavioral disclosure. It excellently specifies the return structure ({available_fields: string[], ...}) and clarifies data format ('All arrays are flat string arrays'), though it omits error handling or rate limit details.

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?

Efficiently front-loaded with the core action, followed by return type specification and workflow instruction. Minor redundancy between 'Get available...' and 'Retrieve the list...' prevents a perfect 5, but overall structure is tight with every sentence earning its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Completely compensates for the lack of output schema by explicitly documenting the return object structure and field types. Given the tool's simple purpose (parameter discovery) and single optional parameter, the description provides sufficient context for correct invocation and result handling.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% description coverage for the single 'filter' parameter (documented as a JSONata expression). The description adds no additional parameter context, but with complete schema coverage, the baseline score of 3 is appropriate.

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 explicitly states the tool retrieves 'available fields and parameters for bond screening' using specific verbs (Get/Retrieve) and clearly distinguishes itself from sibling screener tools (get_stock_screener_params, get_etf_screener_params) by specifying 'bond' in the purpose and return structure.

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 workflow guidance with 'Next: use screen_bonds with these fields,' clearly indicating this is a prerequisite discovery tool that must be called before the sibling screen_bonds tool, establishing the correct sequence and 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