Skip to main content
Glama

mcp-keycloak

by idoyudha

list_client_roles

Retrieve and manage roles for a specific client in Keycloak. Filter roles by search term, paginate results, and specify the realm for targeted role retrieval.

Instructions

List roles for a specific client. Args: client_id: Client database ID first: Pagination offset max: Maximum results size search: Search string realm: Target realm (uses default if not specified) Returns: List of client roles

Input Schema

NameRequiredDescriptionDefault
client_idYes
firstNo
maxNo
realmNo
searchNo

Input Schema (JSON Schema)

{ "properties": { "client_id": { "title": "Client Id", "type": "string" }, "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" } }, "required": [ "client_id" ], "title": "list_client_rolesArguments", "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