Skip to main content
Glama

PagerDuty MCP Server

by wpfleger96

show_escalation_policy

Retrieve detailed information about a specific escalation policy using its ID to manage and view its configuration within PagerDuty's incident response system.

Instructions

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" }

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