list_boards
Retrieve all Trello boards you have access to. Filter by open, closed, or both to focus on active or archived boards.
Instructions
List all Trello boards accessible to the user. Use this to see all boards you have access to, or filter by status.
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) | |
| filter | No | Filter boards by status: "open" for active boards, "closed" for archived boards, "all" for both | open |