Create Things 3 Project
things3_create_projectCreate a new project in Things 3 to organize tasks by setting title, notes, area, tags, schedule, and deadline.
Instructions
Create a new project in Things 3.
Args:
title: Title of the project (required)
notes: Markdown notes/description
areaId: ID of the area to assign this project to (get IDs from things3_get_areas)
tags: Array of tag names to apply (tags must already exist in Things 3)
when: Schedule — "today", "evening", "tomorrow", "someday", or YYYY-MM-DD
deadline: Deadline date in YYYY-MM-DD format
Returns: { id, name } of the created project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tag names to apply | |
| when | No | Schedule: "today", "evening", "tomorrow", "someday", or YYYY-MM-DD | |
| notes | No | Notes/description for the project | |
| title | Yes | Title of the project | |
| areaId | No | ID of the area to assign this project to | |
| deadline | No | Deadline date in YYYY-MM-DD format |