list_board_labels
Retrieve all label definitions for board cards. Filter by category or title search to find specific tags.
Instructions
List board label definitions. Board labels are @hcengineering/tags TagElement rows for board cards, with targetClass = @hcengineering/board Card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | a string that will be trimmed | |
| titleSearch | No | Optional board label title substring search. | |
| limit | No | Maximum number of board labels to return (default: 50). |
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. |