← Všetky dokumenty

    Vyhľadať judikatúru

    What it does

    search_judikatura searches Slovak court decisions (judikatúra) by natural-language query. 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

    NameTypeRequiredDescription
    querystringYesNatural-language search query.

    Returns

    Identical shape to Search Slovak Legislation:

    {
      "results": [
        {
          "id": "...",
          "title": "...",
          "url": "..."
        }
      ]
    }
    

    Results here are court decisions rather than legislation, and url points to the published source. An empty query returns { "results": [] }.

    Example

    The calling AI uses this tool when it needs case law on a topic — for example, finding decisions that interpret a specific statutory provision before citing them in an answer.

    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.