Skip to main content
Glama

search_filings

Direct live search of SEC EDGAR full-text for the latest filings of a form type in a date range. Use for ad-hoc lookups.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoOptional full-text query.
endNo
formNoForm type, e.g. '8-K'.
limitNoDefault 50, max 100.
startNo

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It indicates a 'live search' and 'latest filings,' but does not mention authentication needs, rate limits, return format, pagination, or how the full-text search behaves. While not misleading, it lacks depth for a tool with no annotation support.

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 consists of two efficient sentences: the first clearly states the tool's function, and the second suggests its usage context. There is no redundant information, and key points are front-loaded. Every word contributes to understanding.

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?

Given the absence of an output schema and annotations, the description should provide more context about return values, error handling, and search syntax. It adequately explains the core functionality but lacks details on what the search results contain, how pagination works, or any limitations. Sibling tools are present but not differentiated beyond the 'ad-hoc' hint.

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 60% (3 of 5 parameters described). The description adds context by stating the tool searches 'full-text' (for q) and 'in a date range' (for start/end), but does not explicitly describe the date parameters 'start' and 'end' or their formats. The added value is moderate, but the description compensates partially for the missing schema descriptions.

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 clearly states the tool performs a 'Direct live search of SEC EDGAR full-text for the latest filings of a form type in a date range.' It uses a specific verb ('search') and resource ('SEC EDGAR full-text'), and the phrase 'Use for ad-hoc lookups' helps distinguish it from sibling tools like company_watch or filing_digest.

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 mentions 'Use for ad-hoc lookups,' which gives some context for when to use the tool, but it does not explicitly state when not to use it or provide direct comparisons to sibling tools. More specific guidance on when to prefer alternatives like filing_digest or whats_new_since would improve this dimension.

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

A3.8/5.0
Disambiguation5/5

Each tool targets a distinct aspect of SEC filings research: company_watch for a company overview, filing_digest for recent summaries, insider_activity for insider transactions, search_filings for ad-hoc full-text search, and whats_new_since for incremental updates. No ambiguity between them.

Naming Consistency5/5

All tool names use descriptive snake_case with a clear verb_noun or noun_verb pattern (e.g., company_watch, insider_activity, search_filings). The naming style is consistent and intuitive.

Tool Count5/5

With 5 tools, the server is well-scoped for its domain of SEC EDGAR data access. Each tool serves a clear purpose without unnecessary overlap, and the count is appropriate for the feature set.

Completeness4/5

The tool set covers key use cases: company monitoring, insider activity, full-text search, and incremental updates. Minor gaps could include direct retrieval of a single filing by accession number or more granular filtering, but the core workflows are complete.

Resources