PagerDuty
Service domainINCIDENT MANAGEMENT
Arcade Optimized
Arcade tools designed for LLMs to interact with PagerDuty
14tools
PagerDuty toolkit for Arcade enables LLMs to read and query PagerDuty resources — incidents, services, teams, schedules, and on-call data — via the PagerDuty REST API.
Capabilities
- Incident visibility: Retrieve individual incidents by ID or list incidents filtered by status, urgency, service, team, and time range; query the account-wide activity feed (log entries) for triggers, acknowledgments, escalations, and resolutions.
- On-call & schedule management: List on-call entries with optional filters and browse rotation schedules.
- Service & escalation policy inspection: Fetch individual services or escalation policies, or list them across the account.
- Team & user lookup: List teams, retrieve full team details including members and linked resources, list or search users by name/email using fuzzy matching, and get the authenticated user's own profile with contact and notification summaries.
OAuth
This toolkit uses OAuth 2.0 via the PagerDuty provider. Arcade manages the OAuth flow automatically. See the PagerDuty auth provider docs for setup details.
Available tools(14)
14 of 14 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. | |||
Search users using local fuzzy matching on name/email. | |||
Get the authenticated PagerDuty user's profile with contact and notification summaries. |
Last updated on