Skip to main content
Glama
digitalfactorysn

MCP Dolibarr Expert

list_tasks

Retrieve project tasks by project ID, or list all tasks when no ID is given. Filter with a limit to manage task data efficiently.

Instructions

Lister les tâches d'un projet

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
project_idNoID du projet (si omis, toutes les tâches)
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. It only states the core function and does not reveal important behaviors such as the optional nature of the project filter, pagination/limit behavior, or what the result structure looks like.

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 with no unnecessary words. It is front-loaded with the verb and resource, making the purpose immediately clear.

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?

Without annotations or an output schema, the description is too sparse to give an agent full context. It omits the optional project filter (present in the schema but not in the description) and lacks any mention of result format or parameter semantics. For a simple list tool, it remains insufficiently complete.

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?

The schema documents project_id but not limit, giving 50% coverage. The description adds no parameter details beyond the schema's own description; it does not explain limit or how omitting project_id affects the result. The description fails to compensate for the undocumented parameter.

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 'Lister les tâches d'un projet' clearly states the action (list), the resource (tasks), and the scope (project). It is specific and distinguishes from sibling tools like list_projects or get_project, which handle different entities.

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. It does not mention that project_id is optional or that limit controls the number of results, nor does it reference any other tool for comparison.

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