Skip to main content
Glama

ro_get_act

Read-onlyIdempotent

Fetch metadata for Romanian legal acts by number and year, with optional act type to disambiguate.

Instructions

Fetch Romanian act metadata by number + year (disambiguate with tip_act).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearYesyear, e.g. ``2018``.
numberYesact number, e.g. ``190``.
tip_actNoact type to disambiguate (e.g. ``"LEGE"``), when several types share a number.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearNo
titleNo
issuerNo
numberNo
eli_uriNo
tip_actNo
eli_noteNoRomania has no data.europa.eu ELI for this portal. eli_uri carries the canonical legislatie.just.ro document URL (the stable national identifier), which is also the source_url.
source_urlNo
publicationNo
dataset_noteNoThe Romanian Portal Legislativ (legislatie.just.ro) is served via a SOAP API (Ministry of Justice). Search by title, free text, year and/or number; the full text is returned inline. Acts of the same number can exist across types (LEGE, DECRET, HOTARARE...), so disambiguate with tip_act. The API returns up to 10 results per page. Language: Romanian.
date_in_forceNo
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 false, covering safety. The description adds the disambiguation behavior but little else; 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?

A single, front-loaded sentence that conveys the core purpose and the only nuance (disambiguation). No wasted words.

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?

With a rich output schema, comprehensive annotations, and only two siblings, the description is sufficient for an agent to select and invoke the tool correctly. It could have benefited from a brief mention of when not to use it, but the overall context is adequate.

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 the baseline is 3. The description restates the relationship between number, year, and tip_act, but adds no new format or syntax details 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 'Fetch Romanian act metadata by number + year' uses a specific verb and resource, clearly identifying what the tool does. The mention of tip_act for disambiguation further distinguishes it from sibling tools like ro_search and ro_get_text.

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 implies the tool should be used when the act number and year are known, with tip_act available for disambiguation. It does not explicitly name alternatives or exclusion criteria, but the context is clear enough for a lookup tool.

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

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