Skip to main content
Glama

it_verify_citations

Read-onlyIdempotent

Verifies Italian legal citations from a text against Normattiva and the Constitutional Court index, confirming existence and content, and suggesting valid ranges for missing articles.

Instructions

Verify Italian legal citations found in a text against their real sources.

Extracts statute citations ("art. 2043 c.c.", "art. 5 della legge 241/1990", "artt. 1341 e 1342 c.c.", commi) and ECLIs, then checks each: statutes against the live Normattiva act (does the act resolve? does the article exist?), ECLI:IT:COST against the local Constitutional Court index. A parenthetical description right after a citation is content-checked with a trigram match (mismatch = review signal). Non-existent articles come back with a range hint of what DOES exist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesthe text to verify (an LLM answer, a memo, a contract clause).
max_citationsNocap on citations to verify (1..30, default 15).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
gapsNo
totalYes
statusYes
summaryYes
citationsNo
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.
failed_countYes
warning_countYes
verified_countYes
Behavior5/5

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

Annotations already declare read-only, idempotent, and non-destructive hints, and the description adds substantial detail about actual behavior: extraction of specific citation types, checking against Normattiva and Constitutional Court indexes, trigram matching for parenthetical descriptions, and returning range hints for non-existent articles. 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense with useful information in three sentences, covering extraction, verification sources, content-checking, and edge-case behavior. While not wasteful, it exceeds a bare minimum and is organized effectively, though a slightly more compact style could earn a 5.

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?

Despite the tool's complexity (checking multiple citation types, multiple sources, and content matching), the description covers the key behaviors and edge cases. An output schema exists, so return values need not be described, and the description is sufficiently complete for an agent to invoke correctly.

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%, with both 'text' and 'max_citations' clearly described in the schema. The tool description itself adds no additional parameter 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 clearly states the tool verifies Italian legal citations found in a text against their real sources, specifying the exact types of citations (statutes, ECLIs) and the verification process. This specific verb+resource combination distinguishes it from sibling tools like it_resolve or it_case_search, which serve different purposes.

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 when to use the tool (whenever you need to verify citations in a text) but offers no explicit comparison to alternatives or exclusions. There is no 'use instead of X' or 'not for Y' guidance, so it falls short of a 4 or 5.

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