remove_task
Delete a task from the task structure to declutter your workspace. Removes parent tasks and their subtasks, retains completed tasks in history, and requires the task ID for operation.
Instructions
Remove a task from the structure (cleanup your workspace). The task remains in completed_tasks history if it was completed. Can remove any task (completed or not). Removing a parent task removes all its subtasks. Use get_big_picture or get_stack_overview to see task IDs.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
task_id | Yes | The ID of the task to remove from the structure |