create_todo
Add a new task to Things 3 with a required title and optional notes, tags, schedule, deadline, project, or area, placing it in the Inbox unless a project or area is specified.
Instructions
Create a new Things 3 to-do.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | No | Area to file the task in (must exist). Ignored if `project` set. | |
| tags | No | Comma-separated tag names (e.g. "48h-Liste,Wichtig"). | |
| when | No | Schedule — "today", "tomorrow", "anytime", "someday" or an ISO date "YYYY-MM-DD". | |
| notes | No | Optional notes body. | |
| title | Yes | Task title (required). | |
| project | No | Project to file the task in (must exist). Takes precedence over `area`. If neither is given the task lands in the Inbox. | |
| deadline | No | Deadline (due date) as ISO date "YYYY-MM-DD". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||