Skip to main content
Glama

material_events

Summarize recent 8-K or 6-K event categories with filing evidence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
periodNoLookback such as 30d, 6m, or 1y90d
tickerYesTicker, company name, or SEC CIK

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

No annotations are provided, so the description carries the disclosure burden. It discloses that the output is a summary of event categories rather than a raw filing feed, and that it will include filing evidence. It does not explicitly declare read-only behavior or edge cases, but 'summarize' and the evidence framing make the non-mutating intent clear.

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 exactly one sentence with no filler or repeated schema information. It is front-loaded with the verb and object, and every word contributes to identifying the tool's purpose.

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 two-parameter tool with an output schema, the short description plus the schema is largely sufficient for an agent to invoke it correctly. The main missing piece is explicit guidance on when to choose this tool over latest_filings or what_changed, but that gap is already accounted for in usage_guidelines.

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: both ticker and period already have full descriptions, including the period pattern and default. The description adds no parameter-level detail beyond the loose connection between 'recent' and the period parameter, so the baseline 3 is appropriate.

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 uses a specific verb ('Summarize') and a precise resource ('8-K or 6-K event categories') with a clear qualifier ('with filing evidence'). This makes the tool's purpose distinct from siblings like latest_filings, which would return raw filings rather than a category summary.

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 intended use is implied: use this when you need a summarized view of material event categories from recent 8-K or 6-K filings. However, it does not explicitly say when not to use it or name any alternative sibling, such as latest_filings for raw filing lists or what_changed for broader change detection.

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