Skip to main content
Glama

Edgar & Edgarette: SEC Filing Boards

get_ipo_watch

IPO Watch. SEC Form S-1 · companies registering to go public. Sourced from SEC EDGAR; every row links to its filing. Free, CC BY 4.0.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNomax rows, default 50, ceiling 200 — the reply carries total/returned/truncated, and `more` links the full board

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / limit / description
      Previous value: -"max rows, default 50"New value: +"max rows, default 50, ceiling 200 — the reply carries total/returned/truncated, and `more` links the full board"
  2. First observed

TDQS

A3.6/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It usefully adds provenance ('Sourced from SEC EDGAR'), row-level behavior ('every row links to its filing'), and licensing ('Free, CC BY 4.0'). It does not mention update frequency, rate limits, or whether the data is read-only, though a watch/list tool strongly implies read-only access.

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 compact and front-loaded, with each clause adding distinct value: domain, filing type, data source, row behavior, and license. There is no redundant or filler text.

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 one-parameter data-lookup tool, the description plus schema covers the essential invocation context: what data is returned, where it comes from, how rows link to filings, and how pagination works. The lack of an output schema is partially compensated by the parameter description's mention of total/returned/truncated and the `more` link. Minor gaps like update cadence do not block correct use.

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% for the single parameter, and the schema already explains limit's default, maximum, and the response metadata it controls. The tool description adds no parameter-specific meaning, but none is needed because the schema is complete.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource: SEC Form S-1 filers / companies registering to go public, which distinguishes it from sibling watch tools like get_mergers or get_breaches. It lacks an explicit action verb like 'list' or 'retrieve,' but 'IPO Watch' plus the S-1 context makes the purpose unmistakable.

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?

The description implies usage: use this tool when you want IPO registration data from SEC filings. It does not explicitly state when not to use it or compare it to alternatives such as get_company_performance or get_restructuring, but the domain is specific enough for basic routing.

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.