icu:get_document
Retrieve CJEU decisions and opinions from InfoCuria using case or CELEX numbers. Get full text in Markdown with paragraph numbers, extract sections by range or heading, or save results directly to a file.
Instructions
Retrieve a CJEU decision or opinion from InfoCuria by case number or CELEX number. Returns full text in Markdown with Randnummern as [Rn. 5]{.rn}. Use section for partial content: "Rn 5-12", heading text, or "lines:100-200". Use save_path to save to file instead of returning content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case_id | Yes | Published case ID (e.g., "C-476/17") or CELEX number (e.g., "62017CJ0476") | |
| language | Yes | Language code (default: DE) | DE |
| section | No | Extract section: "Rn 5-12", heading text, or "lines:100-200" | |
| save_path | No | Save full document to this file path instead of returning content |