todoist_create_project
Create a new project in Todoist to organize tasks, with options for sub-projects, colors, and favorites.
Instructions
Create a new project in Todoist.
Args:
params: CreateProjectInput containing:
- name: Project name
- parent_id: Optional parent project ID for sub-projects
- color: Optional color name
- is_favorite: Whether to mark as favorite
Returns:
Created project details including the new project ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |