Skip to main content
Glama

mcp-keycloak

by idoyudha

get_realm_role

Retrieve a specific realm role by name from the mcp-keycloak server. Specify the role and optionally the realm to fetch the role object directly.

Instructions

Get a specific realm role by name. Args: role_name: Role name realm: Target realm (uses default if not specified) Returns: Role object

Input Schema

NameRequiredDescriptionDefault
realmNo
role_nameYes

Input Schema (JSON Schema)

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