Skip to main content
Glama

get_realm_events_config

Retrieve event configuration details for a specified realm in Keycloak to manage identity and access settings effectively. Returns the configuration object for analysis or further use.

Instructions

Get realm events configuration. Args: realm: Target realm (uses default if not specified) Returns: Events configuration object

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
realmNo

Implementation Reference

  • The main handler function that implements the logic for the 'get_realm_events_config' tool. It retrieves the events configuration for a specified or default realm using the Keycloak client.
    async def get_realm_events_config(realm: Optional[str] = None) -> Dict[str, Any]: """ Get realm events configuration. Args: realm: Target realm (uses default if not specified) Returns: Events configuration object """ return await client._make_request("GET", "/events/config", realm=realm)
  • The @mcp.tool() decorator that registers the get_realm_events_config function as an MCP tool.
    @mcp.tool()

Latest Blog Posts

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