List Teams
team_listDiscover teams in a project with optional keyword search. Use this to resolve team names before fetching member lists.
Instructions
List teams in a project. Use this before team_list_members when only a team name is known.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional team name keyword. | |
| page_token | No | Optional pagination token from a previous page. | |
| project_key | No | Project key. Always pass explicitly in multi-project usage; resolve it with project_search first when missing. |