Skip to main content
Glama

mcp-keycloak

by idoyudha

create_group

Create a new group in Keycloak with specified name, path, attributes, and optional target realm. Returns a status message upon completion.

Instructions

Create a new group. Args: name: Group name path: Group path attributes: Group attributes realm: Target realm (uses default if not specified) Returns: Status message

Input Schema

NameRequiredDescriptionDefault
attributesNo
nameYes
pathNo
realmNo

Input Schema (JSON Schema)

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