search_legislation
Search Finnish statutes and regulations by keyword with boolean, phrase, and prefix search. Returns provision snippets, scores, metadata, and status and date filters.
Instructions
Search Finnish statutes and regulations by keyword.
Searches provision text using FTS5 with BM25 ranking. Supports boolean operators (AND, OR, NOT), phrase search ("exact phrase"), and prefix matching (term*).
Returns matched provisions with snippets, relevance scores, and document metadata.
When NOT to use: If you already know the exact statute number and provision, use get_provision instead. If you need a comprehensive multi-source answer, use build_legal_stance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results | |
| query | Yes | Search query in Finnish or English. Supports FTS5 syntax. | |
| status | No | Filter by document status | |
| as_of_date | No | Optional historical date filter (YYYY-MM-DD). Returns versions valid on that date. | |
| document_id | No | Filter to a specific statute by statute number (e.g., "1050/2018" or "2018:218") |