add_board_card_label
Attach a label to a board card, creating the label definition if new. Idempotent for repeated calls.
Instructions
Attach a board label to a board card. If label is a new title, creates the board-card label definition first; repeated calls are idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board | Yes | a string that will be trimmed | |
| card | Yes | a string that will be trimmed | |
| label | Yes | a string that will be trimmed | |
| color | No | Color for the board label definition when label is a new title (default: 0). Existing labels are not recolored. | |
| category | No | a string that will be trimmed |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |