create_label
Create a label on a Trello board by specifying board id, label name, and color. Returns the new label's id, name, and color.
Instructions
Create a label on a Trello board. Returns the created label with id, name, and color.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| color | Yes | ||
| board_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |