We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/github/github-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
get_team_members.snap•599 B
{
"annotations": {
"readOnlyHint": true,
"title": "Get team members"
},
"description": "Get member usernames of a specific team in an organization. Limited to organizations accessible with current credentials",
"inputSchema": {
"type": "object",
"required": [
"org",
"team_slug"
],
"properties": {
"org": {
"type": "string",
"description": "Organization login (owner) that contains the team."
},
"team_slug": {
"type": "string",
"description": "Team slug"
}
}
},
"name": "get_team_members"
}