update_board_label
Modify a board label's title, color, description, or category using its ID or exact title.
Instructions
Update a board label definition by TagElement _id or exact title. At least one of title, color, description, or category is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | Board label TagElement _id or exact title. | |
| title | No | New board label title. | |
| color | No | New Huly platform color palette index from 0 through 23. | |
| description | No | New board label description. Pass null to clear; empty string is also accepted. | |
| category | No | New board label category _id or exact label. |
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. |