Move Task
move_taskUse this when the user wants to move a task to a specific column or change its order within a column (needs a columnId from list_columns). For your OWN workflow — taking a task into work or finishing it — prefer start_task / complete_task, which need no column ID. Moving to semantic='doing' starts cycle-time tracking; moving to semantic='done' records completion time. Idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| position | Yes | ||
| toColumnId | Yes |