create_label
Create a new label in a project by providing the project UUID and label name, with optional color and description.
Instructions
Create a new label in a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Label name | |
| color | No | Hex color code (e.g. #ff0000) | |
| project_id | Yes | Project UUID | |
| description | No | Label description |