update_task
Modify task details such as name, description, notes, dependencies, related files, implementation guide, and verification criteria. Ensures flexibility for unfinished tasks while restricting completed tasks to updating summaries and related files.
Instructions
Update task content, including name, description and notes, dependent tasks, related files, implementation guide and verification criteria. Completed tasks only allow updating summary and related files
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dependencies | No | New dependency relationships for the task (optional) | |
description | No | New description content for the task (optional) | |
implementationGuide | No | New implementation guide for the task (optional) | |
name | No | New name for the task (optional) | |
notes | No | New supplementary notes for the task (optional) | |
relatedFiles | No | List of files related to the task, used to record code files, reference materials, files to be created, etc. related to the task (optional) | |
taskId | Yes | Unique identifier of the task to update, must be an existing and unfinished task ID in the system | |
verificationCriteria | No | New verification criteria for the task (optional) |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from mcp-chain-of-thought
Related Tools
- @vakharwalad23/google-mcp
- @bsmi021/mcp-task-manager-server
- @abhiz123/todoist-mcp-server
- @milkosten/task-mcp-server
- @liorfranko/mcp-chain-of-thought
- @Chrusic/todoist-mcp-server-extended