List clients
keycloak_client_listRetrieve a list of all OAuth/OIDC clients in the Keycloak realm to discover existing clients before updating, deleting, or viewing details.
Instructions
List all OAuth/OIDC clients registered in the configured Keycloak realm. Read-only and idempotent; it does not modify anything. Use this to discover clients before calling keycloak_client_get, keycloak_client_update, or keycloak_client_delete. Takes no parameters and returns a JSON array where each entry has uuid, clientId, enabled, and publicClient.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||