Skip to main content
Glama

Avokata: Lithuanian law for your agent

Search court practice

search_practice
Read-onlyIdempotent

Find court practice (teismų praktika) on a legal question or a provision - rulings and judgments (nutartys ir sprendimai) as the courts published them. PASS THE QUERY IN LITHUANIAN, for the same measured reason as search_law: the corpus is Lithuanian and an English query returns confident nonsense rather than nothing. Use the terms the courts use - kasacinis skundas, apeliacinis skundas, ieškinys, nutartis. Filter by court, by decision date, by case type (civil, criminal, administrative, administrative_offence) or by the court's own category code, where 43.5 narrows to that branch of the taxonomy. There is NO way to search by the name of a party: rulings are served as the courts published them, anonymised, and this tool takes no name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many passages to return, default 10. Passages, not judgments: one ruling can supply several, each with its own pinpoint.
queryYesThe legal question or the provision, IN LITHUANIAN, in the words the courts use - `kasacinis skundas`, `esminis pažeidimas`. There is NO way to search by the name of a party, and no parameter takes one.
courtsNoFilter to named courts, written as the court names itself: `Lietuvos Aukščiausiasis Teismas`, `Lietuvos apeliacinis teismas`, `Lietuvos vyriausiasis administracinis teismas`.
detailNo`compact` (the default) returns each passage with its pinpoint and a ~400-character excerpt around your terms, plus `text_chars`; read the whole text with read_paragraphs(document_id=<row id>). `full` returns the whole text of every row.compact
sessionNoThe `session` value the sign-in returned. Pass it on every call in this conversation, so the sign-in survives however this client handles connections; omit it when the user connected with Sign in (OAuth) or a key.
categoryNoThe court's own category code, where a prefix narrows to a branch of its taxonomy - `43.5` is everything under 43.5.
max_charsNoA hard cap on the answer's size in characters, default 8000. Rows are dropped from the end (the lowest-ranked) to fit, and `truncated` says how many and how to get them; data_as_of, notes and caveats are never cut.
case_typesNoFilter by kind of case: `civil`, `criminal`, `administrative`, `administrative_offence`.
decided_afterNoOnly rulings decided on or after this date, `YYYY-MM-DD`. The usual reason to pass it is 'what has been said recently', not 'what governed then'.
jurisdictionsNoWhich jurisdictions to search, as codes (`LT`). Omit for the account's own.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed3 schema fields changed
    • addedInput schema / properties / detail
      Added value: +{
      +  "default": "compact",
      +  "description": "`compact` (the default) returns each passage with its pinpoint and a ~400-character excerpt around your terms, plus `text_chars`; read the whole text with read_paragraphs(document_id=<row id>). `full` returns the whole text of every row.",
      +  "enum": [
      +    "compact",
      +    "full"
      +  ],
      +  "title": "Detail",
      +  "type": "string"
      +}
    • addedInput schema / properties / max_chars
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "integer"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "A hard cap on the answer's size in characters, default 8000. Rows are dropped from the end (the lowest-ranked) to fit, and `truncated` says how many and how to get them; data_as_of, notes and caveats are never cut.",
      +  "title": "Max Chars"
      +}
    • changedInput schema / properties / session / description
      Previous value: -"The `session` value connect returned, when this client keeps no connection session. Pass it on every Avokata call in this conversation; omit it when the client sends a key."New value: +"The `session` value the sign-in returned. Pass it on every call in this conversation, so the sign-in survives however this client handles connections; omit it when the user connected with Sign in (OAuth) or a key."
  2. First observed

TDQS

Score is being calculated.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources