create_project
Create a new project that holds sub-tasks. Set title, notes, schedule, area, deadline, start date, and tags.
Instructions
Create a new project. Projects are multi-step tasks that hold sub-tasks.
Args: title: Project title (required). notes: Optional notes/description. schedule: 'inbox', 'anytime' (default), or 'someday'. area_uuid: Optional area to assign the project to. deadline: Unix timestamp deadline. start_date: Unix timestamp for the project's start date. tags: Optional list of tag UUIDs or names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| notes | No | ||
| schedule | No | anytime | |
| area_uuid | No | ||
| deadline | No | ||
| start_date | No | ||
| tags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |