add_todo
Add a new todo item and get its unique ID for tracking. Keep your list organized by capturing tasks from AI interactions.
Instructions
Add a new todo item to the list. Returns the created todo with its ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The todo text - what needs to be done |