Skip to main content
Glama

mcp-keycloak

by idoyudha

update_group

Modify group details in Keycloak, including name, path, and attributes, by specifying a group ID and optional realm. Returns a status message upon completion.

Instructions

Update a group. Args: group_id: Group ID name: New group name path: New group path attributes: New group attributes realm: Target realm (uses default if not specified) Returns: Status message

Input Schema

NameRequiredDescriptionDefault
attributesNo
group_idYes
nameNo
pathNo
realmNo

Input Schema (JSON Schema)

{ "properties": { "attributes": { "anyOf": [ { "additionalProperties": { "items": { "type": "string" }, "type": "array" }, "type": "object" }, { "type": "null" } ], "default": null, "title": "Attributes" }, "group_id": { "title": "Group Id", "type": "string" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" }, "path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Path" }, "realm": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Realm" } }, "required": [ "group_id" ], "title": "update_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