PagerDuty
Service domainINCIDENT MANAGEMENT
Arcade Optimized
Arcade tools designed for LLMs to interact with PagerDuty
16tools
PagerDuty Toolkit
Arcade toolkit that enables LLMs to interact with PagerDuty for incident management, on-call scheduling, and team operations.
Capabilities
- Incident management: Retrieve, list (with filters for status, urgency, service, team, and time), update status (acknowledge, resolve, reopen), and reassign incidents to specific users.
- Activity feed: List log entries showing incident lifecycle events — triggers, acknowledgments, escalations, and resolutions — across the account.
- On-call and scheduling: List on-call entries and schedules to understand current coverage.
- Teams, users, and services: List and retrieve teams (including members and linked resources), users, services, and escalation policies; fuzzy-search users by name or email.
- Identity: Resolve the authenticated user's PagerDuty profile, including contact and notification summaries, via
Whoami.
OAuth
This toolkit authenticates via OAuth 2.0 using the PagerDuty provider. See the Arcade provider docs for setup details: https://docs.arcade.dev/en/references/auth-providers/pagerduty
Available tools(16)
16 of 16 tools
Operations
Behavior
| Tool name | Description | Secrets | |
|---|---|---|---|
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