Recap Search
crime__recap-searchSearch federal court dockets from the RECAP Archive to find case filings by text, court, date, party, or nature of suit. Returns docket entries with quality scores and source verification.
Instructions
[Crime & Law Enforcement Agent] Full-text search across the RECAP Archive (federal court dockets mirrored from PACER by Free Law Project). Filter by court, filing date range, party name, or nature of suit. Returns matching docket entries with their parent docket id and a teaser snippet — feed the docket_id into recap-docket for the full sheet. Source: CourtListener RECAP Archive / Free Law Project (Open Access (public court records)), updates daily. Returns the Katzilla envelope { data, quality, citation } — quality scores freshness/uptime/confidence; citation carries the source URL, license, and a SHA-256 data hash for audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Full-text search over RECAP docket entries (motion text, entry descriptions, case names). Supports CL's Solr syntax — e.g. 'description:"motion to dismiss"' or 'caseName:"Smith v"'. | |
| court | No | CourtListener court code to restrict results (e.g. 'scotus', 'ca9', 'cand', 'dcd', 'nysd', 'txsb'). Omit for all federal courts. | |
| filedAfter | No | Only include entries filed on or after this date (YYYY-MM-DD) | |
| filedBefore | No | Only include entries filed on or before this date (YYYY-MM-DD) | |
| partyName | No | Restrict to dockets where this party name appears (case-insensitive substring match). | |
| natureOfSuit | No | Nature-of-suit code or description (e.g. '830' for patent, '440' for civil rights). See https://www.pacer.gov/documents/natsuit.pdf | |
| limit | No | Maximum results to return (1–100) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured payload from the upstream source. | |
| text | No | Pre-rendered text representation, when applicable. | |
| quality | Yes | Quality scorecard: freshness, uptime, completeness, confidence, certainty. | |
| citation | Yes | Provenance block — source, license, retrieval timestamp, SHA-256 data hash, pre-formatted citation text. |