Skip to main content
Glama
mnbro

aruba-fatturazione-elettronica-mcp

by mnbro

aruba_sync_invoice_index

Idempotent

Syncs Aruba electronic invoice data into a local SQLite index for offline querying. Builds and updates the index from read-only API calls.

Instructions

Build/update a local SQLite index from read-only Aruba GET data.

This writes only to ARUBA_INDEX_DB_PATH and never modifies Aruba.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
directionNoboth
date_fromNo
date_toNo
include_xmlNo
include_notificationsNo
confirm_readNo
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description adds that it 'writes only to ARUBA_INDEX_DB_PATH and never modifies Aruba,' which clarifies the non-destructive nature beyond annotations (idempotentHint=true, destructiveHint=false). However, no information about authentication, rate limits, or exact write behavior is given.

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 extremely concise at two sentences, with the main purpose front-loaded in the first sentence. Every word contributes value, and there is no redundant or verbose language.

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 complexity (7 parameters, no schema descriptions, and an output schema not explained), the description is insufficient. It does not explain return values, what 'sync' entails (full or incremental), or how parameters affect behavior. Annotations partially cover safety, but parameter guidance is missing.

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?

The description provides no explanation for the 7 parameters (direction, date_from, date_to, etc.). Schema description coverage is 0%, so the description must compensate, but it fails to do so. Parameters remain opaque.

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's purpose: 'Build/update a local SQLite index from read-only Aruba GET data.' This is a specific verb-resource combination and distinguishes it from siblings, which are mostly query or retrieval tools.

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

Usage Guidelines3/5

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

The description implies the tool is for indexing data locally, but it does not explicitly state when to use it versus alternatives like aruba_search_invoices or aruba_get_index_stats. No guidance on when not to use or prerequisites is provided.

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