Skip to main content
Glama
badbat75

FattureInCloud MCP

by badbat75

List received documents (expenses)

list_received_documents
Read-only

Retrieve received documents from FattureInCloud, including expenses, credit notes, delivery notes, and self invoices, with filtering and pagination.

Instructions

List received documents for a company: expenses (spese), passive credit notes, passive delivery notes, self invoices. Defaults to expenses. Paginated: check current_page/last_page/total.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFilter query, e.g. "date >= '2026-01-01' and date <= '2026-06-30'" or "entity.name like '%acme%'". Write the operators literally (>, <, >=, <=): the string is sent verbatim, so HTML entities like &gt; or &lt; reach the API and are rejected with 422 "Invalid query syntax".
pageNoPage number to retrieve (1-based).
sortNoComma-separated sort fields, prefix with "-" for descending. E.g. "-date" or "-date,number".
typeNoThe received document type.expense
fieldsetNo"basic" for compact rows (default), "detailed" for full documents including line items.basic
per_pageNoResults per page (min 5, max 100 — the API rejects smaller values).
company_idNoFatture in Cloud company ID. Omit to use the default company configured for the session; discover IDs with list_companies.
Behavior4/5

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

With readOnlyHint=true in annotations, the safety profile is already known. The description adds behavioral value by disclosing the default type (expenses) and the pagination behavior (check current_page/last_page/total). These details go beyond the annotation and help the agent understand response structure and defaults.

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. It uses three short sentences, each adding new information: the list of document types, the default type, and pagination guidance. No word is wasted, making it efficient and easy to parse.

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 list tool with no output schema, the description provides the key context: the resource type, available document types, default behavior, and pagination metadata fields. While it does not explicitly state the return format (e.g., array of documents), it is implied by the title and the pagination hint, and the schema covers all parameters. This is adequate for the complexity level.

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?

The input schema has 100% description coverage, so every parameter is already documented. The description adds no extra parameter semantics beyond what the schema provides; even the 'Defaults to expenses' note repeats the schema's default for 'type'. Therefore, a baseline score of 3 is appropriate.

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 states the exact action: 'List received documents for a company' and enumerates the document types (expenses, passive credit notes, passive delivery notes, self invoices). This specifies the resource and scope, distinguishing it from sibling tools like list_issued_documents or get_received_document.

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 provides clear context (for a company, defaults to expenses, paginated) but does not explicitly contrast with alternatives such as get_received_document for single documents or list_issued_documents for issued documents. Usage is implied by the tool name and listing of types, but no exclusions or alternative guidance are given.

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/badbat75/FattureInCloudMCP'

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