annator / mcps /grok_com_github /tools /get_teams.json
techprotrade's picture
Add mcps directory
31c9f7d verified
Raw
History Blame Contribute Delete
376 Bytes
{
"name": "get_teams",
"description": "Get details of the teams the user is a member of. Limited to organizations accessible with current credentials",
"inputSchema": {
"type": "object",
"properties": {
"user": {
"type": "string",
"description": "Username to get teams for. If not provided, uses the authenticated user."
}
}
}
}