Skip to Content
ResourcesIntegrationsDeveloper ToolsPagerDuty

PagerDuty

Service domainINCIDENT MANAGEMENT
PagerDuty icon
Arcade Optimized

Arcade tools designed for LLMs to interact with PagerDuty

Author:Arcade
Version:0.3.0
Auth:User authorization via the Pagerduty auth provider
14tools

PagerDuty Arcade toolkit lets LLMs interact with PagerDuty to query incidents, schedules, services, teams, and users. It enables programmatic inspection of incident state, activity feeds, on-call rosters, and configuration objects for automated diagnostics and workflow orchestration.

Capabilities

  • Unified read access to incident lifecycle and activity feeds (triggers, acknowledgements, escalations, resolutions).
  • Query and filter lists (incidents, on-calls, schedules, services, teams) with time, urgency, and search parameters.
  • Retrieve configuration and relationship context (escalation policies, services, team members) and the authenticated user profile.
  • Search and resolve users and on-call ownership to support routing, notification, and investigation logic.

OAuth

  • Provider: pagerduty
  • Scopes: None (uses the authenticated user's PagerDuty token; ensure the token has the necessary account permissions)

Available tools(14)

14 of 14 tools
Operations
Behavior
Tool nameDescriptionSecrets
Get a single escalation policy by ID.
Get a single incident by ID.
Get a single service by ID.
Get a single team by ID including members and linked resources.
List escalation policies.
List incidents with optional status, urgency, service, team, and time filters.
List log entries (activity feed) showing recent incident events. Returns events like incident triggers, acknowledgments, escalations, and resolutions across the account.
List on-call entries with optional filters.
List schedules.
List services with optional name search.
List teams.
List users.
Search users using local fuzzy matching on name/email.
Get the authenticated PagerDuty user's profile with contact and notification summaries.
Last updated on