What it does
get_provision retrieves the text of a specific provision (paragraf) from a Slovak law, identified by law name/number plus paragraph. It can optionally resolve the version of that provision that was effective on a given date, for historical research.
Like every tool in this connector, it is read-only, covers Slovak law only, and its output is informational, not legal advice.
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
zakon | string | Yes | The law, e.g. "311/2001" or its name. |
paragraf | string | Yes | The paragraph, e.g. "63". |
k_datumu | string | No | ISO date (YYYY-MM-DD) to resolve the version of the provision effective on that date. |
Returns
{
"zakon": "...",
"paragraf": "...",
"k_datumu": "...",
"document_content_id": "...",
"section_label": "...",
"section_title": "...",
"text": "...",
"found": true
}
Example
The calling AI uses this tool after locating a law with Search Slovak Legislation, then requests a specific paragraph — for instance, "§ 63 of Act 311/2001" — to quote the exact statutory text in its answer. Passing k_datumu retrieves the version of that provision in force on a past date.
Notes
- Deterministic, no LLM involved.
- Debits the corpus quota (see Usage limits).
- Issues a provenance receipt, which can be passed to Verify answer.
- Important caveat: on a
k_datumu(historical) request,found: falsemeans Lexomat doesn't have that era's text — it does not mean the provision didn't exist at that time. - If the law reference in
zakoncan't be resolved, the tool errors.