Skip to main content
Glama

it_get_act

Read-onlyIdempotent

Fetch metadata for Italian legal acts from Normattiva by providing a code name, URN, ELI path, or URL. Use this to verify citations and access act details.

Instructions

Fetch act metadata from Normattiva.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
referenceYesa code name ("codice civile"), a URN ("urn:nir:stato:legge:1990-08-07;241"), an ELI path ("eli/id/1990/08/18/090G0294"), or a normattiva.it URL.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urnNo
titleNo
eli_uriNo
doc_dateNo
source_urlYes
dataset_noteNoSource: Normattiva (Ministero della Giustizia / Istituto Poligrafico e Zecca dello Stato). Italian official legal texts are outside copyright (art. 5 l. 633/1941); Normattiva additionally declares CC-BY-4.0 for its data (from 2026-01-01). Text is the consolidated (multivigenza) version as in force today unless 'at_date' is given. Bulk reuse of the database is restricted by Normattiva's terms - this connector relays individual acts on request, with attribution and a source_url.
article_countNo
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. The description adds no additional behavioral context (e.g., rate limits, authentication, or specifics about what 'metadata' includes). It doesn't contradict annotations, but it also doesn't enrich them.

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 one short, front-loaded sentence that states exactly what the tool does. Every word is necessary and there is no fluff.

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 one well-documented parameter, strong annotations, and an output schema present, the description is sufficient for a simple metadata-fetching tool. It might benefit from mentioning that 'act metadata' excludes full legal text, but the tool name and sibling context help fill that gap.

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?

The single parameter 'reference' has a schema description that covers 100% of the parameter, listing four accepted formats. The tool description adds nothing beyond that, so the schema carries the weight. Baseline of 3 is appropriate given full coverage.

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 a specific verb and resource: 'Fetch act metadata from Normattiva.' This distinguishes it from sibling tools like it_get_text (which likely fetches full text) and it_list_codes (which lists codes). The scope is precisely defined.

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 usage context: use this tool when you need act metadata from Normattiva, as opposed to full text or other related services. It doesn't explicitly state when not to use it or name alternatives, but the clear 'act metadata' framing gives sufficient guidance.

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

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