annator / mcps /grok_com_github /tools /get_team_members.json
techprotrade's picture
Add mcps directory
31c9f7d verified
Raw
History Blame Contribute Delete
517 Bytes
{
"name": "get_team_members",
"description": "Get member usernames of a specific team in an organization. Limited to organizations accessible with current credentials",
"inputSchema": {
"type": "object",
"properties": {
"org": {
"type": "string",
"description": "Organization login (owner) that contains the team."
},
"team_slug": {
"type": "string",
"description": "Team slug"
}
},
"required": [
"org",
"team_slug"
]
}
}