taskqueue-mcp
by chriscarrollsmith
Verified
update_task
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. |