ris:get_norm
Retrieve a single paragraph of an Austrian consolidated law as Markdown. Specify the law, paragraph number, and application type to get exactly the section you need.
Instructions
Retrieve a single paragraph (§) of an Austrian consolidated law as Markdown — e.g. law="ABGB" paragraph="1295". application="bundesrecht" (federal) or "landesrecht" (state law; set bundesland). The surgical, token-preserving way to read ONE § instead of a whole statute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| law | Yes | Law title or abbreviation (RIS "Titel"), e.g. "ABGB", "UrhG", "Bauordnung". | |
| paragraph | Yes | Paragraph number, e.g. "1295" or "1295a". | |
| save_path | No | Save to disk instead of returning inline. | |
| bundesland | No | Required for application="landesrecht": which Bundesland. | |
| application | Yes | Federal ("bundesrecht") or state ("landesrecht") law. | bundesrecht |