List board members
kanbanzone_list_board_membersGet the list of members assigned to a Kanban board to identify who can be assigned cards.
Instructions
List board members for a board.
Args:
board (string, required): the board publicId, e.g. "OeMrbG8g".
response_format ("markdown" | "json"): output format. Defaults to markdown.
Example: "Who can I assign cards to on this board?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board | Yes | Board publicId, e.g. "OeMrbG8g". | |
| response_format | No | Output format. 'markdown' (default) is human-readable; 'json' is the raw structured payload. | markdown |