check_watched_dockets
Poll watched dockets for new filings and update last-checked timestamps. Optionally classify each filing's urgency as routine, needs-review, or urgent.
Instructions
Poll all watched dockets for new filings since they were last checked. Updates the last-checked timestamp for each docket after polling. When triage is enabled, each new filing is classified by urgency via the connected model (sampling) — routine, needs-review, or urgent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since_override | No | Override the last-checked date for all dockets with this date (YYYY-MM-DD). Useful for looking back further than the last check. | |
| triage | No | Classify each new filing's urgency via sampling (requires client sampling support). Set false to skip triage and just list raw filings. |