Skip to main content
Glama

IPOGrid IPO Calendar & Filing Research

Server Details

IPO calendar, SEC filings, deal terms, and IPO news research via the IPOGrid MCP server.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.5/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: get_chart for IPO chart data, get_company for single issuer details, list_companies for discovery, and list_news for news. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: get_chart, get_company, list_companies, list_news. Perfectly uniform.

Tool Count5/5

With 4 tools, the set is well-scoped for IPO calendar and filing research. Each tool serves a necessary function without being too few or excessive.

Completeness4/5

The tools cover essential operations: discovery, details, charts, and news. Minor gaps like direct filing access or calendar browsing exist, but core workflows are supported.

Available Tools

4 tools
get_chartGet ChartA
Read-onlyIdempotent
Inspect

Build an aggregated IPO chart and return its data plus canonical embed, page, and API URLs. Use this instead of hand-building chart URLs. Anonymous requests are quota-limited and may clamp a 52-week range to 26 weeks or a daily bucket to weekly unless the explicit date window is at most 31 days.

ParametersJSON Schema
NameRequiredDescriptionDefault
groupNoDimension used to split chart series. Defaults to sector for proceeds/returns and form_family for filing counts.
rangeNoTrailing window when explicit dates are omitted. Defaults to 26w; anonymous 52w requests are clamped to 26w.
scopeNoInclude all matching records or only active offerings. Defaults to active.
bucketNoTime interval. Defaults to week; anonymous daily requests require an explicit window of at most 31 days or are clamped to week.
issuerNoInclude every issuer or exclude SPACs. Defaults to all.
metricNoValue to aggregate. Defaults to gross_proceeds.
date_toNoInclusive YYYY-MM-DD upper bound. Use with date_from for a custom window instead of range.
date_fromNoInclusive YYYY-MM-DD lower bound. Use with date_to for a custom window instead of range.
materialityNoInclude all filing forms or only major IPO forms. Defaults to all.

Output Schema

ParametersJSON Schema
NameRequiredDescription
dataYes
linksYes
Behavior5/5

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

The description adds significant behavioral detail beyond annotations: quota limits for anonymous requests, clamping of range from 52w to 26w, and bucket clamping from daily to weekly unless the date window is ≤31 days. This aligns with the readOnlyHint and idempotentHint annotations.

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, no wasted words. The first sentence states the primary action and return value; the second covers critical behavioral caveats. Information is front-loaded and easy to parse.

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?

For a tool with 9 optional parameters, the description explains key behavioral constraints (clamping, defaults) that are essential for correct usage. The output schema covers return structure, so no further description needed here.

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%, so the description does not need to redefine parameters. It adds value by noting default behaviors (e.g., group defaults to sector for proceeds) and clamping rules that depend on parameter combinations, which goes beyond the schema's static 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 builds an aggregated IPO chart and returns data plus canonical URLs. It distinguishes itself from siblings by explicitly noting 'Use this instead of hand-building chart URLs.'

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 provides a clear use case (replacing manual URL construction). It also discusses rate limits and clamping for anonymous requests. However, it does not explicitly state when not to use this tool or list alternative tools, though siblings are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_companyGet CompanyA
Read-onlyIdempotent
Inspect

Fetch one issuer by SEC CIK after discovery with list_companies. Optional enrichments add terms and research context; anonymous requests allow only latest_terms, classification, and news.

ParametersJSON Schema
NameRequiredDescriptionDefault
cikYesSEC Central Index Key, with or without leading zeroes (for example 1907085 or 0001907085).
includeNoOptional detail sections. Anonymous requests silently omit consensus, financial_snapshot, filings, and comps.

Output Schema

ParametersJSON Schema
NameRequiredDescription
dataYesIssuer detail with the requested and permitted enrichment sections.
Behavior4/5

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

Annotations declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint false. The description adds behavioral context beyond annotations, such as that optional enrichments are available and anonymous requests silently omit certain sections. No contradictions.

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, each earning its place. The first sentence states the core purpose, and the second adds critical behavioral details about optional enrichments and anonymous requests. No wasteful words.

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?

Given the tool has only 2 parameters, an output schema, and annotations covering safety, the description is complete. It mentions prerequisites (after list_companies), behavior for anonymous requests, and the nature of optional enrichments, leaving no significant gaps.

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?

