create_label
Create a new label on a Trello board to categorize cards. Specify board ID, label name, and color to add a label.
Instructions
Create a new label on a board. Use this tool when you need to add a new label to a board for categorizing cards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the label | |
| color | Yes | Color of the label, or null for no color | |
| fields | No | Specific fields to include in the response. Overrides detailLevel. Use dot notation for nested fields (e.g., 'prefs.permissionLevel') | |
| boardId | Yes | ID of the board | |
| detailLevel | No | Response detail level. 'minimal' returns only essential fields, 'standard' returns commonly used fields, 'detailed' returns most fields, 'full' returns all fields (default varies by operation type) |