Skip to main content
Glama

Advanced Keycloak MCP server

by Octodet
MIT License
277

list-roles

Retrieve all roles for a specific client within a designated realm using this tool, enabling streamlined role management in the Advanced Keycloak MCP server environment.

Instructions

List all roles of a specific client in a specific realm

Input Schema

NameRequiredDescriptionDefault
clientIdYesClient ID
realmYesRealm name

Input Schema (JSON Schema)

{ "properties": { "clientId": { "description": "Client ID", "type": "string" }, "realm": { "description": "Realm name", "type": "string" } }, "required": [ "realm", "clientId" ], "type": "object" }
Install Server

Other Tools from Advanced 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/Octodet/keycloak-mcp'

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