list_boards
Retrieve boards in a project by providing its project ID. Returns each board's ID, name, and description, giving you the board ID 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 |