Skip to main content
Glama

sec_ftd_compare

Read-onlyIdempotent

Compare two to eight ticker symbols on the same SEC fails-to-deliver settlement date from the self-hosted official snapshot. Returns published quantities, explicit missing-row status, issuer labels, ranking, coverage, and provenance; a missing row is never converted to zero. Use this for 'compare GME, AMC, and TSLA FTD balances' or 'which selected symbol had the largest published balance on 2026-08-14?'. Point-in-time balances are not daily flows, wrongdoing evidence, or investment advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolsYesTwo to eight unique exact ticker symbols.
response_formatNoHuman-readable markdown or machine-readable JSON. Default markdown.
settlement_dateNoSettlement date in YYYY-MM-DD format, within the hosted hot window.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds value by stating that a missing row is never converted to zero, listing the return contents, and clarifying that balances are not daily flows, wrongdoing evidence, or investment advice. No contradiction with 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?

Three sentences with no fluff: purpose and source, return contents and missing-row behavior, then usage examples and a disclaimer. The key purpose is front-loaded, and every sentence earns its place.

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?

For a tool with three parameters, no output schema, and annotations covering safety, the description is quite complete: it states purpose, return fields, missing-row handling, and interpretation caveats. It could mention error handling or what happens with invalid symbols, but overall it provides enough context for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, providing a baseline of 3. The description adds the 'two to eight' constraint on symbols, clarifies that settlement_date must be a single date within the hot window, and gives examples that use the parameters. This adds meaning beyond the schema.

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 clearly states the tool compares two to eight ticker symbols on a single SEC fails-to-deliver settlement date from a self-hosted snapshot, and lists what it returns. It distinguishes from sibling tools by the 'compare' verb and the same-date constraint, and provides concrete usage examples.

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?

It gives explicit usage examples ('compare GME, AMC, and TSLA FTD balances' or 'which selected symbol had the largest published balance on 2026-08-14?') and cautions that point-in-time balances are not daily flows. However, it does not explicitly name alternative tools or state when not to use this tool, so no exclusions are provided.

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.