create_label
Create a new label in a project with a name and optional color, description, parent, and sort order.
Instructions
Create a new label.
Args: project_id: UUID of the project name: Label name color: Label color (hex color code) description: Label description parent: UUID of the parent label (for nested labels) sort_order: Sort order for the label external_source: External system source name external_id: External system identifier
Returns: Created Label object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| color | No | ||
| parent | No | ||
| project_id | Yes | ||
| sort_order | No | ||
| description | No | ||
| external_id | No | ||
| external_source | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | Yes | ||
| color | No | ||
| parent | No | ||
| project | No | ||
| workspace | No | ||
| created_at | No | ||
| created_by | No | ||
| deleted_at | No | ||
| sort_order | No | ||
| updated_at | No | ||
| updated_by | No | ||
| description | No | ||
| external_id | No | ||
| external_source | No |