create_board_label
Create a board label for cards, specifying title, color, and category. Idempotent by title if a matching label exists.
Instructions
Create a board label definition for board cards. Idempotent by exact title when one label matches; uses board.category.Other when no default category exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | a string that will be trimmed | |
| color | No | Huly platform color palette index from 0 through 23 (default: 0). | |
| description | No | Board label description. | |
| category | No | a string that will be trimmed |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |