weeek_list_boards
List all boards inside a WEEEK project. Provide a project ID to discover kanban boards, each containing columns and tasks.
Instructions
List all boards inside a WEEEK project. Use this AFTER weeek_list_projects to discover kanban boards within a project. A board is a container of columns (statuses) and tasks. Returns array of {id, name, projectId, type}. To see the columns/statuses of a specific board, use weeek_list_board_columns next. The project_id parameter must come from weeek_list_projects — do not guess.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (1-50, default: 20). Default protects against 25k-token MCP response cap. | |
| offset | No | Number of items to skip for pagination (default: 0) | |
| project_id | Yes | WEEEK project ID whose boards to list. Obtain from weeek_list_projects. Required. |