list_clients
List all clients in a Keycloak realm, with optional filters for client ID, viewable-only status, and pagination.
Instructions
List all clients in the realm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | Realm name | |
| clientId | No | Client ID filter | |
| viewableOnly | No | Whether to return only viewable clients | |
| first | No | Pagination offset | |
| max | No | Maximum number of results |