todoist_create_label
Create custom labels to organize and filter tasks in Todoist. Define label names, colors, and favorites for better task management.
Instructions
Create a new label.
Labels help organize tasks across projects. Apply labels to tasks for easy filtering.
Args:
params: CreateLabelInput containing:
- name: Label name
- color: Optional color name
- is_favorite: Whether to mark as favorite
Returns:
Created label details including the new label ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |