Skip to main content
Glama

search_cases

Search Russian court cases by full text, law article, court type, instance, and date range. Returns matching case IDs and total count for citation retrieval.

Instructions

Полнотекстовый поиск судебных дел РФ — как родной поиск на sudact.ru.

Ищет по тексту документа с фильтрами по статье закона, типу суда, инстанции и датам; возвращает реальный total_found и выдачу с case_id/url для последующего get_citation. Требуется ключ MCP_SUDACT_TOKEN (тариф Pro): движок поиска — на нашем сервере.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoСколько дел вернуть (1-50).
normsNoФильтр по статьям закона (первая идёт в поле 'Статья закона').
queryYesТекст документа / формулировка правового вопроса.
date_toNoДата по (YYYY-MM-DD).
instanceNoИнстанция: any | first | appeal | cassation | supervision.any
date_fromNoДата с (YYYY-MM-DD).
court_typeNovs — ВС РФ; arbitr — арбитраж; soyu — общей юрисдикции; ks — КС; any — все.any

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries full burden. It discloses key behaviors: full-text search, filters by law article/court type/instance/dates, returns total_found and case_id/url, and requires token. Missing details on error handling, rate limits, or pagination.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise Russian sentences; first states purpose, second adds key details. No redundant or extraneous text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With full schema coverage and an output schema present, description adds value by mentioning returned fields (total_found, case_id/url) and integration with sibling tool. Covers all essential aspects for a search tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. The description summarizes parameter usage ('filters by article, court type, instance, dates') but does not add significant new semantics beyond what the schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool performs full-text search of Russian court cases, similar to sudact.ru. It distinguishes from sibling 'get_citation' by noting it returns case_id/url for subsequent citation retrieval.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description mentions required authentication token (MCP_SUDACT_TOKEN) and tariff (Pro), and implies usage context by noting that returned case_id/url is for subsequent get_citation. However, it does not explicitly exclude alternatives or state when-not to use.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/atomno-mcp/mcp-sudact'

If you have feedback or need assistance with the MCP directory API, please join our Discord server