create_task
Create tasks in Things3 with title, notes, schedule, tags, project, area, deadline, and start date.
Instructions
Create a new task in Things3.
Args: title: Task title (required). notes: Optional notes/description. schedule: One of 'inbox', 'anytime', or 'someday'. Default: 'inbox'. tags: Optional list of tag UUIDs or names to assign. project_uuid: UUID of the project to add this task to. area_uuid: UUID of the area to assign this task to. deadline: Unix timestamp for the deadline. start_date: Unix timestamp for the start date (schedules for a specific day). evening: If True, schedule for 'This Evening' instead of morning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| notes | No | ||
| schedule | No | inbox | |
| tags | No | ||
| project_uuid | No | ||
| area_uuid | No | ||
| deadline | No | ||
| start_date | No | ||
| evening | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |