/** * List clients ordered by most recently updated, with an optional limit. */ export interface ListClientsParams { smbToolType?: "list_clients"; }