icu:get_document
Retrieve CJEU decisions or opinions from InfoCuria by case number or CELEX number, returning full text in Markdown with options for section extraction and file saving.
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") | |
| section | No | Extract section: "Rn 5-12", heading text, or "lines:100-200" | |
| language | Yes | Language code (default: DE) | DE |
| save_path | No | Save full document to this file path instead of returning content |