Skip to main content
Glama

SNACS.Trade

SEC Filings

snacs_sec_filings_get
Read-only

Recent SEC filings for a ticker (newest first), optionally filtered by form type (e.g. 8-K, 424B5). filing_url links to SEC.gov EDGAR.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax filings, newest first (up to 500).
tickerYesU.S. ticker symbol, e.g. GPUS.
form_typeNoOptional SEC form filter, e.g. '8-K', '10-Q', '424B5'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the safe read operation is covered. The description adds useful context about ordering (newest first) and the filing_url pointing to EDGAR, but does not disclose other behavioral traits like pagination or rate limits. It is consistent with annotations, no contradiction.

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?

Two short sentences with no filler. The key points (ticker, sorting, filtering, URL link) are front-loaded and every word earns its place.

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

Completeness4/5

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

For a simple read-only listing tool with an output schema present, the description is sufficient. It covers the core behavior, ordering, filter, and the important EDGAR link. It does not need to explain return values since an output schema exists, and the schema documents parameter limits and defaults.

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 adds minor value by providing form type examples (8-K, 424B5) and emphasizing newest-first ordering, but parameters are already well-documented in the schema.

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 returns recent SEC filings for a ticker, sorted newest first, with optional form type filtering. This specific verb-resource combination (get SEC filings) distinguishes it from sibling tools like news or quote endpoints.

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 implies usage when a user needs SEC filing data for a ticker, but it does not explicitly contrast with alternative tools or state when not to use it. Sibling tools are not mentioned, so guidance is only implied.

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