dip:get
Retrieve the full text of a German parliamentary document (Bundestagsdrucksache) by its Dokumentnummer. Extract specific sections, legislative reasoning, or save the complete document to a file.
Instructions
Retrieve full text of a Bundestagsdrucksache by Dokumentnummer (e.g., "19/27426" for BT-Drs. 19/27426). Returns the extracted text including Gesetzesbegründung. Use section for partial content or save_path to save to file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dokumentnummer | Yes | Dokumentnummer (e.g., "19/27426", "20/1234") | |
| section | No | Section to extract: heading text (e.g., "Zu § 5 UrhDaG-E", "Begründung", "Zu Artikel 1") or "lines:100-200" | |
| save_path | No | Save full document to this file path instead of returning content |