ris:get
Retrieve a RIS legal document as Markdown by providing a content URL or document ID with application, with options to extract specific sections or save to disk.
Instructions
Retrieve a RIS document as Markdown. Pass the content_url returned by ris:search (preferred), or an id (Dokumentnummer) together with its applikation. Use section to pull only part of a document (token-preserving), or save_path to write the full document to disk and return metadata only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Dokumentnummer from a search result (requires `applikation`). | |
| section | No | Return only part of the document: a Randnummer ("Rn 5"), an Rn range ("Rn 5-9"), a line range ("lines:1-40"), or a heading ("Spruch", "Begründung"). | |
| save_path | No | Save the full document to this path instead of returning it inline. | |
| applikation | No | RIS applikation from a search result (e.g. "Justiz", "BrKons"). Required with `id`. | |
| content_url | No | The document HTML URL from a ris:search result. |