get_lists
Retrieve all lists in a Trello board to view workflow columns such as 'To Do', 'In Progress', 'Done'. Supports filtering by open, closed, or all lists.
Instructions
Get all lists in a specific Trello board. Use this to see the workflow columns (like "To Do", "In Progress", "Done") in a board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | Trello API key (optional if TRELLO_API_KEY env var is set) | |
| token | No | Trello API token (optional if TRELLO_TOKEN env var is set) | |
| boardId | Yes | ID or URL of the board (e.g. "abc123" or "https://trello.com/b/abc123/board-name") | |
| filter | No | Filter lists by status: "open" for active lists, "closed" for archived lists, "all" for both | open |