reposition_task
reposition_taskMove a task to a new position relative to others: before, after, top, or bottom. Organize task list priorities.
Instructions
Reposition a task in a task list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The ID of the task to reposition | |
| move_before_id | No | Position the task before this task ID | |
| move_after_id | No | Position the task after this task ID | |
| move_to_top | No | Move the task to the top of its list | |
| move_to_bottom | No | Move the task to the bottom of its list |