list_boards
Retrieve Huly boards sorted by name, with optional inclusion of archived boards and configurable result limit.
Instructions
List Huly boards from @hcengineering/board, sorted by name. Boards are task.Project-backed spaces; this is not the separate Huly Card module.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeArchived | No | Include archived boards in results (default: false, showing only active boards). | |
| limit | No | Maximum number of boards 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. |