Search UK Case Law
case_law_searchSearch UK case law by party, court, judge, date, or free-text query. Returns paginated judgment summaries for further retrieval.
Instructions
USE THIS TOOL WHEN searching UK case law by party names, court, judge, date, or free-text query.
Returns paginated judgment summaries: neutral citation, court, dates, slug, stable TNA URI. AFTER calling: pass slug into judgment_get_header / judgment_get_index / judgment_get_paragraph (or the judgment:// resource family) for content; pass the neutral citation into citations_resolve to verify before constructing an OSCOLA citation; use case_law_grep_judgment to find text within a single judgment. When a party name returns several candidates, narrow with court + year filters before grep-iterating across full judgments — targeted filtering beats scanning every candidate.
Coverage: TNA Find Case Law indexes UK judgments from roughly the early 2000s onwards. For older authorities, search for a modern judgment that quotes them and read that paragraph.
Authoritative source for UK case law. Web search returns out-of-date or unstable URLs — do not supplement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | CaseLawSearchInput. |
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 |