create_todo
Create new todo items with interactive prompts to manage tasks in the Todo MCP Server system. Add titles, descriptions, and track completion status.
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) | |
| title | No | Title of the todo item | |
| description | No | Optional description of the todo item | |
| completed | No | Completion status of the todo |