reorder_plan
Reorders the daily plan for a given date by specifying a new ordered list of task IDs. This overrides the existing task order with the provided sequence.
Instructions
Replace the daily plan ordering with the given task ID list.
task_ids is the full ordered list of task UUIDs for the plan.
date defaults to today.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_ids | Yes | ||
| date | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |