Get BAILII Judgment Text
bailii_get_judgmentRetrieve a BAILII judgment by document path, optionally extract a specific section (summary, conclusions, held, or full text). Get the needed part without downloading the entire document.
Instructions
Retrieve a BAILII judgment, optionally filtered to a specific section.
Use the path returned by bailii_search. By default returns summary + conclusions (or first 5000 chars if no sections detected). Use section='all' for the complete text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | Input containing: - path (str): BAILII document path - section (str, optional): 'summary', 'conclusions', 'held', 'discussion', 'background', 'all' - max_chars (int, optional): Maximum characters to return (default 5000) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |