Skip to main content
Glama

latest_filings

List a company’s latest SEC filings with source links.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
tickerYesTicker, company name, or SEC CIK
filing_typesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3/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 disclosure burden. The verb 'List' communicates a non-destructive read operation, and 'with source links' adds a small output detail, but the description does not disclose ordering, default number of results, or any limitations. It is minimally transparent but not misleading.

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 one sentence with no filler. The action, resource, and a relevant output trait ('source links') are front-loaded and immediately readable.

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?

Although an output schema exists, the description is under-specified for the tool landscape: it does not clarify how `latest_filings` relates to siblings like `what_changed` or `material_events`, and it leaves input semantics incomplete. The definition supports a simple ticker-only call but not confident tool selection among alternatives.

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 33% and the description adds no parameter-level detail. The `filing_types` parameter is completely unexplained — an agent cannot know what string values are valid — and `limit` semantics are left entirely to schema defaults. With low coverage, the description should compensate but does not.

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 uses a specific verb ('List') and resource ('a company's latest SEC filings with source links'), so the core purpose is clear. It is distinguishable from siblings like financials or insider_transactions, though it does not explicitly compare itself to them.

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?

The description gives no guidance on when to use this tool instead of siblings such as what_changed or material_events. The intended use is only implied by the name and basic action, with no exclusions or alternatives 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