Skip to main content
Glama
alesop95
by alesop95

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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 urn, atto, articolo e un estratto: cita sempre atto e articolo nella risposta.

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 urn (preferito, lo restituisce cerca_normativa) oppure per path. Con articolo valorizzato restituisce solo quell'articolo. Usalo per leggere il testo completo dopo che cerca_normativa ha individuato l'atto rilevante.

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

NameDescription
consulenza_legaleIstruzioni 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

NameDescription

No resources

TDQS

A4.5/5.0

Scored across 3 tools

Disambiguation5/5

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.

Naming Consistency4/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues