move_task
Move a task to a specified kanban column and position. Useful when a manual board update is required, since automated workflows already handle column changes.
Instructions
Move a task to a different kanban column. Only use when explicitly asked — start_task and complete_ai_task handle column moves automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | No | Task ID (provide this OR taskNumber) | |
| teamId | No | Team ID (auto from session if omitted) | |
| columnId | Yes | Target column ID | |
| position | No | Position in column (0 = top) | |
| projectId | No | Project ID (auto from session if omitted) | |
| taskNumber | No | Human-readable task number, e.g. 43 |