get_user_team_status
Check a user's membership status in teams to determine if they are a member, admin, guest, or not in a team. Specify a team for targeted status or check across all teams.
Instructions
Get user's status in teams (member, admin, guest, or not in team).
Args: user_id: User ID to check team_id: Optional team ID to check status in specific team. If not provided, returns status in all teams.
Returns: ToolResponse with GetUserTeamStatusPayload containing team membership status including is_member, is_admin, is_guest, and state
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| team_id | No |