get_anomalies
Retrieve unacknowledged cost, latency, or error-rate anomalies with sigma deviation. Use for quick health checks when asked about spikes or unusual behavior.
Instructions
List unacknowledged cost / latency / error-rate anomalies the platform has detected. Each anomaly carries a deviations field (how many sigmas off baseline). Use when the user asks "anything weird going on?", "any spikes?", or wants a quick health check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sigma | No | Minimum deviations (in sigmas) to flag. Default 3. Lower = more sensitive. | |
| since | No | ISO 8601 timestamp. Sets the observation window: behaviour since this time is compared against the preceding baseline. Clamped to the last 15 minutes – 72 hours; default is the last hour. |