rii_get_decision
Retrieve the full text of a German court decision by document ID, receiving Markdown with metadata such as court, date, and file number.
Instructions
Retrieve full text of a court decision by doc ID. Returns decision in Markdown format with metadata (court, date, file number, ECLI). Use source "BY" for IDs from gesetze-bayern.de (format: Y-300-Z-...).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| part | Yes | K = Kurztext (summary), L = Langtext (full text, default). Only for source "BUND". | L |
| doc_id | Yes | Document ID from search results (e.g., "jb-KORE704442026" for BUND, "Y-300-Z-GRURRS-B-2021-N-55699" for BY) | |
| source | Yes | Decision source: BUND, BY, NW, or a jPortal state code. | BUND |
| section | No | Section heading or "lines:100-200". Only for source "BY". | |
| save_path | No | Absolute file path for the full document. Relative paths are not supported. Returns metadata only. |