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
Name | Required | Description | Default |
---|---|---|---|
clientUniqueId | Yes | ||
realm | Yes |
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"
}