move_task
Reorder a task, set its parent for subtask hierarchy, or move it to a different task list by specifying the target list ID.
Instructions
Reorder a task (position is read-only; this is the only way to reorder), re-parent it as a subtask, or move it to another list via destinationTasklist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Task id | |
| parent | No | New parent task id (omit for top level) | |
| previous | No | Sibling task id to place after (omit for first position) | |
| tasklist | Yes | Current task list id | |
| destinationTasklist | No | Target task list id, to move across lists |