Skip to main content
Glama

FiledProof

Prioritize new SEC disclosure changes

filedproof.check_disclosure_changes
Read-onlyIdempotent

Configured $15.00 USD paid specialist operation when runtime commerce is active. For one issuer, compare each new monitored filing against the prior filing of the same form and return the topic-relevant changes that deserve attention first: deterministic category and attention triage, explainable signals, compact before/after evidence, exact SEC provenance, uncertainty, follow-up guidance, and retry-safe checkpoint state. Attention is not a legal, accounting, economic, or investment materiality judgment. Use resolve_issuer/list_filings first when coverage is uncertain; payment preflight also rejects invalid or non-comparable work before a charge.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemNoOptional SEC filing item such as 1A or 7.
formsNoSEC forms to monitor. Defaults to 10-K and 10-Q.
limitNoMaximum topic-relevant change evidence records per filing comparison.
topicYesDisclosure topic to monitor, such as AI capital spending, China risk, or cybersecurity.
historyNoWhether to use bounded historical SEC submission archives when needed.
identifierYesTicker, CIK, or exact SEC company name.
maxNewFilingsNoMaximum newly detected filings to process in one check.
sinceAccessionNoCheckpoint accession returned by the previous paid check. Omit for the first snapshot.
comparisonLimitNoMaximum number of changed blocks to inspect in each filing comparison.
maxArchiveFilesNoMaximum historical SEC submission archive files to inspect when history is enabled.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYes
formsYes
scopeYes
topicYes
eventsYes
issuerYes
statusYes
purposeYes
truncatedYes
checkpointYes
changeCountYes
limitationsNo
agentGuidanceYes
schemaVersionYes
changeDetectedYes
attentionCountsYes
haltedOnFailureYes
latestAvailableYes
priorCheckpointYes
overallAttentionYes
newFilingsDetectedYes
remainingNewFilingsYes
highPriorityChangeCountYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior5/5

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

The description adds substantial behavioral context beyond the annotations: it discloses the $15.00 paid operation, retry-safe checkpoint state, deterministic attention triage, non-materiality caveat, and preflight rejection before charge. This is exactly the kind of operational transparency an agent needs, especially given the readOnly and idempotent 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?

The description is dense but efficiently structured: cost and scope are front-loaded, followed by output characteristics, limitations, disclaimers, and usage guidance. Every sentence adds useful information without redundancy, which is appropriate for a paid, multi-parameter tool.

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?

For a complex paid operation with ten parameters, an output schema, and many siblings, the description is remarkably complete. It covers cost, prerequisites, alternatives, failure behavior, checkpoint semantics, return content categories, and a materiality disclaimer. Nothing essential is missing for an agent to invoke it correctly.

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 all ten parameters are already documented in the input schema. The description reinforces concepts like checkpoint state and prior-filing comparison, but it does not add meaningful param-specific format or interaction details beyond what the schema already provides, so the baseline score of 3 is appropriate.

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?

The description states a specific action: compare new monitored filings against the prior filing of the same form and return prioritized topic-relevant changes. It clearly identifies the resource and the purpose, but it does not explicitly distinguish this tool from the sibling compare_filings or search_evidence, so it falls just short of full sibling differentiation.

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?

The description gives concrete sequencing guidance: use resolve_issuer/list_filings first when coverage is uncertain, and notes that payment preflight rejects invalid or non-comparable work before charging. It does not explicitly state when to prefer this tool over direct comparison tools, so the guidance is clear but not exhaustive.

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