Skip to main content
Glama

Imperio — Italian Tax & Compliance Tools

Verifica Fornitore (anti-frode pre-pagamento)

verify_payee
Read-onlyIdempotent

Verifica anti-frode di un beneficiario PRIMA di pagare una fattura (contro la truffa del cambio-IBAN / Business Email Compromise). Controlli: IBAN (checksum MOD-97 + banca dal codice ABI), Partita IVA e Codice Fiscale (checksum), e — quando il servizio UE è raggiungibile — la ragione sociale reale via VIES live con match sul nome atteso. Restituisce un verdetto (ok / attenzione / alto_rischio) + i red flag puntuali. A differenza degli altri strumenti fa I/O esterno (VIES): se VIES è giù o il budget di verifica è temporaneamente esaurito, il verdetto degrada ONESTAMENTE ad "attenzione" (mai un falso "ok"). Gratis (€0), nessun login. NON sostituisce la verifica out-of-band (telefonata al fornitore su un numero già noto).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ibanNoIBAN del beneficiario (es. IT60X0542811101000000123456).
atecoNoCodice ATECO dichiarato del fornitore (solo cifre e punti, opzionale).
vat_numberNoPartita IVA con o senza prefisso paese (es. IT12345678901).
expected_nameNoRagione sociale attesa del fornitore, confrontata con quella ufficiale VIES.
codice_fiscaleNoCodice Fiscale (persona fisica / ditta individuale).
expected_countryNoPaese atteso del fornitore in ISO2 (default IT). Un IBAN estero è il campanello #1 della frode.

TDQS

A4.9/5.0
Behavior5/5

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

Annotations already mark the tool as readOnly, idempotent, and non-destructive. The description adds crucial behavioral context: external VIES I/O, honest degradation to 'attenzione' when VIES is down or budget exhausted, the never-false-ok guarantee, free/no-login status, and the non-substitution warning. This richly complements the annotation hints without contradiction.

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 compact yet information-dense, covering purpose, checks, return verdict, external dependency, degradation behavior, cost, access, and a critical caveat in a few sentences. Every sentence earns its place with no fluff or repetition.

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?

Given no output schema, the description clearly states what the tool returns (verdict ok/attenzione/alto_rischio + red flags) and covers failure modes, limitations, and placement among alternatives. It is complete for a tool of this complexity—an agent knows how it behaves, when to use it, and what to expect.

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?

The input schema covers each parameter with descriptions (100% coverage), so baseline is 3. The tool description adds extra semantic context about verification logic, such as IBAN MOD-97 and ABI checks, VIES live name matching, and expected_country defaulting to IT. It does not exhaustively tie every parameter to its checks, but it meaningfully enriches the schema.

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 action: 'Verifica anti-frode di un beneficiario PRIMA di pagare una fattura', explicitly distinguishing it from the sibling validation tools by targeting BEC/IBAN-change fraud. It clearly names the resource (beneficiary) and the timing (before payment), going well beyond a generic verb.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly specifies when to use the tool ('PRIMA di pagare una fattura'), contrasts it with other tools ('A differenza degli altri strumenti fa I/O esterno (VIES)'), and explicitly states what it does NOT replace (out-of-band verification via phone). This gives an agent practical decision guidance.

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