update_label
Update a Trello label by changing its name or color. Provide the label ID and new property values to apply changes instantly.
Instructions
Update an existing label with new properties. Use this tool to modify a label's name or color.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name for the label | |
| color | No | 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 to update | |
| 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) |