Move task
move_taskMove tasks to different lists, reorder them, or nest under parents. Adjust task hierarchy by changing parent tasks or making tasks top-level.
Instructions
Reorder a task, nest it under a parent, un-nest it, or move it to another list. Omit parentTaskId to move to top level. Recurring tasks cannot be moved between lists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | No | Task list id or title (case-insensitive). Omit or pass "@default" for the account's default list. Call list_tasklists to see what exists. | |
| taskId | Yes | Task id (from list_tasks / create_task) | |
| toList | No | Destination list id or title, to move across lists | |
| afterTaskId | No | Sibling task to place this one after (omit for first position) | |
| parentTaskId | No | New parent task id (omit for top level) |