add-project
Create a new project in Things with title, area, tags, deadline, scheduling, and to-dos. Use this to add projects remotely from the MCP server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | No | Title of area to add to | |
| tags | No | Array of tag names | |
| when | No | When to schedule: today, tomorrow, evening, anytime, someday, date string, or date time string | |
| notes | No | Notes for the project (max 10,000 chars) | |
| title | Yes | The title of the project | |
| reveal | No | Navigate into the created project | |
| to-dos | No | Array of todo titles to create in the project | |
| area-id | No | ID of area to add to (takes precedence over area) | |
| canceled | No | Mark as canceled (takes priority over completed) | |
| deadline | No | Deadline date (YYYY-MM-DD format or natural language) | |
| completed | No | Mark as completed | |
| creation-date | No | ISO8601 date time string for creation date | |
| completion-date | No | ISO8601 date time string for completion date |