Search UK Case Law
case_law_searchSearch UK case law by full-text query, filtered by court, judge, party, or date range. Returns paginated judgment summaries.
Instructions
Search UK case law via the TNA Find Case Law API.
Returns paginated judgment summaries: neutral citations, court, dates, stable URIs. Use the judgment://{slug}/header resource to inspect a result, then judgment://{slug}/index to discover paragraphs and judgment://{slug}/para/{eId} to read individual paragraphs. For content-based discovery within a judgment, use case_law_grep_judgment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | CaseLawSearchInput with query, optional filters (court, judge, party, from_date, to_date), and page number. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | Matching judgments for this page | |
| page | Yes | Current page number (1-indexed) | |
| has_more | Yes | Whether additional pages exist | |
| total_pages | No | Total page count if available from API |