list_clients
Retrieve connected wireless clients with connection details including MAC, IP, SSID, band, and signal. Filter by SSID or band to view specific client groups.
Instructions
List connected wireless clients with connection details.
Returns client name, MAC, IP, SSID, band, SNR, connected AP, and auth type. For a single client's full details, use find_client_by_mac instead.
Args: ssid: Filter by SSID name (exact match, server-side). Empty for all. band: Filter by wireless band (exact match, server-side). Empty for all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| band | No | ||
| ssid | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |