Skip to main content
Glama
gsaccardi

Dichiarino

by gsaccardi

lista_documenti_spesa

Get the required documents list for any Italian tax expense type, from medical costs to mortgage interest. Prepare your paperwork before visiting the CAF or filing your 730.

Instructions

Restituisce la lista dei documenti necessari per una specifica tipologia di spesa.

    Utile per preparare la documentazione prima di recarsi al CAF o compilare il 730.

    Args:
        tipo_spesa: Tipo di spesa (es. "spese_sanitarie", "mutuo_prima_casa").

    Valori ammessi: spese_sanitarie, spese_veterinarie, mutuo_prima_casa,
        ristrutturazione, risparmio_energetico, istruzione_universita, istruzione_scuola,
        assicurazione_vita, contributi_previdenziali, erogazioni_liberali_onlus,
        erogazioni_liberali_partiti, spese_funebri, canoni_affitto_studenti,
        bonus_mobili, superbonus
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tipo_spesaYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It correctly implies a non-mutating retrieval operation and lists accepted values, but it does not specify behavior for invalid input, empty results, or potential side effects. This is adequate but not exhaustive.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the purpose, followed by usage guidance and parameter details. The long list of allowed values is necessary because the schema lacks an enum, and there is no redundant or filler content. It is well-structured and appropriately sized.

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?

With only one simple parameter and an output schema available, the description covers purpose, usage, and the complete input domain. It could mention error handling or output shape, but the output schema and the tool's straightforward lookup nature reduce the need for such details.

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

Parameters5/5

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

The input schema only defines 'tipo_spesa' as a string with no enum. The description compensates fully: it explains the parameter's meaning, provides an example, and lists all 15 accepted values, giving the agent complete information to construct valid input.

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 tool 'restituisce la lista dei documenti necessari per una specifica tipologia di spesa', using a specific verb and resource. This distinguishes it from sibling tools like calcola_oneri or verifica_spesa_detraibile, which perform different calculations or checks.

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 explicitly notes the tool is useful 'prima di recarsi al CAF o compilare il 730', giving clear context for when to use it. It does not name alternatives or exclusion criteria, but the intended use case is obvious relative to the sibling tools.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gsaccardi/dichiarino-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server