Get Judgment Paragraph
judgment_get_paragraphRetrieve a specific paragraph from a UK court judgment using its LegalDocML eId. Requires a judgment slug and paragraph eId from judgment_get_index.
Instructions
Get a single paragraph from a UK court judgment by its LegalDocML eId.
Use judgment_get_index first to discover available eIds. 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 | |||