move_task
Move tasks between parents or reorder them within the current parent by specifying a new parent ID and position.
Instructions
Move a task to a different parent or reorder within its current parent.
task_id and new_parent_id each accept any reference form — UUID,
sequence shorthand (#123, personal-org only), canonical ref
(acme-123), or app URL — and are resolved to UUIDs before the move.
new_parent_id=None detaches the task to root level (kept as-is, not
resolved). position is the insertion index in the target's children
list (0 = first). Omit to append at end.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| new_parent_id | No | ||
| position | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |