Skip to main content
Glama

sec_company_filings

Get all SEC filings for a company by name or CIK number. Returns recent 20 filings with form type, date, description.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
companyNoCompany name or CIK number (e.g. 'Circle' or '0001876042')

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It discloses the return format (recent 20 filings with form type, date, description) but includes an internal contradiction between 'all' and 'recent 20', and does not mention error behavior, pagination, or authentication needs. This undermines transparency.

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 purpose and followed by the return summary. Every word is informative, with no filler or redundancy.

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

Completeness3/5

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

The tool is simple (one parameter, no output schema), and the description mentions return fields. However, the 'all' vs 'recent 20' inconsistency and the mismatch between the schema (company not required) and description (implies company is needed) leave important gaps. It is minimally complete but not fully coherent.

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 baseline is 3. The description echoes the schema's 'name or CIK number' but adds no additional format details or constraints beyond the example already in the schema. No extra semantic value is provided.

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 states the tool retrieves SEC filings for a company by name or CIK number, but the phrase 'Get all SEC filings' conflicts with 'Returns recent 20 filings', creating ambiguity. It is distinct from sibling tools like sec_filing_search due to the company-focused scope, though not explicitly differentiated.

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 guidance provided on when to use this tool versus alternatives such as sec_filing_search. The intended use case (getting recent filings for a known company) is implied but not stated, and no exclusions or alternative scenarios are mentioned.

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