Skip to main content
Glama

Compare two SEC filings

filedproof.compare_filings
Read-onlyIdempotent

Compare two filings from the same issuer and return source-backed added and removed disclosure blocks. Structural change is not semantic interpretation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemNoOptional filing item such as 1A or 7.
leftYesLeft SEC accession number.
limitNo
rightYesRight SEC accession number.
identifierYesTicker, CIK, or exact SEC company name.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, destructiveHint=false and openWorldHint, so the safety profile is covered. The description adds useful context about what is returned (source-backed added/removed blocks) and a semantic scope boundary, but says nothing about pagination behavior, the limit cap, or provenance/confidence of the 'source-backed' output.

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?

Two tightly written sentences with the core action front-loaded and no filler. The second sentence earns its place as a scope caveat, though its phrasing ('structural change is not semantic interpretation') is slightly abstract.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a five-parameter tool with no output schema, the description should carry more: it omits how the result set is bounded (limit default 100, max 500), how 'item' narrows the comparison, and what an added/removed block looks like. The stated return content partially compensates.

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 80%, so left/right/identifier/item are largely self-documenting and the baseline is 3. The description reinforces the same-issuer constraint tying left and right together, but adds no detail on the 'item' filter or the limit parameter's effect.

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 and resource (compare two filings from the same issuer) and names the output (added and removed disclosure blocks). It does not differentiate itself from close siblings such as check_disclosure_changes or scan_disclosure_changes, so an agent must still infer which comparison tool to pick.

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 precondition 'from the same issuer' and the caveat 'structural change is not semantic interpretation' imply when this tool is appropriate (pairwise structural diff, not semantic analysis). However, no alternative tool is named and there is no explicit when-not guidance against the several sibling change-detection tools.

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