Skip to main content
Glama

Imperio — Italian Tax & Compliance Tools

Metti dei fornitori sotto sorveglianza

guardian_watch_supplier

Registra uno o piu' fornitori nel guardiano, perche' i loro cambi di IBAN e le variazioni VIES vengano intercettati dalle verifiche notturne. Gli IBAN indicati entrano nel libretto come "in attesa di conferma", MAI come confermati: un IBAN letto su un documento non e' una baseline. Cio' che resta fuori (piano pieno, gia' sorvegliato, identita' assente) viene restituito contato e motivato. Richiede una API key (account gratuito su https://imperioutils.com/signup). Non consuma crediti.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
suppliersYesI fornitori da sorvegliare. Per ciascuno serve la Partita IVA oppure il Codice Fiscale.

TDQS

A4.6/5.0
Behavior5/5

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

The annotations only indicate readOnlyHint=false, destructiveHint=false, and idempotentHint=false. The description adds rich behavioral context: IBANs are registered only as 'in attesa di conferma', never as confirmed, with the rationale that an IBAN on a document is not a baseline. It also discloses that excluded items (full plan, already watched, missing identity) are returned counted and motivated, and that it requires an API key but consumes no credits. This significantly goes beyond 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?

The description is concise and front-loaded. The first sentence has the main verb and purpose, subsequent sentences add essential details (IBAN policy, exclusion handling, API key, credits) without redundancy. Every sentence contributes meaning, and the structure is easy to scan.

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 write tool with a complex nested schema and no output schema, the description is fairly complete. It explains what happens to excluded suppliers ('viene restituito contato e motivato'), the authentication requirement, and the non-consumption of credits. It could be more explicit about the exact response shape or common error cases, but the provided context is sufficient for an agent to understand the operation's scope.

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 schema already provides 100% description coverage, including details like iban entering as 'in attesa di conferma' and expected_country's purpose. The tool description reinforces these with the principle 'MAI come confermati' and explains the exclusion outcome for incomplete identities, adding context about how the system treats the supplier parameters. This adds value beyond the schema, though the schema already does heavy lifting.

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 verb and resource: 'Registra uno o piu' fornitori nel guardiano' (registers one or more suppliers in the guardian) and explains the purpose: so that IBAN changes and VIES variations are intercepted by nightly checks. It distinguishes from sibling tools like 'guardian_check_iban' (which checks IBANs) and 'guardian_list_suppliers' (which lists suppliers), making it uniquely about adding suppliers to surveillance.

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 clearly implies when to use: when you want to start monitoring suppliers for IBAN/VIES changes. It provides context such as the API key requirement and the fact that IBANs are only marked as 'pending confirmation'. However, it does not explicitly name alternatives or state when not to use, but the sibling tools make the use cases obvious. This is clear context without explicit exclusions.

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