Skip to main content
Glama
mnbro

aruba-fatturazione-elettronica-mcp

by mnbro

aruba_search_invoice_index

Read-onlyIdempotent

Search for electronic invoices in a local SQLite index by text, direction, VAT code, or party name to quickly retrieve fiscal records.

Instructions

Search the local SQLite invoice index.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNo
directionNo
vat_codeNo
party_name_containsNo
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already indicate readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=true. The description adds the 'local SQLite' aspect, which implies a local cache but does not contradict annotations. It lacks further behavioral details like what happens if the index is not synced.

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 a single concise sentence with no superfluous words. However, it is too brief to be informative, which slightly reduces effectiveness for selection.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has five parameters, many sibling tools, and an output schema, the description is incomplete. It does not explain return values, parameter usage, or how this search differs from others, leaving significant gaps for an AI agent.

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

Parameters1/5

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

Schema description coverage is 0%, yet the description does not explain any of the five parameters (text, direction, vat_code, party_name_contains, limit). The description fails to add meaning beyond the schema property names, which are vague.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'search' and the resource 'local SQLite invoice index', conveying the basic action. However, it does not differentiate from sibling tools like aruba_search_invoices, which likely performs a similar function on a broader scope, reducing clarity for selection.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives such as aruba_search_invoices or various get_invoice_by_* tools. There is no mention of context, exclusions, or preferred use cases.

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/mnbro/aruba-fatturazione-elettronica-mcp'

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