add_todo
Create a to-do with title, notes, deadline, and checklist items; schedule it using options like today, tomorrow, evening, anytime, someday, or a specific date.
Instructions
Create a to-do. when: today/tomorrow/evening/anytime/someday/yyyy-mm-dd.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | No | ||
| tags | No | ||
| when | No | ||
| notes | No | ||
| title | Yes | ||
| heading | No | ||
| deadline | No | ||
| checklist_items | No |