add-todo
Add tasks to Things 3 with details like title, due dates, tags, and checklists using structured input for organized task management.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | The title of the todo | |
| titles | No | Multiple todo titles separated by newlines | |
| notes | No | Notes for the todo | |
| when | No | today, tomorrow, anytime, someday, YYYY-MM-DD or YYYY-MM-DD@HH:MM | |
| deadline | No | Deadline date | |
| tags | No | Tag names | |
| checklist-items | No | Checklist items | |
| use-clipboard | No | ||
| list-id | No | ||
| list | No | ||
| heading-id | No | ||
| heading | No | ||
| completed | No | ||
| canceled | No | ||
| show-quick-entry | No | ||
| reveal | No | ||
| creation-date | No | ||
| completion-date | No |