labels
Create, update, delete, assign, or remove color-coded tags on cards and boards to categorize and filter your Kanban workflow.
Instructions
Manage labels on Planka boards and cards. Labels help categorize and filter cards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Board ID (for create), Label ID (for update, delete), or Card ID (for addToCard, removeFromCard) (required for: create, update, delete, addToCard, removeFromCard) | |
| data | No | Label data: { name?: string, color: string, position: number } for create/update, { labelId: string } for addToCard/removeFromCard. Colors: muddy-grey, autumn-leafs, morning-sky, antique-blue, egg-yellow, desert-sand, dark-granite, fresh-salad, lagoon-blue, midnight-blue, light-orange, pumpkin-orange, light-concrete, sunny-grass, navy-blue, lilac-eyes, apricot-red, orange-peel, silver-glint, bright-moss, deep-ocean, summer-sky, berry-red, light-cocoa, grey-stone, tank-green, coral-green, sugar-plum, pink-tulip, shady-rust, wet-rock, wet-moss, turquoise-sea, lavender-fields, piggy-red, light-mud, gun-metal, modern-green, french-coast, sweet-lilac, red-burgundy, pirate-gold (required for: create, update, addToCard, removeFromCard) | |
| action | Yes | Action to perform: 'create' - Create a label on a board; 'update' - Update a label's name, color, or position; 'delete' - Delete a label from a board; 'addToCard' - Add a label to a card; 'removeFromCard' - Remove a label from a card |