todoist_create_project
Create new projects in Todoist with options for colors, favorites, view styles, sections, and nested hierarchies to organize tasks efficiently.
Instructions
Create one or more projects with support for nested hierarchies
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projects | No | Array of projects to create (for batch operations) | |
| name | No | Name of the project (for single project creation) | |
| parent_id | No | Parent project ID (optional) | |
| color | No | Color of the project (optional) | |
| favorite | No | Whether the project is a favorite (optional) | |
| view_style | No | View style of the project (optional) |