Skip to main content
Glama

Keycloak MCP Server

list-client-roles

Retrieve roles for a specific client in Keycloak realms using the Model Context Protocol server, enabling efficient management of user permissions and access rights.

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" }

Other Tools from Keycloak MCP Server

Related Tools

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