create_todo_interactive
Create new todo items through guided prompts, allowing you to set titles, descriptions, and completion status for task management.
Instructions
Create a new todo item with interactive prompts
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| authToken | No | Authentication token from Kinde (optional if saved) | |
| completed | No | Completion status of the todo | |
| description | No | Optional description of the todo item | |
| title | No | Title of the todo item |