Skip to main content
Glama
signal8ai

Signal8 MCP Server

Official

Search Filing Text

search_filing_text
Read-only

Search SEC filing exhibits for specific clauses or language. Filter results by company, filing, or form type to find relevant legal terms like change of control or anti-dilution.

Instructions

Full-text substring search across all SEC filing exhibit content. Returns matching snippets with context around each match. Powerful for finding specific clauses like "change of control", "anti-dilution", "right of first refusal", or any specific language across filings. Optionally filter by company (CIK), filing, accession number, or form type.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cikNoFilter to a specific company by CIK number
limitNoMax results (default: 20, max: 100)
patternYesSearch pattern (minimum 2 characters). Substring match, case-insensitive.
filingIdNoFilter to a specific filing by internal ID
formTypeNoFilter by form type (e.g., "10-K", "S-1")
snippetLengthNoCharacters of context around each match (default: 200)
accessionNumberNoFilter to a specific filing by SEC accession number

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, consistent with non-destructive search. Description adds behavior: substring match, case-insensitive, minimum 2 characters (from schema), and returns snippets with context. Does not mention rate limits or pagination, but output schema exists.

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 covering action, output, and filtering options. Front-loaded with main purpose. No wasted words.

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?

Covers essential aspects: what it searches, what it returns, filtering options, and typical use cases. Missing pagination or default limit, but schema covers limit parameter and output schema exists. Sufficient for a search 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?

Schema description coverage is 100%, so parameters are technically documented. Description adds usage context: examples of search terms, mention of filtering by company/filing/form type, and what snippet length does. Adds value beyond schema.

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 full-text substring search across SEC filing exhibit content, distinguishing it from siblings like get_exhibit_content (full exhibit retrieval) and search_sec_filings (metadata search). Examples of specific clauses reinforce purpose.

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?

Provides examples of when to use (finding specific clauses) and mentions optional filters (CIK, form type, etc.), implying when to narrow searches. Does not explicitly contrast with all siblings but context signals and sibling names help differentiation.

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