Skip to main content
Glama

at_get_case_text

Read-onlyIdempotent

Retrieve the full text of a court decision from the Austrian RIS using a content URL.

Instructions

Fetch the full text of a decision from a RIS content URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ecliNothe hit's ECLI, passed through so the text stays citable.
content_urlYesan absolute ris.bka.gv.at URL from a case hit's ``content_urls`` (``.html`` or ``.xml``).
human_readable_citationNothe hit's citation, passed through.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
ecliNo
formatYes
contentNo
byte_sizeNo
source_urlYes
content_typeNo
dataset_noteNoAustrian case law (Judikatur) via RIS. Decisions carry a native ECLI (no ELI). Choose an 'applikation': Justiz (ordinary courts incl. OGH), Vfgh (constitutional), Vwgh (administrative), Bvwg, Lvwg, Dsk, and others. Landesrecht is not yet covered.
human_readable_citationNo
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. The description adds that it fetches 'full text', confirming it returns content, but does not disclose additional behaviors like rate limiting or auth needs. No contradiction with annotations.

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?

Single sentence, front-loaded with verb and noun, no unnecessary words. Efficient and clear.

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 only 3 parameters and an output schema, the description adequately covers the primary purpose. It could mention that the URL must be absolute and from ris.bka.gv.at, but that detail is in the parameter description.

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% and each parameter has a description. The tool description does not add further parameter-specific details, so baseline score of 3 applies.

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 action ('Fetch'), the resource ('full text of a decision'), and the source ('from a RIS content URL'). It distinguishes itself from sibling tools like at_get_text by specifying the context of a legal decision from RIS.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives such as at_get_text or at_case_search. It does not mention prerequisites or exclusions.

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/matematicsolutions/at-eli-mcp'

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