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

The PagerDuty toolkit lets LLMs interact with PagerDuty via Arcade, enabling incident management, on-call visibility, and team/service introspection through natural language or automated workflows.

Capabilities

  • Incident management — retrieve, list (with filters for status, urgency, service, team, and time), acknowledge, resolve, reopen, and reassign incidents; inspect activity via log entries.
  • On-call & scheduling — list current on-call entries, schedules, and escalation policies (individually or in bulk).
  • Teams, users & services — enumerate and look up teams (with members and linked resources), users (including fuzzy search by name/email), and services; retrieve the authenticated user's own profile.
  • Audit & activity feed — stream recent incident events (triggers, acknowledgments, escalations, resolutions) account-wide via log entries.

OAuth

This toolkit authenticates via OAuth 2.0 using PagerDuty as the identity provider. Arcade manages the OAuth flow automatically once the provider is configured.

See the Arcade PagerDuty auth provider docs for setup details: https://docs.arcade.dev/en/references/auth-providers/pagerduty

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