create_label
Add a new label to a project for task categorization. Specify a name, color, and optional parent label to structure your workflow.
Instructions
Create a new label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | UUID of the project | |
| name | Yes | Label name | |
| color | No | Label color (hex color code) | |
| description | No | Label description | |
| parent | No | UUID of the parent label (for nested labels) | |
| sort_order | No | Sort order for the label | |
| external_source | No | External system source name | |
| external_id | No | External system identifier |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| created_at | No | ||
| updated_at | No | ||
| deleted_at | No | ||
| name | Yes | ||
| description | No | ||
| color | No | ||
| sort_order | No | ||
| external_source | No | ||
| external_id | No | ||
| created_by | No | ||
| updated_by | No | ||
| workspace | No | ||
| project | No | ||
| parent | No |