Skip to main content
Glama

Stratalize Intelligence

get_8k_material_events

Read-only

Use when monitoring material issuer events via recent 8-K filings for a ticker. Returns 8-K filing metadata from EDGAR submissions with optional item-code filter hints. Source: SEC EDGAR submissions. $0.10 USDC per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerYes
days_backNo
item_codesNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds useful context: data source (SEC EDGAR), pricing, and optional item-code filtering. However, it does not mention rate limits, return shape, or default lookback behavior, leaving room for more transparency.

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 three short sentences with the use case front-loaded, followed by source and pricing. Every sentence earns its place and there is no redundant filler.

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?

For a low-complexity, read-only tool with one required parameter, the core invocation is clear. However, with no output schema, the description only vaguely promises 'metadata' and leaves item-code values and the default lookback unspecified, so it is not fully self-sufficient.

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 0%, so the description must compensate. It maps ticker to 'for a ticker,' days_back to 'recent,' and item_codes to 'optional item-code filter hints.' This adds value, but the item-code format and the meaning of 'filter hints' remain vague.

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 identifies the resource (recent 8-K filings from SEC EDGAR) and the behavior (monitoring material issuer events and returning filing metadata). This makes it distinguishable from SEC insider-trading and financials siblings even without explicitly 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 Guidelines4/5

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

The description opens with an explicit use condition: 'Use when monitoring material issuer events via recent 8-K filings for a ticker.' It does not name alternatives or exclusions, but the stated use case is narrow enough that an agent can determine when to invoke it.

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