Skip to main content
Glama

mcp-keycloak

by idoyudha

remove_realm_default_group

Remove a default group from a specified realm in Keycloak identity management. Specify the group ID and optionally the target realm to update group defaults.

Instructions

Remove a default group from the realm. Args: group_id: Group ID to remove from defaults realm: Target realm (uses default if not specified) Returns: Status message

Input Schema

NameRequiredDescriptionDefault
group_idYes
realmNo

Input Schema (JSON Schema)

{ "properties": { "group_id": { "title": "Group Id", "type": "string" }, "realm": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Realm" } }, "required": [ "group_id" ], "title": "remove_realm_default_groupArguments", "type": "object" }

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