show_incident
Retrieve comprehensive details about a specific incident using its unique ID on the PagerDuty MCP Server. Enables quick access to incident information for efficient management and resolution.
Instructions
Get detailed information about a given incident.
Args: incident_id (str): The ID or number of the incident to get
Returns: Dict[str, Any]: Incident object with detailed information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
incident_id | Yes |