remove_todo_task
Eliminate irrelevant or duplicate tasks from a TODO list by permanently removing a specific task. The tool updates task numbering, preserves other tasks, and ensures clean task management. Use it to streamline and maintain organized project workflows.
Instructions
Remove a task from a TODO list.
When to use this tool:
- Task is no longer relevant
- Removing duplicate tasks
- Task was added by mistake
- Consolidating similar tasks
- Cleaning up TODO list
Key features:
- Permanent task removal
- Preserves other tasks
- Updates task numbering
You should:
- Verify task exists first
- Consider if task is truly unnecessary
- Check task number is correct
- Understand removal is permanent
- Document why removing if significant
DO NOT use when:
- Task should be completed instead
- Task might be needed later
- Unsure about removal impact
Returns: {success: bool, message: str, error?: str}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The project identifier | |
| task_number | Yes | The task number to remove | |
| todo_number | Yes | The TODO list number |