What it does
search_legislativa searches Slovak legislation (legislatíva) by natural-language query and returns citation-ready results. It is a deterministic retrieval tool — no LLM is involved.
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 |
|---|---|---|---|
query | string | Yes | Natural-language search query. |
Returns
{
"results": [
{
"id": "...",
"title": "...",
"url": "..."
}
]
}
idis the document content id — pass it to Get Legal Provision or Verify answer.urlis the official source (slov-lex / EUR-Lex).- An empty query returns
{ "results": [] }.
Example
The calling AI uses this tool when it needs to find relevant Slovak legislation for a topic before citing it, e.g. searching for the statute governing employment termination and then following up with Get Legal Provision using the returned id.
Notes
- Deterministic search — no LLM involved.
- Returns up to 10 results.
- Debits the corpus quota (see Usage limits).
- Issues a provenance receipt, which can be passed to Verify answer.