update_tasks
Modify the active tasks list by adding new tasks, removing existing ones, or replacing the entire list to keep project tracking accurate.
Instructions
Update the current tasks list in active context. Can add, remove, or replace tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| add | No | Tasks to add to the current list | |
| remove | No | Tasks to remove (exact match or substring match) | |
| replace | No | If provided, replaces the entire tasks list |