Skip to main content
Glama
signal8ai

Signal8 MCP Server

Official

Get Filing Document

get_filing_document
Read-only

Retrieve the full raw text or HTML content of an SEC filing by its internal ID, with optional truncation for previews.

Instructions

Get the full raw text/HTML content of an SEC filing by its internal filing ID. Returns the complete filing document which can be very large (10-K filings can be 1MB+). Use the maxLength parameter to truncate content for previews. The response includes company_name, form_type, filing_date, cik, and accession_number alongside the content. Find filing IDs using search_sec_filings first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filingIdYesInternal filing ID (numeric). Find via search_sec_filings.
maxLengthNoTruncate content to this many characters. Useful for previewing large filings. Response includes a "truncated" boolean when truncation is applied.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
Behavior4/5

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

Annotations declare readOnlyHint=true, and the description adds valuable behavioral context: files can be very large (1MB+), maxLength truncation behavior, and response includes a 'truncated' boolean. No contradiction 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?

Three sentences with front-loaded key purpose, followed by size warning and parameter usage. Every sentence provides necessary information 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?

With a detailed output schema mentioned (and likely containing the listed fields), the description covers all needed context: how to get the ID, size behavior, truncation, and response contents. Adequate for a two-parameter tool.

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%, so baseline is 3. The description does not add new input parameter details beyond what the schema already provides (e.g., filingId and maxLength descriptions are identical). The mention of response fields (company_name, etc.) is output-related, not parameter semantics.

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?

Clearly states verb (Get), resource (full raw text/HTML content of an SEC filing), and identifier (internal filing ID). Distinguishes from siblings like get_filing_exhibits and search_sec_filings by specifying it returns the complete document.

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?

Explicitly instructs to find filing IDs using search_sec_filings first, and suggests using maxLength for previews. Provides clear context but does not explicitly state when not to use this tool (e.g., for exhibits).

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/signal8ai/signal8-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server