update
Modify multiple upcoming tasks starting from a specified task ID by applying new changes or context provided in the prompt. Use this tool for batch updates in task management.
Instructions
Update multiple upcoming tasks (with ID >= 'from' ID) based on new context or changes provided in the prompt. Use 'update_task' instead for a single specific task or 'update_subtask' for subtasks.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file | No | Path to the tasks file relative to project root | |
from | Yes | Task ID from which to start updating (inclusive). IMPORTANT: This tool uses 'from', not 'id' | |
projectRoot | No | The directory of the project. (Optional, usually from session) | |
prompt | Yes | Explanation of changes or new context to apply | |
research | No | Use Perplexity AI for research-backed updates | |
tag | No | Tag context to operate on |