update_todo_interactive
Modify existing todo items through guided prompts to update task details, status, or priorities in your todo management system.
Instructions
Update an existing todo item with interactive prompts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| authToken | No | Authentication token from Kinde (optional if saved) |
Input Schema (JSON Schema)
{
"properties": {
"authToken": {
"description": "Authentication token from Kinde (optional if saved)",
"type": "string"
}
},
"type": "object"
}