ris:get
Fetch a RIS legal document as Markdown using a content URL or document ID. Specify a section for partial content or a save path to store the full document.
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 | Absolute file path for the requested section, or the full document when section is omitted. Relative paths are not supported. | |
| 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. |