todoist_project_create
Create a new project in Todoist with optional sub-project hierarchy, description, color, favorite, and view style settings.
Instructions
Create a new project in Todoist with optional sub-project hierarchy, description, and view style
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the project | |
| color | No | Color for the project (optional). Valid colors: berry_red, red, orange, yellow, olive_green, lime_green, green, mint_green, teal, sky_blue, light_blue, blue, grape, violet, lavender, magenta, salmon, charcoal, grey, taupe | |
| is_favorite | No | Whether to mark the project as favorite (optional) | |
| parent_id | No | Parent project ID to create this as a sub-project (optional). Creates a hierarchical relationship. | |
| description | No | Description of the project (optional) | |
| view_style | No | View style for the project (optional). Options: 'list' (default) or 'board' (kanban-style) |