add_label_to_card
Add an existing label to a Trello card for categorization. Provide the card ID and label ID to apply the label directly.
Instructions
Add a label to a card. Use this tool to categorize a card with an existing label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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') | |
| labelId | Yes | ID of the label to add | |
| 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) |