Skip to main content
Glama

SEC EDGAR Fundamentals

Newest Insider Filings, Unfiltered

latest_insider_filings

The most recently filed Form 3, 4 and 5 rows in the corpus, across every issuer and every insider, newest filing first, capped at a small fixed number the response states. It takes no arguments — no filter, no paging, no way to ask for more — so an agent can establish that the corpus is live, see the shape of a row and read a real transaction code before committing to anything. Every filter is on another tool: issuer_insider_activity for one company by ticker, screen_insider_transactions for transactions across all issuers, screen_insiders and insider_profile when the answer wanted is people rather than trades. These rows describe filings: a Form 4 is filed within two business days of its transaction and a Form 5 annually, so what a row reports already happened. See /.well-known/x402 for current pricing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A5/5.0
Behavior5/5

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

With no annotations, the description carries the full burden and handles it well: no arguments, no filtering, fixed cap, ordering, and data-freshness semantics ('a Form 4 is filed within two business days of its transaction'). It also discloses the pricing pointer, which is useful context beyond the schema.

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 dense but every sentence earns its place: scope, ordering, cap, no-args rationale, sibling routing, filing-latency context, and pricing. It is front-loaded with the core behavior and contains no filler.

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

Completeness5/5

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

For a zero-argument tool with no annotations and no output schema, the description covers what it does, why it exists, when to use alternatives, the response cap, and freshness semantics. An agent has enough to select and invoke it correctly without further context.

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

Parameters5/5

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

The input schema already documents zero parameters, and the description reinforces that this is deliberate: 'no filter, no paging, no way to ask for more'. For a 0-parameter tool, this exceeds the baseline by explaining why the absence of arguments is intentional.

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 states exactly what the tool returns: 'most recently filed Form 3, 4 and 5 rows in the corpus... newest filing first, capped'. It also explicitly distinguishes itself from filtered sibling tools by saying 'Every filter is on another tool' and naming them.

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

Usage Guidelines5/5

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

The description explains that the tool has 'no filter, no paging, no way to ask for more', establishing it as a quick live-corpus probe rather than a query tool. It explicitly routes filtered needs to alternatives like issuer_insider_activity and screen_insider_transactions, giving clear when-to-use and when-not-to-use guidance.

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.3/5.0
Disambiguation5/5

Every tool targets a distinct resource and action: company reference, financial statements, single-metric history, cross-company comparison, filing history, insider transactions, insider aggregation, and vocabulary lookup. Cross-references between insider tools make boundaries explicit and prevent misselection.

Naming Consistency4/5

Names are all snake_case and mostly follow predictable verb_noun conventions like get_*, list_*, and screen_*. A few noun-phrase names (company_profile, insider_profile, issuer_insider_activity) and adjective-noun names (latest_insider_filings) break the strict pattern, but the meaning remains clear.

Tool Count5/5

Twelve tools is well within the ideal range for a focused SEC EDGAR fundamentals server. Each tool covers a meaningful slice of either financial data or insider ownership data, and none feels redundant or unnecessary.

Completeness4/5

The server covers the core read-only workflows well: company identity, normalized financials, metric history, cross-company comparison, filing history, insider transactions, insider profiles, and vocabulary support. Minor gaps exist—no company search by name/CIK and no raw filing text retrieval—but common fundamental and insider questions can be answered without dead ends.

Resources