get_operational_snapshot
Retrieve a bounded operational snapshot of a service's deployments, metrics, logs, and health. Each section is independent; reports facts, not root causes.
Instructions
Get a bounded operational snapshot for a service: recent deployments, its configured snapshot metrics, recent logs, and health. Each section reports its own status independently; a failure or unconfigured capability in one section never hides the others. Reports facts only, never a root cause.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | Yes | ||
| time_range | No | ||
| environment | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| logs | Yes | ||
| health | Yes | ||
| metrics | Yes | ||
| service | Yes | ||
| deployments | Yes | ||
| environment | Yes |