update_plan_status
Change the status of a plan or step to pending, in_progress, completed, or cancelled to track progress in a hierarchical management system.
Instructions
Update the status of a plan or step.
Args: plan_id: The ID of the item. status: New status ('pending', 'in_progress', 'completed', 'cancelled').
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | Yes | ||
| status | Yes |