Skip to main content
Glama

mcp-keycloak

by idoyudha

list_groups

Retrieve and manage groups in a Keycloak realm by specifying pagination, search criteria, and target realm. Simplify group enumeration for identity and access management tasks.

Instructions

List all groups in the realm. Args: first: Pagination offset max: Maximum results size search: Search string realm: Target realm (uses default if not specified) Returns: List of groups

Input Schema

NameRequiredDescriptionDefault
firstNo
maxNo
realmNo
searchNo

Input Schema (JSON Schema)

{ "properties": { "first": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "First" }, "max": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Max" }, "realm": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Realm" }, "search": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Search" } }, "title": "list_groupsArguments", "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