find_team
Find Tempo teams by name substring, list all teams, and filter locally to get teamId for worklog queries. Supports optional expand fields.
Instructions
Find Tempo teams whose name contains query (case-insensitive).
Tempo has no server-side team search, so this lists every team and
filters locally. Handy to turn a team name into the teamId that
get_team_worklog needs.
Args:
query: Substring to match against the team name.
expand: Optional comma-separated Tempo expand fields
(e.g. lead,program).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| expand | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |