Skip to main content
Glama

IPOGrid IPO Calendar & Filing Research

List Companies

list_companies
Read-onlyIdempotent

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.

Input Schema

TableJSON 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

TableJSON Schema
NameRequiredDescriptionDefault
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.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already provide readOnlyHint, idempotentHint, etc. Description adds context on anonymous request caps (10 rows) and omission of consensus enrichment, and mentions cursor pagination. 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?

Two sentences: first covers purpose and filters, second guides usage and anonymous limits. No fluff, front-loaded with key info.

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 complex tool with 9 parameters and output schema, the description covers purpose, pagination, filtering, and sibling guidance. Omits return format details, but output schema covers that.

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% with detailed parameter descriptions. The description summarizes filter categories (market, issuer-kind, freshness, proceeds) but does not add new meaning beyond the schema; 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 uses a specific verb 'Discover' and resource 'IPOGrid companies and active deals', and distinguishes from sibling tool 'get_company' by stating 'Use get_company after selecting an issuer.'

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?

Explicitly advises using get_company for a specific company after listing, but does not address when to use alternatives like get_chart or list_news. 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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct function: charts, company details, company discovery, and news. No overlap in purpose.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with 'get' for retrieval and 'list' for discovery.

Tool Count5/5

Four tools cover the core IPO research workflow without being excessive or insufficient.

Completeness4/5

Covers company discovery, details, charts, and news. Missing a dedicated IPO calendar tool, but existing tools handle date ranges and filters.

Resources