Skip to main content
Glama

mcp-keycloak

by idoyudha

get_client_by_clientid

Retrieve a specific client object in Keycloak by providing the client ID and an optional realm. Simplify identity and access management tasks with targeted client data retrieval.

Instructions

Get a specific client by client ID. Args: client_id: The client's client_id realm: Target realm (uses default if not specified) Returns: Client object

Input Schema

NameRequiredDescriptionDefault
client_idYes
realmNo

Input Schema (JSON Schema)

{ "properties": { "client_id": { "title": "Client Id", "type": "string" }, "realm": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Realm" } }, "required": [ "client_id" ], "title": "get_client_by_clientidArguments", "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