planka_set_card_labels
Update a card's labels by adding or removing label IDs from the board, then verify the final label set and report what actually changed.
Instructions
Add or remove labels from a card. Pass label IDs from the board (planka_get_board lists them), not label names. Reports what actually landed on the card, verified by re-reading it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cardId | Yes | The card ID | |
| labelIds | No | Alias of addLabelIds. Label IDs to add. | |
| addLabelIds | No | Label IDs to add. Alias: `labelIds` (both are accepted and merged). | |
| removeLabelIds | No | Label IDs to remove |