Skip to main content
Glama

FiledProof

Build cross-company disclosure matrix

filedproof.build_disclosure_matrix
Read-onlyIdempotent

Align a disclosure topic across two to six public companies using each company's source-backed historical disclosure lineage. Returns current filing evidence, latest same-form transition evidence, and aggregate reuse state so an upstream agent can compare companies without independently retrieving, parsing, aligning, and re-comparing every filing history. The matrix is an evidence substrate, not a ranking or materiality judgment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemNoOptional SEC filing item such as 1A or 7.
formsNoSEC forms to align. Defaults to 10-K for stronger cross-company comparability.
limitNoMaximum topic-relevant change evidence retained in each underlying lineage transition.
topicYesDisclosure topic to align across companies, such as cybersecurity, AI infrastructure, or supply-chain concentration.
filingsNoMaximum filings per company used to build or reuse the underlying disclosure lineage.
historyNoWhether to use bounded historical SEC submission archives when needed.
sectionNoOptional exact normalized section heading.
identifiersYesTwo to six public-company identifiers to align on the same filing-grounded disclosure topic.
comparisonLimitNoMaximum number of changed blocks to inspect in each filing comparison.
maxArchiveFilesNoMaximum number of historical SEC submission archive files to inspect when history is enabled.
fingerprintLimitNoMaximum number of relevant evidence records used to fingerprint one filing.
currentEvidenceLimitNoMaximum current-filing evidence records returned per company and form.
transitionEvidenceLimitNoMaximum evidence records returned for each latest same-form transition.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint and destructiveHint=false, so the safety profile is clear. The description adds important behavioral context beyond annotations: it specifies that the matrix is an evidence substrate and explicitly disclaims any ranking or materiality judgment, which is a genuine behavioral scope statement. It does not disclose rate limits or failure modes, but with rich annotations a 4 is appropriate.

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?

The description is three sentences, front-loaded with the core action and resource, then the return shape, then a scope disclaimer. It is efficient and non-redundant, though the middle sentence is dense and could be slightly tightened.

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?

The tool has a rich output schema, so return values need not be explained in the description; the description still summarises the three evidence categories returned. With 13 parameters and a complex cross-company alignment task, the description covers purpose, output shape and scope limits, but does not clarify edge cases such as behavior when a company lacks the topic or how forms interact across incomparable issuers.

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 documents all 13 parameters including identifiers, topic, forms, limit and comparison limits. The description does not add parameter-level syntax, defaults or format guidance beyond what the schema provides, so a baseline 3 is correct when the schema does the heavy lifting.

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 states a specific verb (align) and resource (a disclosure topic across two to six public companies), and it explicitly names the output artifact (a cross-company disclosure matrix backed by source-supported historical lineage). This distinguishes it from siblings like build_disclosure_lineage (single-company lineage) and compare_filings (pairwise filing comparison).

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?

The description explains the tool is for upstream agents that would otherwise retrieve, parse, align and re-compare every filing history, which implies the intended workflow, but it does not explicitly say when to prefer this over sibling tools like build_disclosure_lineage, compare_filings or build_evidence_pack, nor does it state exclusions or prerequisites.

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