search_cases
Search over 3 million US court decisions by keyword, optionally filter by court, and limit results.
Instructions
Durchsucht 3M+ US-Gerichtsentscheidungen nach Stichwörtern.
Args: query: Suchbegriff(e), z.B. 'free speech first amendment' court: Optional — Gericht filtern, z.B. 'scotus' (Supreme Court), 'ca1' bis 'ca11' (Circuit Courts), 'dcd' (DC District) limit: Maximale Anzahl Ergebnisse (Standard: 10, Max: 20)
Returns: Gefundene Fälle mit Name, Gericht, Datum, Zitierung und Textausschnitt.
Beispiele: search_cases('copyright fair use') search_cases('miranda rights', court='scotus') search_cases('data privacy GDPR', limit=5)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| court | No | ||
| limit | No |