list-groups
Retrieve a list of groups within a specified Keycloak realm using the MCP server. Manage group data efficiently within Keycloak environments.
Instructions
List groups in a specific realm
Input Schema
Name | Required | Description | Default |
---|---|---|---|
realm | Yes |
Input Schema (JSON Schema)
{
"properties": {
"realm": {
"type": "string"
}
},
"required": [
"realm"
],
"type": "object"
}