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.4.0
Auth:User authorization via the Pagerduty auth provider
16tools

PagerDuty Toolkit

Arcade toolkit for interacting with PagerDuty, enabling LLMs to query and manage incidents, schedules, teams, and on-call rotations via the PagerDuty API.

Capabilities

  • Incident management — retrieve individual incidents, list with filters (status, urgency, service, team, time range), update status (acknowledge, resolve, reopen), and reassign to specific users.
  • Activity & audit — fetch log entries (account-wide activity feed) covering triggers, acknowledgments, escalations, and resolutions.
  • On-call & scheduling — list on-call entries and schedules to determine who is currently on call.
  • Team & user lookup — list and inspect teams (with members and linked resources), list/search users by name or email with fuzzy matching, and resolve the authenticated user's own profile.
  • Service & escalation policy inspection — list and retrieve services and escalation policies by ID or name.

OAuth

This toolkit uses OAuth 2.0 via PagerDuty. See the Arcade PagerDuty auth provider docs for configuration details.

Available tools(16)

16 of 16 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.
Reassign an incident to a specific user without changing its status.
Search users using local fuzzy matching on name/email.
Update an incident's status (acknowledge, resolve/close, or reopen).
Get the authenticated PagerDuty user's profile with contact and notification summaries.
Last updated on