todoist_create_project
Create single or multiple Todoist projects with hierarchical organization, custom colors, view styles, and optional sections.
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) |