reopen_todo
Reopen a completed todo item by its UUID, transitioning it from 'done' to 'open' status. Undo a completion to make the todo active again.
Instructions
Reopen a completed todo (transition status from "done" back to "open"). Use this when the user wants to undo a completion. Returns the string "reopened" on success. Example: {"id":"def67890"} → "reopened". Side effects: idempotent — calling on an already-open todo is a no-op that still returns success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | UUID of the completed todo to reopen. |