summarize-site
Aggregate device, WAN, client, network, and WiFi data for a site in a single API call, reducing multiple round-trips.
Instructions
Deep aggregated site view: devices + WAN status + (opt) clients + networks + WiFi broadcasts in one call. Replaces 4-5 round-trips. Connector-dependent fields auto-skip when owner key absent. Renders an Apps SDK card on ChatGPT clients (Claude clients receive the same JSON text).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Site host name (e.g. 'USM') | |
| includeClients | No | Include connected clients (requires owner key) | |
| clientLimit | No | Max clients to fetch | |
| includeNetworks | No | Include network configs (requires owner key) | |
| includeWifi | No | Include WiFi broadcasts (requires owner key) | |
| extractFields | No | Comma-separated dotted paths to project from response (e.g. 'id,name,owner.name,columns.*.name'). Use `*` as wildcard for arrays/objects. Wrap field names with dots in backticks. Reduces response tokens dramatically on large entities. |