PagerDuty MCP Server

by wpfleger96
Verified

show_incident

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

NameRequiredDescriptionDefault
incident_idYes

Input Schema (JSON Schema)

{ "properties": { "incident_id": { "title": "Incident Id", "type": "string" } }, "required": [ "incident_id" ], "title": "show_incidentArguments", "type": "object" }