We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tulip/tulip-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
getUserGroup.json•567 B
{
"name": "getUserGroup",
"description": "Gets details about a specific user group. Corresponds to GET /api/users/v1/user-groups/{userGroupId}. Requires `users:read` scope. [READ-ONLY]",
"inputSchema": {
"type": "object",
"properties": {
"userGroupId": {
"type": "string",
"description": "The ID of the user group to retrieve"
}
},
"required": [
"userGroupId"
]
},
"category": "read-only",
"type": "user",
"dangerous": false,
"httpType": "GET",
"url": "/api/users/v1/user-groups/:userGroupId"
}