list-users
Retrieve and display user details within a specified Keycloak realm using the Advanced Keycloak MCP server. Input the realm name to generate a comprehensive user list.
Instructions
List users in a specific realm
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| realm | Yes | Realm name | 
Input Schema (JSON Schema)
{
  "properties": {
    "realm": {
      "description": "Realm name",
      "type": "string"
    }
  },
  "required": [
    "realm"
  ],
  "type": "object"
}