Skip to main content
Glama
digitalfactorysn

MCP Dolibarr Expert

configure_bank_accounting

Set the accounting configuration for a bank account in Dolibarr by supplying account ID, journal code, and accounting number.

Instructions

Configurer le compte comptable d'un compte bancaire.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_idYes
journal_codeNo
accounting_numberNo
Behavior2/5

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

With no annotations, the description must disclose behavioral implications, but it only says 'configure' without explaining side effects, permissions, or whether changes are reversible. It does not mention what happens to existing settings or whether this is a write operation with potential destructive consequences.

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 concise sentence, which is efficient and front-loaded. However, it is so brief that it sacrifices informative content, though for a one-line description it is appropriately sized.

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

Completeness1/5

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

The tool has three parameters, no annotations, no output schema, and no parameter descriptions. The description is far too sparse to be considered complete for an agent to select and invoke the tool correctly, especially given the existence of many related accounting configuration tools in the sibling list.

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?

Schema description coverage is 0% and the description provides no explicit mapping for the parameters (account_id, journal_code, accounting_number). It only hints at the concept of an accounting account but does not explain how each parameter relates to the configuration. This leaves the agent without adequate semantic understanding.

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 states a clear action ('Configurer' = configure) and a specific resource ('le compte comptable d'un compte bancaire' = the accounting account of a bank account). It conveys the tool's main function without ambiguity, though it does not explicitly differentiate from similar accounting configuration tools like 'set_accounting_account_mapping' or 'configure_accounting_autolettering'.

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 usage guidance is provided. The description does not explain when to use this tool compared to other accounting configuration tools, nor does it mention prerequisites or exclusions. Users are left to infer the appropriate context from the tool name and description alone.

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