Consulente Legale
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| cerca_normativaA | Cerca nella legislazione italiana e restituisce gli estratti normativi piu
pertinenti (ranking BM25). USA SEMPRE questo strumento prima di rispondere a una
domanda di diritto italiano: non rispondere a memoria. Ogni risultato porta query: testo libero (concetti, parole chiave). solo_vigenti: se True esclude gli atti abrogati. limit: numero massimo di estratti (default 8). |
| leggi_attoA | Legge il testo integrale di un atto, o di un suo singolo articolo, dall'indice.
Identifica l'atto per |
| info_corpusA | Stato e freschezza del corpus indicizzato: numero di atti e di chunk, commit e data dell'ultimo aggiornamento del corpus. Usalo per dire all'utente quanto e' aggiornata e ampia la base normativa su cui si fonda la risposta, e cita sempre il disclaimer in calce. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| consulenza_legale | Istruzioni operative per usare il consulente legale: come interrogare i tool e come citare le fonti, con il disclaimer. Pensato per essere caricato dal client all'inizio di una conversazione. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool targets a distinct function: searching legislation, reading a full act or article, and inspecting corpus metadata. There is no meaningful overlap between search results and full-text retrieval, and the corpus info tool is clearly separate.
Two tools use a clear imperative verb_noun pattern ('cerca_normativa', 'leggi_atto'), while 'info_corpus' is a noun phrase. This is a minor inconsistency, but all names are readable, lowercase, snake_case, and descriptive.
Three tools is a compact, well-scoped set for a legal-research assistant. Each tool serves a necessary step in the workflow: search, retrieve full text, and assess corpus freshness.
The tool surface covers the core research loop: find relevant norms, read the full text, and validate the corpus behind the answer. No obvious gap exists for the stated purpose since the corpus is read-only and requires no create/update/delete operations.