updateTask
Modify task details such as description, priority, or dependencies within a project using the project ID and task ID. Returns updated task information upon successful completion.
Instructions
Updates specific details of an existing task within a project. Requires the project ID and task ID. Allows updating description, priority, and/or dependencies. At least one optional field (description, priority, dependencies) must be provided. Returns the full details of the updated task upon success.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dependencies | No | Optional. The complete list of task IDs (UUIDs) that this task depends on. Replaces the existing list entirely. Max 50 dependencies. | |
description | No | Optional. The new textual description for the task (1-1024 characters). | |
priority | No | Optional. The new priority level for the task ('high', 'medium', or 'low'). | |
project_id | Yes | The unique identifier (UUID) of the project containing the task to update. This project must exist. | |
task_id | Yes | The unique identifier (UUID) of the task to update. This task must exist within the specified project. |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from MCP Task Manager Server
Related Tools
- @bsmi021/mcp-task-manager-server
- @milkosten/task-mcp-server
- @bsmi021/mcp-task-manager-server
- @taazkareem/clickup-mcp-server
- @Chrusic/todoist-mcp-server-extended