get_lists
Retrieve all lists from a specific Trello board to view workflow columns such as To Do, In Progress, and Done.
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 |
|---|---|---|---|
| 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) | |
| filter | No | Filter lists by status: "open" for active lists, "closed" for archived lists, "all" for both | open |
| boardId | Yes | The ID of the board to get lists from (you can get this from list_boards) |