Skip to main content
Glama

osint-terminal

Sec Edgar

sec_edgar

SEC EDGAR: Company name + recent SEC filings by ticker/CIK

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description must carry the full behavioral disclosure burden. It does indicate the output shape (company name + recent filings), but it does not explain how the query is interpreted, what happens for invalid or unknown ticker/CIK values, what 'recent' means, or whether the result includes structured filing metadata.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely short and readable, packing core input and output information into a single compact phrase. It loses one point because 'SEC EDGAR:' largely repeats the title and the text is a fragment rather than a structured description.

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 single-parameter tool with an output schema present, the description is usable but thin: an agent can infer that q is a ticker or CIK and that the tool returns a company name and filings. It omits q-format rules, error behavior, and the temporal scope of 'recent', so an agent would still be guessing on important execution details.

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?

The schema provides zero description coverage for q, so the phrase 'by ticker/CIK' is the only semantic signal and it does add meaningful guidance beyond the bare string type. However, it lacks concrete formatting details such as case sensitivity, CIK leading-zero handling, or how to handle the default empty string.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names the SEC EDGAR data source and states both the lookup keys (ticker/CIK) and the expected result content (company name plus recent SEC filings). It is not a tautology, but it lacks an explicit verb such as 'retrieve' or 'search', which keeps it from being a 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

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

There is no guidance on when to choose this tool over alternatives, no exclusions, and no prerequisite conditions. The SEC EDGAR name implies a securities-filings use case, but the description never explicitly states when an agent should reach for this tool rather than any sibling.

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