Skip to main content
Glama
rezmeplxrf

InsightSentry MCP

by rezmeplxrf

get_ipos

Retrieve IPO calendar data to track upcoming stock offerings, pricing ranges, and deal amounts. Filter by week range, country code, or symbol to monitor new listings in specific markets.

Instructions

IPO calendar. Retrieve IPO calendar data for a specified time range → Returns {total_count: number, range: string, last_update: number, data: [{code: string, name: string, country: string, currency: string, status: string, offer_time: number, offer_price: number, offered_shares: number, deal_amount: number, price_range: string, market_cap: number}]}. Default: current week. Use 'w' to look ahead. Filter by country with 'c'. Filter by symbol with 'code' (e.g., 'NASDAQ:AAPL').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wNoSpecifies the week range. For example, 1 means this week (starting today) through next week, 2 means next week through the following week, and so on.
cNo(Optional) Filter by country code(s) as a comma-separated ISO 3166-1 alpha-2 string, for example `US,AR`. Invalid codes will be ignored.
codeNo(Optional) Filter by symbol code in Exchange:Symbol format (e.g., NASDAQ:AAPL). Returns only calendar entries matching this symbol.
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 disclosure burden and notably includes the complete return structure schema (→ Returns {...}), revealing the data shape, field types, and nesting. However, it omits rate limits, caching behavior, or explicit read-only safety declarations.

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 and efficiently structured using the arrow symbol (→) to separate action from return value. The front-loaded 'IPO calendar' fragment and compact JSON return specification maximize information per token, though the return type string is lengthy.

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?

Adequately compensates for the missing output schema by detailing the return structure inline, and covers the primary filtering parameters. For a read-only retrieval tool with four optional parameters, the description provides sufficient context for correct invocation despite minor gaps (filter param, rate limits).

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%, establishing baseline 3. The description adds value by providing a concrete example ('NASDAQ:AAPL') for the 'code' parameter and simplified usage guidance for 'w' and 'c'. It fails to mention the 'filter' parameter (JSONata expression) in the prose, though the schema documents it.

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 'IPO calendar data' (specific verb + resource) and specifies the time range scope. 'IPO calendar' distinctly identifies this tool's domain among financial data siblings like get_dividends and get_earnings.

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?

Provides useful default context ('Default: current week') and hints for parameter usage ('Use 'w' to look ahead'), but lacks explicit guidance on when to prefer this over similar market data tools like get_earnings or get_events, and doesn't specify prerequisites or constraints.

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