get_provision
Retrieve a specific article (grein) from an Icelandic statute by law number and section. Supports historical dates and chapter references.
Instructions
Retrieve a specific provision (grein) from an Icelandic statute.
Specify the law number and either section or provision_ref directly. Icelandic statutes identify provisions by article number (grein, abbreviated "gr.").
Examples:
document_id="33/1944", section="1" → 1. gr. Stjórnarskrá (Constitution Art. 1)
document_id="90/2018", section="14" → 14. gr. Persónuverndarlög
document_id="90/2018", provision_ref="14" → same result
Omit section/provision_ref to retrieve all provisions in the statute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | Law number (e.g., "90/2018" for Persónuverndarlög, "33/1944" for Stjórnarskrá) | |
| chapter | No | Chapter number, if the statute uses chapters. | |
| section | No | Article/section number (e.g., "14", "5 a") | |
| provision_ref | No | Direct provision reference (e.g., "14" or "3:5" for chapter 3, article 5) | |
| as_of_date | No | Optional historical date (YYYY-MM-DD). Returns the provision text valid on that date. |