PagerDuty MCP Server

by wpfleger96
Verified

show_escalation_policy

Show details about a given escalation policy.

Args: policy_id (str): The ID of the escalation policy to show

Returns: Dict[str, Any]: Escalation policy object with detailed information

Input Schema

NameRequiredDescriptionDefault
policy_idYes

Input Schema (JSON Schema)

{ "properties": { "policy_id": { "title": "Policy Id", "type": "string" } }, "required": [ "policy_id" ], "title": "show_escalation_policyArguments", "type": "object" }