List a client's team
list_client_teamRoster of everyone who works on a client: human teammates and AI/robot workers, with the @handles you pass straight into create_task or handoff_task. Call this before choosing an assignee so you route work to a teammate who actually has access to that client — do not guess from find_people alone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client | No | Client name or @handle. Fuzzy-resolved. | |
| client_id | No | Client id. Use this when you already know it. |