Skip to main content
Glama

mcp-keycloak

by idoyudha

get_group_members

Retrieve a list of group members by specifying the group ID, pagination offset, and maximum results in Keycloak. Optionally, define the target realm for accurate member queries.

Instructions

Get members of a group. Args: group_id: Group ID first: Pagination offset max: Maximum results size realm: Target realm (uses default if not specified) Returns: List of group members

Input Schema

NameRequiredDescriptionDefault
firstNo
group_idYes
maxNo
realmNo

Input Schema (JSON Schema)

{ "properties": { "first": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "First" }, "group_id": { "title": "Group Id", "type": "string" }, "max": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Max" }, "realm": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Realm" } }, "required": [ "group_id" ], "title": "get_group_membersArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/idoyudha/mcp-keycloak'

If you have feedback or need assistance with the MCP directory API, please join our Discord server