Actions Update Action Status
actions_update_action_statusUpdate an action's status to open, in_progress, completed, or cant_do. Use after approval to reflect the current state and resolve pending actions.
Instructions
Update the status of a Mitti action. Valid statuses are: 'open', 'in_progress', 'completed', 'cant_do'. Call request_approval first and wait for the user's decision before calling this tool. Returns success or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | New status — one of: 'open', 'in_progress', 'completed', 'cant_do'. | |
| action_id | Yes | The unique action ID to update. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| message | Yes | ||
| success | Yes |