Skip to main content
Glama

get_citation

Fetch the complete text of a court decision from sudact.ru using a URL or case ID. Supports optional anonymization of names for physical or all persons.

Instructions

Полный текст судебного решения по url карточки sudact.ru или case_id.

Тянет полный текст решения (с сервера), с опциональной анонимизацией ФИО. Нужно указать url или case_id. Требуется ключ MCP_SUDACT_TOKEN (тариф Pro).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoURL карточки sudact.ru (из выдачи search_cases).
case_idNocase_id из выдачи (если дело уже в кэше).
anonymize_levelNonone — как опубликовано; physical_persons — маскировать ФИО физлиц; all_persons — и физлиц, и юрлиц.none
include_full_textNoВернуть полный текст решения.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries full burden. It discloses that the tool fetches from server, supports optional anonymization, and requires authentication. It does not detail potential errors or behavior when both parameters are provided, but covers essential traits.

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?

The description is three sentences, front-loaded with the main purpose, and contains no extraneous information. Every sentence serves a clear function.

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

Completeness4/5

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

Given the tool has an output schema and all parameters are described, the description is fairly complete. It covers the core functionality, required auth, and input options. Missing details like rate limits or error handling are not critical.

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 coverage is 100%, so the description adds limited value beyond the schema. It mentions anonymization and the need for url or case_id, which are already documented in the schema.

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 retrieves the full text of a court decision using either a sudact.ru URL or a case_id. It distinguishes from the sibling tool 'search_cases' by specifying the action (get vs search).

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 specifies that a token (MCP_SUDACT_TOKEN, Pro tier) is required and that either url or case_id must be provided. It does not explicitly state when not to use or compare to alternatives, but the context is clear.

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