Skip to main content
Glama

calcola_forfettario

Calcola imposta sostitutiva (5% startup o 15% standard), INPS stimato e netto per il regime forfettario 2026. Limite accesso: €85.000 ricavi. Fonte: L. 190/2014 art. 1 commi 54-89, mod. L. 208/2015 e L. 145/2018.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ricaviYesRicavi/compensi annui lordi in euro (massimo 85.000)
ateco_idYesGruppo ATECO per il coefficiente di redditività. Es: professioni_tecniche, commercio, servizi_persona, costruzioni. Usa il tool "lista_gruppi_ateco" per vedere tutti i gruppi disponibili.
tipo_inpsNoTipo cassa INPS (default: gestione_separata)
regime_startupNoAliquota agevolata 5% per nuova attività (primi 5 anni, default: false). Richiede di non aver esercitato attività simile negli ultimi 3 anni.

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full transparency burden. It discloses that INPS is 'stimato' (estimated), sets the €85k access limit, and cites the legal source. It does not mention edge-case behavior (e.g., exceeding the limit) or error handling, but the nature of the tool as a read-only calculator is clear.

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 two sentences, front-loaded with the core function and variants, followed by the access limit and legal reference. Every word earns its place; no redundancy or fluff.

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 calculator with no output schema, it names the expected outputs (imposta, INPS, netto), states the eligibility limit, and provides source legislation. It lacks explicit output format or detailed error handling, but is sufficient for a well-scoped calculation tool with fully documented parameters.

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

Parameters3/5

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

Input schema coverage is 100% with detailed descriptions for all four parameters, including enum values and conditions (e.g., regime_startup requirements). The tool description adds no per-parameter meaning beyond the schema, so the baseline of 3 applies.

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 uses a specific verb and resource: 'Calcola imposta sostitutiva (5% startup o 15% standard), INPS stimato e netto per il regime forfettario 2026.' This clearly distinguishes it from sibling calculators like calcola_irpef or calcola_inps by naming the exact regime and components.

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?

It explicitly states the access limit ('Limite accesso: €85.000 ricavi') and legal basis, which tells the user when this tool is applicable. However, it lacks an explicit when-not-to-use or direct comparison to alternatives, relying instead on the regime context and sibling names.

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/5.0
Disambiguation5/5

Every tool has a clearly distinct purpose with no ambiguity. Each tool targets a specific Italian fiscal or administrative calculation (e.g., codice fiscale, crypto tax, IRPEF) or information retrieval task (e.g., ATECO groups, fiscal news, deadlines), and their descriptions precisely define their scope without overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in Italian (e.g., calcola_codice_fiscale, lista_gruppi_ateco, novita_fiscali). The naming is uniform across all tools, using snake_case and descriptive terms that align with their functions, making them easily readable and predictable.

Tool Count5/5

With 9 tools, the count is well-scoped for the server's purpose of providing Italian fiscal and administrative tools. Each tool earns its place by covering key areas such as tax calculations, regulatory information, and deadlines, offering a comprehensive yet manageable set for agents to handle related tasks.

Completeness4/5

The tool set provides strong coverage for Italian fiscal calculations and information retrieval, including core tax types (e.g., IRPEF, INPS, forfettario), administrative codes, and regulatory updates. Minor gaps might exist, such as tools for specific deductions or advanced tax scenarios, but agents can likely work around these with the available tools for most common workflows.

Resources