todoist_update_task_labels
Update or modify labels on Todoist tasks individually or in batches to organize and categorize tasks effectively.
Instructions
Update the labels of one or more tasks in Todoist
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | No | Array of tasks to update labels for (for batch operations) | |
| task_id | No | ID of the task to update labels for (preferred) | |
| task_name | No | Name/content of the task to search for and update labels (if ID not provided) | |
| labels | No | Array of label names to set for the task |