Create Todoist Label
todoist_create_labelCreate a new personal label in Todoist to organize tasks by category, color, or priority for better task management.
Instructions
Create a new personal label in Todoist.
Returns the created label's ID and name. Use the label name (not ID) when assigning labels to tasks with todoist_create_task or todoist_update_task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Label name (required) | |
| color | No | Label color name (e.g. 'blue', 'red', 'green', 'orange', 'grape') | |
| order | No | Sort position in the label list | |
| is_favorite | No | Whether to mark this label as a favorite |