linear_createTeamLabel
Create a new team label in Linear with name, color, optional description, and parent label.
Instructions
Create a new label for a team
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | Yes | ID of the team that owns the label | |
| name | Yes | Label name | |
| color | No | Label color | |
| description | No | Optional label description | |
| parentId | No | Optional parent label ID |