update_task
Modify task properties, update status, and provide tool/rule recommendations to guide task completion. Supports status transitions: not started → in progress → done. Requires project and task IDs.
Instructions
Modify a task's properties. Note: (1) completedDetails are required when setting status to 'done', (2) approved tasks cannot be modified, (3) status must follow valid transitions: not started → in progress → done. You can also update tool and rule recommendations to guide task completion.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
completedDetails | No | Details about the task completion (required if status is set to 'done'). | |
description | No | The new description for the task (optional). | |
projectId | Yes | The ID of the project containing the task (e.g., proj-1). | |
ruleRecommendations | No | Recommendations for relevant rules to review when completing the task. | |
status | No | The new status for the task (optional). | |
taskId | Yes | The ID of the task to update (e.g., task-1). | |
title | No | The new title for the task (optional). | |
toolRecommendations | No | Recommendations for tools to use to complete the task. |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from taskqueue-mcp
Related Tools
- @kazuph/mcp-taskmanager
- @mstfe/mcp-google-tasks
- @kazuph/mcp-taskmanager
- @kazuph/mcp-taskmanager
- @kazuph/mcp-taskmanager