Skip to main content
Glama

lt_get_text

Read-onlyIdempotent

Fetch the complete Lithuanian text of a legal act using its TAR code from the Register of Legal Acts.

Instructions

Fetch the full Lithuanian text of an act by its TAR code.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tar_kodasYese.g. ``"2014-21296"``.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNo
formatNotext/plain
contentNo
eli_uriNo
eli_noteNoLithuania has no data.europa.eu ELI for the TAR dataset. eli_uri carries the canonical e-tar.lt legalAct URL (the stable national identifier), which is also the source_url.
byte_sizeNo
tar_kodasNo
source_urlNo
dataset_noteNoThe Lithuanian Register of Legal Acts (TAR) is served as open data via the data.gov.lt Spinta API (dataset gov/lrsk/teises_aktai/Dokumentas, CC BY 4.0). Acts are addressed by their TAR code (tar_kodas, e.g. '2014-21296'); discover acts with lt_search (matches the title). Full text is in the tekstas_lt field. Language: Lithuanian.
human_readable_citationNo
Behavior4/5

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

The annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is clear. The description adds useful behavioral context by specifying that it fetches the 'full Lithuanian text' (not a summary), which helps set expectations. It doesn't contradict 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?

The description is a single, complete sentence that is front-loaded with the action ('Fetch') and resource. No filler or redundant words. It is concise and well-structured.

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?

For a simple, single-parameter tool with comprehensive annotations and an output schema, the description provides sufficient context. It clearly states what the tool does and what input is needed. The output schema handles return-value details, so no further explanation is required.

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%, and the parameter 'tar_kodas' is documented with an example. The description mentions 'by its TAR code', which aligns with the schema but does not add extra semantic meaning beyond what the schema already provides. Baseline 3 is appropriate.

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 uses the specific verb 'Fetch' with a clear resource ('full Lithuanian text of an act') and the key identifier ('by its TAR code'). This clearly distinguishes it from siblings like lt_search (searching) and lt_get_act (retrieving an act, likely metadata).

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

Usage Guidelines3/5

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

The description implies the use case: when you need the full text of an act given a TAR code. However, it does not explicitly state when to prefer this over lt_get_act or lt_search, nor does it mention any exclusions or alternatives. The guidance is implied rather than explicit.

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

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