Skip to main content
Glama

FiledProof

Verify a claim against SEC filings

filedproof.verify_claim
Read-onlyIdempotent

Conservatively assess whether official SEC filing evidence supports, contradicts, mixes, partially verifies, or fails to establish a claim. Returns the evidence and deterministic stance signals used for the verdict. A filing establishes what the company reported, not independent real-world truth.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemNoOptional SEC filing item such as 1A or 7.
claimYesThe factual claim to assess against the company's SEC filings.
formsNoSEC forms to search. Defaults to 10-K, 10-Q, and 8-K.
limitNoMaximum number of operation-specific evidence or result records to return.
filingsNoMaximum number of filings to inspect for this invocation.
historyNoWhether to use bounded historical SEC submission archives when needed.
sectionNoOptional exact normalized section heading.
identifierYesTicker, CIK, or exact SEC company name.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already declare read-only, idempotent, open-world, and non-destructive behavior. The description adds that results are conservative, that stance signals are deterministic, and that SEC filings establish only what the company reported, not independent real-world truth.

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, front-loaded with the core operation and verdict scope. Every sentence adds distinct value with no filler.

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?

With an output schema and full parameter descriptions, the description need not explain return values or parameter defaults. It covers the purpose, verdict semantics, and epistemic scope, though it omits usage context relative to sibling tools.

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 coverage is 100%, so the schema documents all 8 parameters, including defaults, limits, and optional filters. The description adds no parameter syntax or behavioral meaning beyond what the schema provides.

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?

Specific verb (assess) plus resource (official SEC filing evidence) and object (claim), with explicit verdict categories. This is distinct from sibling tools like search_evidence or compare_filings, which retrieve or compare rather than render a support verdict.

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?

No when-to-use guidance and no alternatives named. It describes the operation but not when to prefer it over search_evidence, build_evidence_pack, or other siblings.

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