Skip to main content
Glama
JayLeo44

odoo-mcp-server

by JayLeo44

odoo_project_list_tasks

List Odoo project tasks with optional filters for project ID, project name, assignee, and stage. Get only the tasks you need from Odoo ERP in a single call.

Instructions

Lista tareas (project.task) de Odoo, opcionalmente filtradas.

Args: project_id: ID exacto del proyecto. project_name: nombre del proyecto (búsqueda parcial), alternativa a project_id. assignee: nombre del responsable asignado. stage: nombre de la etapa/columna kanban (ej. "In Progress", "Done"). limit: máximo de registros a devolver (default 30).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
stageNo
assigneeNo
project_idNo
project_nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

There are no annotations, so the description must carry the behavioral disclosure burden. It does disclose filter semantics and the default limit, which is useful. However, it does not mention whether the operation is strictly read-only, how results are ordered, whether archived or inactive tasks are included, or what happens when no filters are provided.

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 opens with a concise one-line purpose and then lists parameters in a compact structured format. Every line adds value, and the examples for stage ('In Progress', 'Done') improve clarity without bloat.

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?

Given there is an output schema, the description does not need to explain return values. It covers all input parameters and the default limit. It is slightly incomplete regarding default behavior when no filters are supplied and regarding ordering or visibility of archived tasks, but these are minor gaps for a straightforward list operation.

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

Parameters5/5

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

Schema description coverage is 0%, and the description compensates fully by defining every parameter: project_id is an exact ID, project_name is a partial-search alternative, assignee is the responsible person's name, stage references a Kanban column, and limit caps results at 30. This is far beyond the raw schema and gives practical meaning for each argument.

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 specific verb and resource: 'Lista tareas (project.task) de Odoo, opcionalmente filtradas.' It clearly identifies what the tool does and the underlying model. However, it does not explicitly differentiate itself from siblings, though the model and action are distinct enough from odoo_project_list_projects and odoo_project_update_task.

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 about when to use this tool versus alternatives such as odoo_project_list_projects or odoo_project_update_task. The description only says tasks are optionally filtered; it does not mention prerequisites, exclusions, or scenarios that favor this tool over others.

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/JayLeo44/connector-odoo-mcp-server'

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