Skip to main content
Glama

mcp-keycloak

by idoyudha

update_realm_role

Modify a realm role in Keycloak by updating its description, composite status, or target realm. Specify the role name and optional parameters to make changes and receive a status message.

Instructions

Update a realm role. Args: role_name: Current role name description: New description composite: Whether this is a composite role realm: Target realm (uses default if not specified) Returns: Status message

Input Schema

NameRequiredDescriptionDefault
compositeNo
descriptionNo
realmNo
role_nameYes

Input Schema (JSON Schema)

{ "properties": { "composite": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Composite" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "realm": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Realm" }, "role_name": { "title": "Role Name", "type": "string" } }, "required": [ "role_name" ], "title": "update_realm_roleArguments", "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