Skip to main content
Glama

Signal Nodus SEC Filings

8-K material events

filing_events
Read-only

A company's 8-K filings parsed into material events with decoded item codes: executive departures (5.02), restatements (4.02), acquisitions (2.01), cybersecurity incidents (1.05), and the rest. eventDate is when it happened, filedAt when it was disclosed. Costs $0.05 per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemNoOptional item-code filter, e.g. 5.02.
limitNoEvents to return, max 25. Default 10.
companyYesTicker symbol (e.g. AAPL) or SEC CIK number (e.g. 320193).
include_amendmentsNoAlso include 8-K/A amendments.

TDQS

A4/5.0
Behavior4/5

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

Annotations already indicate readOnlyHint and openWorldHint, so the bar is lower. The description adds valuable behavioral details beyond annotations: the cost ($0.05 per call) and the distinction between eventDate (when it happened) and filedAt (when disclosed). It also mentions that item codes are decoded, which clarifies output content. No contradictions with annotations.

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 core purpose, and efficiently packs in item code examples, date semantics, and pricing. Every sentence earns its place without redundancy.

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?

Given the tool's moderate complexity (4 params, no output schema), the description covers the essential aspects: what it does, key output fields (eventDate vs filedAt), item code filtering, and cost. It doesn't mention pagination, ordering, or output structure, but the schema and purpose are clear enough for an agent to infer typical usage. It is reasonably complete for an agent to select and invoke correctly.

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 coverage is 100%, so the baseline is 3. The description adds a bit of extra context for the 'item' parameter by giving concrete examples of item codes (e.g., 5.02 for executive departures), which helps interpret the filter. However, it does not elaborate on other parameters beyond what the schema already provides.

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's function: parsing a company's 8-K filings into material events with decoded item codes, providing examples (5.02, 4.02, etc.). It distinguishes itself from siblings like filing_section or latest_filings by focusing on parsed events rather than raw filings or sections. The verb 'parsed' and the resource '8-K filings' are specific.

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 for obtaining material events from 8-K filings, but it does not explicitly mention when to use this over alternatives like filing_section or recent_filings. It does provide cost information, which is relevant for usage decisions. However, no explicit when-not or alternative tool references are given.

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

Most tools have clearly written descriptions, but several pairs overlap semantically: token_price/token_report, latest_filings/recent_filings, and institutional_holdings/who_holds/activist_stakes all require careful reading to pick the right one. The overlap is not severe enough for a 2, but it is still more than the occasional confusion.

Naming Consistency3/5

Names are consistently snake_case and mostly descriptive, but the set does not follow one naming convention. It mixes noun phrases (crop_data, token_report, insider_trades) with verb phrases (lookup_company, compare_filings, verify_financial_claim), and pairs like latest_filings/recent_filings create avoidable confusion.

Tool Count2/5

31 tools is too many for what is nominally an SEC Filings server, and the scope sprawls into unrelated domains such as EVM gas, tokens, prediction markets, crop data, and x402 auditing. The count does not feel earned by a coherent workflow; it feels like an uncurated bundle of endpoints.

Completeness3/5

The SEC filing workflow is reasonably covered: company lookup, search, latest/recent filings, section extraction, 8-K events, comparisons, ownership filings, and XBRL financial checks are all present. However, there is no full-filing retrieval endpoint, no deep company financial history beyond a single concept, and many non-SEC subdomains are only one-off data points, so the overall surface is still incomplete.