Skip to main content
Glama

mcp-keycloak

by idoyudha

list_clients

Retrieve and filter client information in a Keycloak realm. Outputs a list of client objects with options for pagination, partial ID matching, and viewable-only results.

Instructions

List clients in the realm. Args: client_id: Filter by client ID (partial match) viewable_only: Only return viewable clients first: Pagination offset max: Maximum results size realm: Target realm (uses default if not specified) Returns: List of client objects

Input Schema

NameRequiredDescriptionDefault
client_idNo
firstNo
maxNo
realmNo
viewable_onlyNo

Input Schema (JSON Schema)

{ "properties": { "client_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Client Id" }, "first": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "First" }, "max": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Max" }, "realm": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Realm" }, "viewable_only": { "default": false, "title": "Viewable Only", "type": "boolean" } }, "title": "list_clientsArguments", "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