add-todo
Add new todos to the Things app, specifying project, schedule, notes, tags, deadlines, and checklist items. Ideal for capturing tasks with full context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | No | Title of project or area to add to | |
| tags | No | Array of tag names | |
| when | No | When to schedule: today, tomorrow, evening, anytime, someday, date string, or date time string | |
| notes | No | Notes for the todo (max 10,000 chars) | |
| title | No | The title of the todo (ignored if titles is specified) | |
| reveal | No | Navigate to and show the created todo | |
| titles | No | Multiple todo titles separated by new lines | |
| heading | No | Title of heading within project | |
| list-id | No | ID of project or area to add to (takes precedence over list) | |
| canceled | No | Mark as canceled (takes priority over completed) | |
| deadline | No | Deadline date (YYYY-MM-DD format or natural language) | |
| completed | No | Mark as completed | |
| heading-id | No | ID of heading within project (takes precedence over heading) | |
| creation-date | No | ISO8601 date time string for creation date | |
| use-clipboard | No | Use clipboard content | |
| checklist-items | No | Checklist items to add (max 100) | |
| completion-date | No | ISO8601 date time string for completion date | |
| show-quick-entry | No | Show quick entry dialog instead of adding |