get_cloud_diagrams_stats
Retrieve activity stats for cloud infrastructure diagrams over a date range: node create/update/delete counts by service and import/sync state. Use for change auditing and drift detection.
Instructions
Use this when the user wants activity statistics for their cloud infrastructure diagrams over a time period — node create/update/delete change counts grouped by cloud service, plus each diagram's import/sync state. Useful for change auditing and drift detection. Requires a start and end RFC3339 date-time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End of the period (RFC3339 date-time, e.g. 2026-04-28T00:00:00Z). | |
| start | Yes | Start of the period (RFC3339 date-time, e.g. 2026-04-01T00:00:00Z). |