add_task_labels
Ensure tasks are labeled correctly by attaching specified labels, creating missing ones as needed.
Instructions
Attach labels to a task, creating any that do not exist yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | Yes | Label titles to attach; missing labels are created. | |
| task_id | Yes | Numeric task id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| done | No | ||
| index | No | ||
| title | Yes | ||
| labels | No | ||
| created | No | ||
| done_at | No | ||
| updated | No | ||
| due_date | No | ||
| end_date | No | ||
| priority | No | ||
| assignees | No | ||
| bucket_id | No | ||
| hex_color | No | ||
| created_by | No | ||
| identifier | No | ||
| project_id | No | ||
| start_date | No | ||
| description | No | ||
| is_favorite | No | ||
| repeat_mode | No | ||
| percent_done | No | ||
| repeat_after | No | ||
| cover_image_attachment_id | No |