report_customer_site_summary
Generate a report that aggregates all customers, their sites, and device counts into a single table. Output as CSV or JSON.
Instructions
Generate a summary report: all customers with their sites, device counts. Correlates data across customers, sites, and devices into one table. Returns CSV or JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format: "csv" or "json". Default varies by tool — list_* default to json; report_* default to csv. |