workboard_get_teams_tool
Retrieve all teams the authenticated user belongs to, including team IDs, names, and owner user IDs.
Instructions
Get all teams the authenticated user belongs to.
Returns team IDs, names, and owner user IDs. Use workboard_get_team_members_tool to get the full member list (with user_ids) for a specific team.
Returns: List of teams with team_id, team_name, team_owner_id, is_team_owner
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||