Skip to main content
Glama

FiledProof

Build historical disclosure lineage

filedproof.build_disclosure_lineage
Read-onlyIdempotent

Build or reuse a persisted issuer/topic disclosure history from bounded SEC filings. Returns deterministic per-filing disclosure fingerprints and same-form transition edges with exact SEC evidence, so an upstream agent can inspect how disclosure evolved without reconstructing prior comparisons itself. Structural change is not a materiality judgment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemNoOptional SEC filing item such as 1A or 7.
formsNoSEC forms to include. Defaults to 10-K and 10-Q. Same-form transitions are linked independently.
limitNoMaximum topic-relevant change evidence records retained per transition.
topicYesPublic-company disclosure topic whose filing-to-filing history should be accumulated, such as AI regulation, cybersecurity, or supply-chain concentration.
filingsNoMaximum filings to inspect in this invocation. Previously persisted lineage can contain more accumulated history.
historyNoUse bounded historical SEC submission archives when the durable catalog does not already provide enough history.
sectionNoOptional exact normalized section heading.
identifierYesTicker, CIK, or exact SEC company name.
comparisonLimitNoMaximum changed blocks inspected in each same-form structural comparison.
fingerprintLimitNoMaximum relevant evidence records used to fingerprint one filing.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

With readOnly/idempotent/openWorld annotations already covering the safety profile, the description adds real value: persistence and reuse semantics ('Build or reuse a persisted ... history'), determinism of the fingerprints, bounded scope, and the important caveat that structural change is not a materiality judgment. It still doesn't disclose reuse conditions (when the cache is considered sufficient) at a level an agent could act on independently.

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?

Three sentences, front-loaded with the action and resource, and each sentence carries a distinct payload (action, return contract, caveat). Density is high but nothing is redundant with the title; the middle sentence is slightly overloaded.

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 present the description needn't explain return values, and annotations plus 100% schema coverage handle safety and parameters. The description still contributes the persistence/determinism framing and the materiality caveat, making the definition essentially complete for a 10-parameter read 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 the schema already explains identifier, topic, forms, filings, and the various limits; baseline is 3. The description adds only the notion of bounded history and same-form edges, no syntax or selection guidance beyond the schema.

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?

States a specific verb+resource: 'Build or reuse a persisted issuer/topic disclosure history from bounded SEC filings', and the outputs (per-filing fingerprints, same-form transition edges) are named concretely. It does not name any sibling such as build_disclosure_matrix or compare_filings to disambiguate, so it stops short of 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 Guidelines3/5

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

Usage is implied rather than stated: 'so an upstream agent can inspect how disclosure evolved without reconstructing prior comparisons itself' gestures at why you'd pick this over manual comparison, but there is no explicit when-to-use or when-not rule and no sibling is named as an alternative. Adequate inference, not guidance.

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