GitHub
get_teams
Get details of the teams the user is a member of. Limited to organizations accessible with current credentials
Remote github
Other tools also called get_teams?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"user": {
"type": "string",
"description": "Username to get teams for. If not provided, uses the authenticated user."
}
}
}