get_provision
Retrieve a specific provision from a Danish statute using document ID and chapter/section or provision reference. Optionally get all provisions or historical text by date.
Instructions
Retrieve a specific provision from a Danish statute.
Specify the document ID and either chapter+section or provision_ref directly. Examples:
document_id="2018:218", chapter="1", section="1" → 1 kap. 1 § DSL
document_id="2018:218", provision_ref="1:1" → same result
document_id="1998:204", section="5 a" → 5 a § PUL (flat statute, no chapter)
Omit chapter/section/provision_ref to get all provisions in the statute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | document ID (e.g., "2018:218") | |
| chapter | No | Chapter number (e.g., "3"). Omit for flat statutes. | |
| section | No | Section number (e.g., "5", "5 a") | |
| provision_ref | No | Direct provision reference (e.g., "3:5" for Kap 3 § 5) | |
| as_of_date | No | Optional historical date (YYYY-MM-DD). Returns the provision text valid on that date. |