trello_get_board_members
Retrieve the full list of members with access to a specified Trello board using its ID or URL.
Instructions
Get all members who have access to a specific Trello 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") |