tempo_get_teams
Retrieve Tempo teams filtered by name, member account IDs, or team IDs. Include team memberships to get full member details in the response.
Instructions
Retrieve a list of Tempo teams. Can filter by name, member account ids, or specific team ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by team name | |
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns Tempo's payload untouched. No field projection: this server has no verified record of which Tempo fields matter, and inventing one would risk dropping a field a caller needs. | |
| limit | No | Max results (default 50) | |
| offset | No | Pagination offset | |
| teamIds | No | Filter by specific team ids | |
| teamMembers | No | Filter by member Atlassian account ids | |
| includeMemberships | No | Include team member memberships in response |