create_todo
Add new tasks to your todo list from natural language reminders. Specify due dates, priorities, and notes.
Instructions
Add a new task to the user's list. Use this when the user says something like 'remind me to...' or 'add X to my list' or 'I need to do Y by Friday'. Confirm what you added so they know it landed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | Due date in YYYY-MM-DD format. Infer from natural language if possible. | |
| tags | No | Optional labels or categories. | |
| notes | No | Any extra context or details for the task. | |
| title | Yes | The task title. Keep it clear and action-oriented. | |
| priority | No | How urgent is this? |