trello_create_label
Create a color-coded label on a specific Trello board to organize cards by category or priority.
Instructions
Create a new label on a Trello board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | Trello API key (optional if TRELLO_API_KEY env var is set) | |
| token | No | Trello API token (optional if TRELLO_TOKEN env var is set) | |
| boardId | Yes | ID or URL of the board where the label will be created | |
| name | Yes | Name of the label | |
| color | Yes | Color of the label (e.g., green, yellow, orange, red, purple, blue, sky, lime, pink, black) |