unifi_list_clients
Retrieve currently connected UniFi clients for a site, with optional limit and offset to control result size. Defaults to the configured UNIFI_SITE when no site is specified.
Instructions
List currently connected clients; site defaults to UNIFI_SITE.
Offset/limit bound tool output, not the controller fetch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | ||
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| limit | Yes | ||
| total | Yes | ||
| offset | Yes | ||
| has_more | Yes | ||
| returned | Yes | ||
| truncated | Yes | ||
| next_offset | Yes |