add_todo
Add a new todo item to capture tasks you need to remember. Use it to create or note down any task.
Instructions
Add a new todo item.
Use when the user asks to add, create, or note down a task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| done | Yes | ||
| text | Yes |