icu_get_document
Retrieve full-text CJEU decisions and opinions from InfoCuria using case numbers, CELEX numbers, or document IDs. Extract specific sections or save the document to a file.
Instructions
Retrieve a CJEU decision or opinion from InfoCuria by published case number, CELEX number or Logic Doc ID. Returns full text in Markdown with Randnummern as [Rn. 5]{.rn}. A published case number (e.g., "C-476/17", "T-108/25") is converted to its CELEX form internally, so all three forms work. A CELEX number (e.g., "62017CJ0476") or the "Logic Doc ID" from an icu_search result (e.g., "id_320668") resolve with one request fewer. Use section for partial content: "Rn 5-12", heading text, or "lines:100-200". Use save_path when you want the document written to a file for later use outside this conversation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case_id | Yes | Published case number (e.g., "C-476/17"), CELEX number (e.g., "62017CJ0476") or "Logic Doc ID" from an icu_search result (e.g., "id_320668"). | |
| section | No | Extract section: "Rn 5-12", heading text, or "lines:100-200" | |
| language | Yes | Language code (default: DE) | DE |
| save_path | No | Absolute file path for the full document. Relative paths are not supported. |