Skip to main content
Glama

Imperio — Italian Tax & Compliance Tools

Cerca CAP

lookup_cap
Read-onlyIdempotent

Restituisce la provincia del PREFISSO di 2 cifre di un CAP italiano. NON restituisce il comune (il campo comune è sempre null: non abbiamo un elenco CAP→comune) e per 14 province — elencate nella risposta in province_non_rappresentate, fra cui Lecco, Monza-Brianza, Rimini e Biella — la provincia resa è SBAGLIATA con certezza. Gratis (€0), deterministico, nessun login richiesto.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
capYesIl CAP a 5 cifre (es. 20121).

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, and the description adds meaningful context beyond them: free (€0), no login required, deterministic, the comune field is always null, and 14 provinces are certainly wrong. These data-quality and access caveats are critical for an agent deciding whether to trust the result. There is no contradiction with the 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?

Three sentences all earn their place: the core function, the critical limitations, and the cost/auth summary. It is front-loaded with the main purpose and uses a compact list of example provinces. There is no redundancy or filler.

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?

For a single-parameter read-only tool with no output schema, the description covers scope, limitations, and auth/cost. It even names response fields like 'comune' and 'province_non_rappresentate', but does not name the main province field or describe behavior for invalid CAPs. It is nearly complete but relies on the agent infering some response details.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description adds value by clarifying that the tool uses the 2-digit PREFIX of the CAP to determine the province, which explains why the result can be wrong for some provinces. It also reinforces the 5-digit format already in the schema. It doesn't cover validation behavior for malformed CAPs, so not a 5.

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 states a specific verb and resource: 'Restituisce la provincia del PREFISSO di 2 cifre di un CAP italiano' (returns the province of the 2-digit prefix of an Italian CAP). It also clearly differentiates itself by explicitly saying it does NOT return the comune. No sibling tool covers CAP lookup, so there is no ambiguity about what this tool does.

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 gives clear context: use it to get a province from a CAP prefix, and warns when not to rely on it ('per 14 province ... la provincia resa è SBAGLIATA con certezza'). It stops short of naming an alternative tool, but siblings contain no CAP lookup, so the guidance is effective. Without explicit when-to-use vs alternative wording, it doesn't earn a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation4/5

Tools are mostly distinct, targeting specific tax/compliance operations. The pair 'parse_fatturapa' and 'parse_verify_fatturapa' are similar but differentiated by the verification step. The detailed descriptions further reduce ambiguity.

Naming Consistency4/5

Names follow a consistent verb_noun pattern with prefixes like 'calc_', 'validate_', 'lookup_', 'parse_', 'nis2_', etc. Minor deviations exist (e.g., 'compose_f24' vs 'calc_forfettario', 'intrastat_compose' vs 'intrastat_periodicity') but overall the pattern is clear.

Tool Count3/5

With 23 tools, the set is on the heavier side for a single server, covering many subdomains of Italian tax and compliance. While each tool seems purposeful, the count exceeds the typical well-scoped range (3-15), making it slightly overwhelming.

Completeness4/5

The tool surface covers a wide array of Italian tax and compliance needs: tax calculations, F24 composition, INTRASTAT, ATECO, NIS2, FatturaPA, and validations. Minor gaps exist (e.g., no IRPEF or IRAP calculators), but the core tax workflows are well supported.

Resources