trello_get_user_boards
Retrieve all Trello boards accessible to the current user. Filter by status (open, closed, or all) to explore your workspace.
Instructions
Get all boards accessible to the current user. This is the starting point for exploring your Trello workspace.
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 |