list_boards
List all boards within a project to get their ID, name, and description. Obtain the boardId required for other board operations.
Instructions
List the boards inside a project — id, name, description. Every other board tool needs a boardId, and this is the only way to discover one without being handed a URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based; defaults to 1 | |
| limit | No | Defaults to 50 | |
| projectId | Yes | Project id (from list_projects / create_project) |