Skip to main content
Glama

PagerDuty MCP Server

by wpfleger96

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wpfleger96/pagerduty-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server