action keycloak_get { label: "Get themes, social providers, auth providers, and event listeners available on this server" provider: keycloak method: GET path: "/" encoding: json output: { type: "object" additionalProperties: true } }