get_board_lists
Get all lists on a Trello board by providing board ID, showing board structure and list details.
Instructions
Get all lists on a board. Use this tool to see the structure of a board and its lists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Specific fields to include in the response. Overrides detailLevel. Use dot notation for nested fields (e.g., 'prefs.permissionLevel') | |
| filter | No | Filter lists by status (default: open) | |
| boardId | Yes | ID of the board | |
| maxItems | No | Maximum number of items to return for list operations. Helps reduce response size for large datasets | |
| summarize | No | Return summary information instead of full data for list operations (e.g., '50 cards' instead of full card array) | |
| detailLevel | No | Response detail level. 'minimal' returns only essential fields, 'standard' returns commonly used fields, 'detailed' returns most fields, 'full' returns all fields (default varies by operation type) |