create_label_on_card
Create a label directly on a Trello card with a name and color, avoiding separate board-level label creation.
Instructions
Create a new label directly on a card. Use this tool to add a new label to a card without adding it to the board first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the label | |
| color | Yes | Color of the label, or null for no color | |
| cardId | Yes | ID of the card | |
| fields | No | Specific fields to include in the response. Overrides detailLevel. Use dot notation for nested fields (e.g., 'prefs.permissionLevel') | |
| 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) |