Skip to main content
Glama
digitalfactorysn

MCP Dolibarr Expert

list_invoices

List invoices using filters for status, third party, and date. Filter by draft, unpaid, paid, or abandoned to manage billing.

Instructions

Lister les factures avec filtres avancés (statut, tiers, date). Statut: 0=Brouillon, 1=Ouverte/Impayée, 2=Payée, 3=Abandonnée

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage de pagination
limitNoNombre max (défaut: 100)
statusNo0=Brouillon, 1=Impayée, 2=Payée, 3=Abandonnée
sqlfiltersNoFiltre SQL: ex: (t.date_lim_reglement:lt:'2024-12-31')
thirdparty_idsNoID(s) tiers, séparés par virgule
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure, but it only restates the status code mapping already present in the schema. It does not mention read-only behavior, pagination details, potential side effects, or any other non-obvious traits, leaving the agent to infer these from the tool name and parameter schema.

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 long, with the first sentence front-loading the core purpose and filter options. The second sentence provides the status code mapping, which is useful context even if it overlaps with the schema, resulting in no wasted words.

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 straightforward list tool with five well-documented parameters and no output schema, the description sufficiently covers the purpose and filter capabilities. However, it does not mention pagination behavior beyond the schema's 'limit' default, nor explain the sqlfilters syntax beyond the schema example, leaving minor gaps in context.

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 provides 100% coverage of all five parameters with descriptions, setting a baseline of 3. The description's mention of 'statut, tiers, date' is essentially a summary of the schema's parameter descriptions and adds no new meaning beyond what the schema already provides.

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 the specific verb 'Lister' (list) with the resource 'factures' (invoices) and explicitly mentions advanced filters on status, third party, and date. This clearly identifies the tool's purpose and implies customer invoices, distinguishing it from the sibling list_supplier_invoices.

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 phrase 'avec filtres avancés' implies the tool is for listing invoices with filtering, but no explicit guidance is given about when to use it versus alternatives like list_supplier_invoices or get_invoice. There are no when-not or alternative recommendations, so usage context is only implied.

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/digitalfactorysn/mcp-dolibarr'

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