Skip to main content
Glama
fatemeh-mohseni-AI

Odoo 17 Project Management MCP

update_task

Idempotent

Update selected fields of a project task while leaving other data intact. Use clear flags to safely remove optional values like deadline, assignees, or tags.

Instructions

Update only supplied fields on an allowed task; explicit clear flags avoid accidental erasure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
tag_idsNo
task_idYes
deadlineNo
priorityNo
stage_idNo
clear_tagsNo
descriptionNo
clear_parentNo
milestone_idNo
clear_blockersNo
clear_deadlineNo
parent_task_idNo
allocated_hoursNo
clear_assigneesNo
clear_milestoneNo
assignee_user_idsNo
clear_descriptionNo
blocked_by_task_idsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

B3.1/5.0
Behavior4/5

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

The description adds two valuable behaviors beyond the annotations: it explicitly states that only supplied fields are modified, and it highlights the need for explicit clear flags to avoid accidental data loss. Annotations already cover idempotency and non-destructive intent, but the description enriches the safety model.

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 that front-loads the primary action and packs the clear-flag warning into a compact clause. There is no fluff or redundancy. Given the tool's complexity, the extreme brevity is a slight drawback, but the structure is efficient.

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?

For a 19-parameter partial-update tool with zero parameter descriptions, one sentence is insufficient. The description does not explain how clear flags relate to the null-default fields, what constitutes an 'allowed task', or which fields are mutually exclusive. The output schema covers return values, so that gap is acceptable, but key invocation details are missing.

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?

With 0% schema description coverage, the description carries the full burden of explaining parameters, but it only mentions clear flags generically. It does not explain the meaning or valid values of the 19 parameters, nor the interaction between null-default fields and clear_* flags. Parameter names are self-evident, but the description adds minimal semantic value.

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 updates a task and specifies partial-update semantics ('only supplied fields'). It distinguishes this from specialized task tools like set_task_state or set_task_tags by describing a general field-update operation, though it does not explicitly name those siblings.

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 explicit guidance is given on when to use this tool versus alternatives such as set_task_state, set_task_tags, or move_task_to_stage. The only usage hint is the warning about clear flags preventing accidental erasure, which addresses how to update rather than when to choose this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/fatemeh-mohseni-AI/Odoo17-Project_management-MCP'

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