todoist_add_project
Create a new project in Todoist with optional color coding and parent project for organization.
Instructions
Create a new project in Todoist.
Args: name: The project name. color: Optional color for the project (e.g., "red", "blue", "#ff9900"). parent_id: Optional parent project ID for nested projects.
Returns: A confirmation message with the created project ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| color | No | ||
| parent_id | No |