trello_add_label_to_card
Assign an existing label to a specific Trello card by providing the card ID and label ID.
Instructions
Assign an existing label to a Trello card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | Trello API key (optional if TRELLO_API_KEY env var is set) | |
| token | No | Trello API token (optional if TRELLO_TOKEN env var is set) | |
| cardId | Yes | ID of the card to label | |
| labelId | Yes | ID of the label to add |