tasks-update_todo_status
tasks-update_todo_statusUpdate a todo item's status with automatic timestamp handling. Provide the todo ID and new status.
Instructions
Updates a todo item's status with automatic timestamp handling
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | New status: pending, in_progress, on_hold, waiting, deferred, completed, cancelled | |
| todo_id | Yes | Todo item ID (@rid format) |