Skip to main content
Glama
signal8ai

Signal8 MCP Server

Official

Lookup Accession Number

lookup_accession_number
Read-only

Look up SEC filings by accession number. Retrieves company name, form type, filing date, and exhibit count, with database status indication.

Instructions

Look up a filing or exhibit by its SEC accession number. Supports both dashed format (e.g., "0001193125-22-010026") and compact 18-digit format. Returns filing metadata including company name, form type, filing date, and exhibit count. If the filing is in the local database, returns full metadata; if only found on SEC EDGAR, returns basic metadata with an isInDatabase: false flag.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accessionNumberYesSEC accession number in dashed (e.g., "0001193125-22-010026") or compact 18-digit format

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.5/5.0
Behavior4/5

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

The description adds behavioral context beyond the readOnlyHint annotation, detailing that the tool may return metadata from the local database or SEC EDGAR, including an isInDatabase flag. This aligns with and enhances the annotation.

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 concise with three focused sentences. Key information (purpose, format, expected outputs) is front-loaded, and every sentence adds value without redundancy.

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

Completeness5/5

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

Given the presence of an output schema, the description does not need to detail return values. It thoroughly covers the tool's behavior, including how results differ based on data source, and provides clear metadata fields. Perfectly adequate for a single-parameter tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema covers the parameter description fully (100% coverage). The description adds meaningful context about the parameter, specifying both supported formats and the purpose of the accession number.

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 looks up filings or exhibits by SEC accession number, using specific verbs and resource identification. It distinguishes itself from sibling search tools by focusing on direct lookup via a unique identifier.

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 explicitly explains when to use the tool (to look up a filing by accession number) and implies when not to use it (e.g., for general searching, use sibling tools). It provides format support details but does not name alternatives directly.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools