Skip to main content
Glama

List SEC filings

filedproof.list_filings
Read-onlyIdempotent

List recent or bounded historical SEC filings with canonical source metadata and explicit coverage limits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formsNo
limitNo
historyNo
identifierYesTicker, CIK, or exact SEC company name.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already declare readOnly, idempotent, non-destructive, and openWorld, so the safety profile is fully covered. The description adds some useful behavioral context via 'canonical source metadata' and 'explicit coverage limits,' hinting at result quality and boundedness, but does not elaborate on what those limits actually are.

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?

A single front-loaded sentence with no filler; the core action and scope lead. It is efficient, though the compressed phrasing leaves meaning ('canonical source metadata,' 'coverage limits') underspecified rather than fully earning its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema and 75% of parameters undocumented, the description carries a heavy burden it does not meet. It gestures at return content and coverage limits but never enumerates them, and gives no guidance on the forms/limit/history parameters an agent must set to call the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 25%: identifier is documented ('Ticker, CIK, or exact SEC company name') but forms, limit, and history are not explained anywhere. The description does not compensate by clarifying what forms accepts, what limit controls, or when history changes behavior, so an agent must infer from bare types and defaults.

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?

States a specific verb (List) and resource (SEC filings), plus scope qualifiers (recent vs bounded historical) and the promise of canonical source metadata. It is clear what the tool does, but it does not differentiate itself from siblings like search_evidence or compare_filings, which also touch filings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit when-to-use guidance and no named alternatives. The phrase 'recent or bounded historical' hints at the history flag's purpose but never says when to enable it or when a sibling tool is the better choice.

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.

Resources