mcp_kanban_label_manager
Create, update, delete, and list kanban labels. Add or remove single or multiple labels to or from cards to organize tasks efficiently.
Instructions
Manage kanban labels with various operations (create, update, delete, get_all, add_to_card, remove_from_card). Can add or remove single or multiple labels to/from a card at a time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the label | |
| name | No | The name of the label | |
| color | No | The color of the label | |
| action | Yes | The action to perform | |
| cardId | No | The ID of the card | |
| boardId | No | The ID of the board | |
| labelId | No | The ID of the label (for card operations, single ID or comma-separated IDs) | |
| labelIds | No | Array of label IDs (for batch card label operations) | |
| position | No | The position of the label |