Add a label to a card
add_labelAttach an existing label to a Trello card using the label ID from get_labels.
Instructions
Attach an existing board label to a card. label_id comes from get_labels — label names are not accepted. Adding a label the card already has is a no-op error from Trello, so check get_card first if unsure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_id | Yes | Card to label (from get_cards or search_cards). | |
| label_id | Yes | Label id from get_labels (id, not name). |