Create Todoist Project
todoist_create_projectCreate a new project in Todoist with customizable name, color, view style, and organization options to structure tasks effectively.
Instructions
Create a new project in Todoist.
Color options: 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.
Returns the full created project object including its assigned ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name (required) | |
| parent_id | No | Parent project ID to create this as a sub-project | |
| color | No | Project color name (e.g. 'blue', 'red', 'green'). See description for full list. | |
| is_favorite | No | Whether to mark this project as a favorite | |
| view_style | No | View style: 'list' (default) or 'board' |