manage_labels
Create, rename, or remove project labels for priority, size, and state. Deletion is refused for labels still on cards to protect data.
Instructions
Create, rename or remove the labels a project uses for priority, size and state. A label still applied to cards is never deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| colors | No | Colour for labels being created or recoloured: {label name: colour}. Colours are Planka's own names, e.g. berry-red, lagoon-blue, sunny-grass. Unset ones cycle through the palette. | |
| create | No | Label names to create, e.g. ['priority: high', 'size: L']. | |
| rename | No | Mapping of existing label name -> new name. | |
| project_id | Yes | Project (tab) whose labels to manage. | |
| delete_unused | No | Label names to delete. Refused if the label is on any card. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||