Skip to main content
Glama
digitalfactorysn

MCP Dolibarr Expert

list_products

List Dolibarr products and services, with filters for product type, stock availability, and custom SQL conditions.

Instructions

Lister les produits et services du catalogue Dolibarr

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo1=Produits physiques seulement, 2=Services seulement, 0=Tous
pageNo
limitNoNombre max de résultats
in_stockNoFiltrer uniquement les produits en stock
sqlfiltersNoex: (t.label:like:'%Cloud%')
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. 'Lister' implies a read-only operation, which is clear. However, no additional behavior is disclosed (e.g., pagination defaults, whether it returns both products and services based on the mode parameter). For a simple list operation, this is adequate but not rich.

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 a single concise sentence, front-loaded with the action and resource. It contains no fluff or repetition, making it maximally efficient.

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

Completeness3/5

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

The tool has 5 parameters, no output schema, and no annotations. The description explains the core purpose but does not mention return format, pagination behavior, or filter options beyond what the schema already conveys. For a straightforward list tool, this is adequate but leaves some gaps.

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 schema covers 80% of parameters with descriptions (mode, limit, in_stock, sqlfilters) and only 'page' lacks a description. The description itself adds no parameter information beyond the schema, so it relies on the schema, which is mostly sufficient. Baseline of 3 is appropriate.

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 tool lists products and services from the Dolibarr catalog, using a specific verb and resource. It does not explicitly differentiate from sibling tools like get_product, but the plural 'list' vs singular 'get' makes the distinction implicit.

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?

No guidance is provided on when to use this tool versus alternatives, nor any exclusions or prerequisites. The description only states what it does, not when to choose it over similar 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/digitalfactorysn/mcp-dolibarr'

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