List Teams
team_listSearch and view teams by name with partial match support. Find team IDs to filter projects, with pagination for large results.
Instructions
Use this when the user wants to view or search for teams. IMPORTANT: Use this tool to find team IDs by searching team names, which can then be used to filter projects. Supports text search and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Search query to filter teams by name (partial match supported) | |
| limit | No | Maximum number of teams to return. Defaults to 20 if not specified. | |
| page | No | Page number for pagination (1-based). Use with limit to fetch subsequent pages. | |
| organizationId | No | Filter teams by organization ID | |
| sort | No | Sort field: alpha=alphabetical by name, permission=by user permission level, created=by creation date | |
| order | No | Sort order (ascending or descending) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teams | No | List of teams matching the criteria | |
| totalCount | No | Total number of teams returned |