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