get_board_details
Retrieve detailed Trello board information, including its lists and cards, to understand board structure and content.
Instructions
Get detailed information about a specific Trello board, including its lists and cards. Useful for understanding board structure and content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Trello API token (automatically provided by Claude.app from your stored credentials) | |
| apiKey | Yes | Trello API key (automatically provided by Claude.app from your stored credentials) | |
| boardId | Yes | The ID of the board to retrieve (you can get this from list_boards) | |
| includeDetails | No | Include lists and cards in the response for complete board overview |