get_cloud_incident
Retrieve detailed information about a specific cloud incident using its ID or a partial title match. Avoids listing all incidents for focused results.
Instructions
Use this when the user wants to view details of a specific cloud platform incident. Accepts either the incident ID or a partial title match (case-insensitive). Do NOT use this for listing all incidents (use get_cloud_incidents) or anomalies (use get_anomalies).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the cloud incident. | |
| title | No | Partial title match (case-insensitive). Used to find the incident when ID is unknown. |