Skip to main content
Glama
digitalfactorysn

MCP Dolibarr Expert

add_supplier_order_line

Add a line item to a supplier order by providing the order ID, product, quantity, unit price, and VAT rate.

Instructions

Ajouter une ligne à une commande fournisseur

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID de la commande fournisseur
qtyYes
descNo
tva_txYes
subpriceYesPrix unitaire HT achat
fk_productNoID produit catalogue
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 disclosing side effects or constraints. It merely states the action without mentioning validation, recalculation, or whether the order must exist. This is a minimal disclosure for a mutation tool.

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 sentence that is front-loaded and free of fluff. It is concise, though it is minimal in content. It earns its place by stating the core purpose.

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?

The tool has 6 parameters, no output schema, and no annotations. The description only captures the basic action, leaving out any information about return values, side effects, or operational context. This is insufficient for a mutation tool in a large sibling set.

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

Parameters2/5

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

Schema description coverage is only 50%, and the description adds no parameter details. Required parameters like qty and tva_tx are left to be inferred from names, and tva_tx is non-obvious. The description does not compensate for the schema gaps.

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 action (add a line) and the target (supplier order). It distinguishes from sibling tools like add_order_line (customer orders) and add_supplier_invoice_line (supplier invoices) by specifying 'commande fournisseur'.

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, nor does it mention prerequisites or exclusions. The only context is implicit in the name and description.

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