citation_lookup
Check legal citations against a database of real U.S. court cases to identify fabricated or incorrect references. Input free text or a citation string; each recognized citation is verified with case name, date, and link.
Instructions
Verify legal citations against CourtListener's database of real cases before relying on them; catches fabricated or mangled citations. Pass free text (a brief, memo, or draft) or a single citation string; every citation recognized in the text is checked. Per citation: FOUND (with case name, date, and link) or an explicit NOT_FOUND / UNKNOWN_REPORTER flag. Requires COURTLISTENER_API_TOKEN (authentication-only endpoint). Caps: 64000 characters of text and 250 citations per call (server rate limit: 60 citations/min).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Free text to scan for citations (max 64000 characters), or a single citation string like "410 U.S. 113". The first 250 citations recognized are looked up; any beyond that are returned flagged NOT_CHECKED_OVER_CAP. |