PagerDuty MCP Server

by wpfleger96
Verified

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

NameRequiredDescriptionDefault
incident_idYes

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from PagerDuty MCP Server

Related Tools

ID: tbaec6w11c