get_provision
Retrieve a specific provision from a Dutch statute by BWB-ID. Returns the full article text, metadata, and source URL.
Instructions
Retrieve a specific provision (article) from a Dutch statute by BWB-ID. Returns the full article text, metadata, and source URL. If no article is specified, returns all provisions of the statute (use with care — large statutes may have 100+ articles). Examples: document_id="BWBR0005289", book="6", article="162" for Art. 6:162 BW; document_id="BWBR0001854", article="287" for Art. 287 Sr. Use search_legislation if you don't know the BWB-ID. Use get_provision_at_date if you need a historical version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book | No | Book number if applicable (e.g. "6" for BW Boek 6) | |
| article | No | Article number (e.g. "162") | |
| as_of_date | No | ISO date to retrieve historical version | |
| document_id | Yes | BWB-ID of the statute (e.g. "BWBR0005289" for BW Boek 6) | |
| provision_ref | No | Full provision reference (e.g. "6:162" or "287") |