Skip to main content
Glama

Keycloak MCP Server

list-client-roles

Retrieve and display roles assigned to a specific client in Keycloak using the MCP Server. Requires realm and clientUniqueId as inputs for precise role listing.

Instructions

List roles in a specific client

Input Schema

NameRequiredDescriptionDefault
clientUniqueIdYes
realmYes

Input Schema (JSON Schema)

{ "properties": { "clientUniqueId": { "_def": { "checks": [], "coerce": false, "typeName": "ZodString" }, "~standard": { "vendor": "zod", "version": 1 } }, "realm": { "_def": { "checks": [], "coerce": false, "typeName": "ZodString" }, "~standard": { "vendor": "zod", "version": 1 } } }, "required": [ "realm", "clientUniqueId" ], "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/HaithamOumerzoug/keycloak-mcp'

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