Skip to main content
Glama

IPOGrid IPO Calendar & Filing Research

Get Company

get_company
Read-onlyIdempotent

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cikYesSEC Central Index Key, with or without leading zeroes (for example 1907085 or 0001907085).
includeNoOptional detail sections. Authenticated lockup_schedule includes normalized holder classes, numeric tranche quantities, resolved dates, anchors and offsets, exceptions, conditions, and evidence. Anonymous requests silently omit consensus, financial_snapshot, filings, comps, and lockup_schedule.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesIssuer detail with the requested and permitted enrichment sections.

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already provide readOnlyHint, idempotentHint, destructiveHint false. The description adds significant behavioral detail: it explains that optional enrichments add terms and research context, and that anonymous requests are limited to certain sections. This is valuable beyond the 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?

The description is two sentences, front-loaded with the primary action, and every sentence provides essential information without redundancy.

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 detailed annotations, the description covers the key behavioral aspects: auth-dependent behavior, prerequisite, and optional enrichments. It is sufficiently complete for an AI agent to understand when and how to use the 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?

The input schema already describes both parameters (cik and include) with clear descriptions. The description adds context by explaining that include sections are optional and that anonymous requests silently omit some sections. This adds meaning beyond the schema.

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 fetches one issuer by SEC CIK, includes a prerequisite (after discovery with list_companies), and distinguishes from sibling tools like list_companies that list multiple issuers.

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 gives clear context for use: it's used after discovery with list_companies. It also explains the difference between anonymous and authenticated requests regarding enrichments. However, it does not explicitly list alternatives or when not to use it.

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