Get Judgment Paragraph
judgment_get_paragraphRetrieve the full text of a specific paragraph from a UK judgment using its slug and paragraph eId. First get available eIds with judgment_get_index.
Instructions
USE THIS TOOL WHEN you have a judgment slug + LegalDocML eId and want that paragraph's full text.
Call judgment_get_index FIRST to discover available eIds (or use case_law_grep_judgment to locate paragraphs by content). Returns the paragraph XML content (400–1,700 tokens typical).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Judgment slug, e.g. 'uksc/2024/12' | |
| eId | Yes | Paragraph eId from judgment_get_index, e.g. 'para_12'. Numeric strings like '12' are accepted and normalized to 'para_12'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||