add_project
Create a new project in Things with title, notes, schedule, deadline, tags, area, and initial todos.
Instructions
Create a new project in Things.
Args:
----
title: Title of the project
notes: Notes for the project
when: When to schedule the project
deadline: Deadline for the project
tags: Tags to apply to the project. IMPORTANT: Always pass as an array of
strings (e.g., ["tag1", "tag2"]) NOT as a comma-separated string.
Passing as a string will treat each character as a separate tag.
area_id: ID of area to add to
area_title: Title of area to add to (must exactly match an existing area title — look them up with get_areas)
todos: Initial todos to create in the project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| when | No | ||
| notes | No | ||
| title | Yes | ||
| todos | No | ||
| area_id | No | ||
| deadline | No | ||
| area_title | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |