list_boards
Retrieve paginated Kanban boards for a project by ID or identifier to obtain board grid IDs for further queries.
Instructions
List paginated Kanban-style boards scoped to one project ID or identifier. Use to discover board grid IDs; use get_board for configuration or list_board_lanes for cards. This read-only call may return no boards when the module is disabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | One-based page number | |
| pageSize | No | Items per page, from 1 to 100 | |
| projectIdOrIdentifier | Yes | Numeric project ID or identifier used in the board scope |