Recap Party Search
crime__recap-party-searchSearch federal court dockets for parties involved in litigation to identify conflicts of interest, track litigants across jurisdictions, and perform adverse-party checks using the RECAP archive.
Instructions
[Crime & Law Enforcement Agent] Search RECAP for federal dockets where a named party appears — adverse-party checks, conflict-of-interest review, tracking a litigant across jurisdictions. Returns one hit per docket (not per filing) with case name, court, docket number, date filed, and the party's role when available. 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 |
|---|---|---|---|
| party_name | Yes | Party name to search for (individual or organization). Case-insensitive substring match against the PACER party list — e.g. 'Acme Corp', 'Monsanto', 'John Smith'. | |
| court | No | Optional CourtListener court code to restrict the search (e.g. 'ca9', 'dcd', 'nysd'). Omit to search all federal courts. | |
| date_filed_after | No | Only include dockets filed on or after this date (YYYY-MM-DD). | |
| 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. |