list_teams
Retrieve teams with optional filtering by scope, name, or result count.
Instructions
List teams with optional filtering.
Args:
scope: 'all' for all teams, 'my' for teams the current user belongs to
query: Filter by team name
limit: Max results to return
Returns:
List of teams.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| scope | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response | Yes |