Schema coverage is 100%, so the schema already documents both parameters. The description summarizes the optional include parameter but does not add meaningful detail beyond what is in the schema. Baseline 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 clearly states 'Fetch one issuer by SEC CIK after discovery with list_companies.' It provides a specific verb (Fetch) and resource (issuer by CIK), and distinguishes from sibling tools like list_companies and list_news by noting the prerequisite discovery step.

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 implies usage context: it should be used after list_companies and mentions anonymous request limitations. However, it does not explicitly state when not to use this tool or compare it with alternatives like get_chart or list_news, leaving some ambiguity.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_companiesList CompaniesA
Read-onlyIdempotent
Inspect

Discover IPOGrid companies and active deals with cursor pagination and market, issuer-kind, freshness, or proceeds filters. Use get_company after selecting an issuer. Anonymous requests return at most 10 rows and omit consensus enrichment.

ParametersJSON Schema
NameRequiredDescriptionDefault
kindNoReturn only these issuer kinds. Omit to include every kind.
limitNoMaximum rows to return. Defaults to 50 when authenticated; anonymous requests are capped at 10.
scopeNoFilter to IPO-only rows or all active deal rows.
cursorNoOpaque next_cursor from a previous response. Omit for the first page.
marketNoFilter by normalized market family.
includeNoOptional enrichments for each row. Anonymous requests silently omit consensus.
updated_sinceNoISO-8601 lower bound on the company update timestamp.
gross_proceeds_gtNoLower bound on gross proceeds, using stated gross proceeds or a midpoint estimate from price range times shares offered.
gross_proceeds_ltNoUpper bound on gross proceeds, using stated gross proceeds or a midpoint estimate from price range times shares offered.

Output Schema

ParametersJSON Schema
NameRequiredDescription
dataYesRows for the current page.
metaYes
has_moreYesWhether another page is available.
next_cursorYesOpaque cursor for the next page, or null when this is the last page.
Behavior4/5

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

Annotations already declare readOnly and non-destructive. Description adds cursor pagination behavior, anonymous request caps, and enrichment omission, which are useful beyond annotations. Does not contradict any annotation.

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 zero wasted words. Front-loaded with main purpose and followed by key behavioral notes. Every sentence earns 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?

Given 9 parameters, rich schema, output schema, and comprehensive annotations, the description covers the tool's purpose, pagination, relationship to sibling, and auth constraints. No obvious gaps for a read-only listing tool.

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 covers all 9 parameters with descriptions (100% coverage), so baseline is 3. Description adds value by grouping filters (market, issuer-kind, freshness, proceeds) and highlighting default row limits for authenticated vs. anonymous, which enriches parameter meaning.

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 clearly states it discovers IPOGrid companies and active deals with filters, and distinguishes from sibling get_company by noting use after selecting an issuer. Verb 'discover' plus resource and filter types make purpose explicit.

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?

Explicitly says when to use this tool (discovering companies/deals with filters) and when to switch to get_company after selecting an issuer. Also notes anonymous request limitations, providing clear context for usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_newsList NewsA
Read-onlyIdempotent
Inspect

List recent IPO-company news, optionally filtered by SEC CIK. Use this for a news feed; use get_company with news for broader issuer context. Anonymous requests return at most 10 rows and omit full content.

ParametersJSON Schema
NameRequiredDescriptionDefault
cikNoOptional SEC CIK filter, with or without leading zeroes.
limitNoMaximum rows to return. Defaults to 50 when authenticated; anonymous requests are capped at 10.
cursorNoOpaque next_cursor from a previous response. Omit for the first page.
includeNoSet to ["content"] for stored article body text. Anonymous requests omit content.

Output Schema

ParametersJSON Schema
NameRequiredDescription
dataYesRows for the current page.
metaYes
has_moreYesWhether another page is available.
next_cursorYesOpaque cursor for the next page, or null when this is the last page.
Behavior4/5

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

Annotations already indicate safe read-only, idempotent, non-destructive behavior. The description adds concrete constraints: anonymous requests are capped at 10 rows and omit full content. No contradictions with annotations.

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 that immediately state purpose, usage guidance, and key limitation. No extraneous words; front-loaded with essential information.

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 presence of an output schema and informative annotations, the description covers purpose, differentiation, and anonymous restrictions. It could mention pagination or time range but is sufficiently complete for agent usage.

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?

Schema description coverage is 100%, so the schema already explains each parameter. The description adds little beyond repeating the CIK filter and limit cap, so minimal added value. Baseline 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 clearly states it lists recent IPO-company news with optional CIK filter. It distinguishes from sibling tools by recommending this for a news feed and get_company for broader issuer context.

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?

Explicitly tells when to use this tool ('for a news feed') and when to use an alternative ('use get_company with news for broader issuer context'). Also mentions anonymous request limitations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources