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_teams.snap•451 B
{
"annotations": {
"readOnlyHint": true,
"title": "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."
}
}
},
"name": "get_teams"
}