add-label
Add a label to a task in KanbanFlow. Specify the task ID, label name, and optionally mark it as pinned.
Instructions
Add a label to an existing task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | ID of the task to add a label to | |
| name | Yes | Name of the label | |
| pinned | No | Whether the label should be pinned (default: false) |