todoist_create_project
Create a new Todoist project with customizable name, color, view style, and optional sub-project structure to organize tasks effectively.
Instructions
Create a new project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the project | |
| parentId | No | Parent project ID for creating a sub-project (optional) | |
| color | No | Project color (optional) | |
| isFavorite | No | Whether to mark as favorite (optional) | |
| viewStyle | No | Project view style: 'list' or 'board' (optional) |