Watchlist Diff
watchlist_diffReturn new SEC filings across the caller's watchlist tickers since a given date. Reads filing.parquet — does not call insider/ratio surfaces (use those tools separately if you need them). Concurrency-bounded; max 50 tickers per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Watchlist name. | |
| since | Yes | Cutoff date (YYYY-MM-DD); the diff returns SEC filings accepted on or after this date across the watchlist's tickers. | |
| form_types | No | Filing forms to include. Defaults to 10-K + 10-Q + 8-K. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _meta | Yes | Provenance envelope — data lineage for every MCP response | |
| since | Yes | ||
| filings | Yes | ||
| watchlist_name | Yes | ||
| tickers_scanned | Yes |