List Team Members Tool
retro.team.members.listReturns the members of a team with their id, name and role (owner, admin, facilitator, member). Use the id as assign_to in retro.actions.create, retro.actions.update and retro.board.suggested_actions.promote. This is the team roster, the same one people see in team settings — it says nothing about who wrote which card. Pass team_id when several teams are available; with a single team it can be omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team to list members for. Required when more than one team is available — call retro.teams.list first. |