move_task
Reposition a task within a dartboard or move it to a different dartboard, with ordering by index or relative placement.
Instructions
Move/reposition a task within a dartboard or to a different dartboard. Supports ordering by index or relative to another task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dart_id | Yes | Task dart_id (also accepts "id" or "task_id") | |
| dartboard | No | Target dartboard (dart_id or name) - moves task to different dartboard | |
| order | No | Position index in dartboard (0-based) | |
| after_id | No | Place task after this task dart_id | |
| before_id | No | Place task before this task dart_id |