Add Todo
add_todoCreate a new task with title, optional description, priority, due date, and tags for organized task management.
Instructions
Add a new todo item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The title of the todo | |
| description | No | Optional description of the todo | |
| priority | No | Priority level (default: normal) | |
| dueDate | No | Due date in ISO format (YYYY-MM-DD) | |
| tags | No | Tags for categorization |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| result | No |