get_provision
Fetch a specific provision from a Finnish statute by statute number and chapter/section, or by direct reference like '3:5'. Optionally include a date to get the provision as valid then.
Instructions
Retrieve a specific provision from a Finnish statute.
Specify the statute number and either chapter+section or provision_ref directly. Examples:
document_id="1050/2018", chapter="1", section="1" → 1 luku 1 §
document_id="1050/2018", provision_ref="1:1" → same result
document_id="434/2003", section="6" → 6 § (flat lookup)
Omit chapter/section/provision_ref to get all provisions in the statute.
When NOT to use: If you are searching by keyword and don't know the exact statute/provision, use search_legislation instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chapter | No | Chapter number (e.g., "3"). Omit for flat statutes. | |
| section | No | Section number (e.g., "5", "5 a") | |
| as_of_date | No | Optional historical date (YYYY-MM-DD). Returns the provision text valid on that date. | |
| document_id | Yes | statute number (e.g., "1050/2018" or "2018:218") | |
| provision_ref | No | Direct provision reference (e.g., "3:5" for luku 3 § 5) |