add_project
Add a new project to Todoist. Specify name, parent, color, favorite status, and view style.
Instructions
Create a new Todoist project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the project | |
| parent_id | No | ID of the parent project | |
| color | No | Color of the project (e.g. "berry_red", "blue", "green") | |
| is_favorite | No | Whether the project is a favorite | |
| view_style | No | The view style of the project (list, board, or calendar) |