Inspect or extend the disclosure index
congress_indexTrack and extend locally indexed Senate disclosure history; omit arguments to view coverage or pass sinceDays to backfill in resumable, rate-limited batches.
Instructions
Show how much Senate disclosure history is indexed locally, and extend it. Call with no arguments to report coverage; pass sinceDays to backfill. Each report is a separate request against a rate-limited government site, so work is capped per call and resumes where it left off — reports already indexed are never refetched, because a filed report never changes. Rough sizes: 12 months is ~180 reports, five years ~690, and the whole archive back to 2012 is ~2,400. Expect to call this several times to build deep history; each call reports how many reports remain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sinceDays | No | Filing-date window to index. Omit to report coverage without fetching anything. | |
| maxReports | No | Reports to fetch on this call, at roughly one per second. Capped because MCP clients time a tool call out at 60 seconds — the backfill is resumable, so several short calls beat one that dies. |