update_label_color
Change the color of a Trello label by providing its label ID and a new color value. Use null to clear the label's color.
Instructions
Update the color of a label. Use this tool to change the color of a label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | Yes | New color for 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') | |
| labelId | Yes | ID of the label | |
| 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) |