From ctx-customer-pack
Pagerduty tools: acknowledge_pagerduty_incident, add_pagerduty_note, resolve_pagerduty_incident
npx claudepluginhub codota/ctx-customer-pack-distributable --plugin ctx-customer-packPagerduty tools: acknowledge_pagerduty_incident, add_pagerduty_note, resolve_pagerduty_incident # Pagerduty Tools > Auto-generated from 3 exported tool(s) in the Context Engine. ## acknowledge_pagerduty_incident Acknowledge a PagerDuty incident. Requires a connected and enabled PagerDuty data source. The requesterEmail must match a valid PagerDuty user. Call `mcp__tabnine-ctx-cloud__acknowledge_pagerduty_incident` with parameters: | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | incidentId | string | Yes | The PagerDuty incident ID to ackno...
Pagerduty tools: acknowledge_pagerduty_incident, add_pagerduty_note, resolve_pagerduty_incident
Auto-generated from 3 exported tool(s) in the Context Engine.
Acknowledge a PagerDuty incident. Requires a connected and enabled PagerDuty data source. The requesterEmail must match a valid PagerDuty user.
Call mcp__tabnine-ctx-cloud__acknowledge_pagerduty_incident with parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
| incidentId | string | Yes | The PagerDuty incident ID to acknowledge (e.g., "P1234567"). |
| requesterEmail | string | Yes | Email address of the user acknowledging the incident. Must be a valid PagerDuty user email. |
Add a note to an existing PagerDuty incident. Requires a connected and enabled PagerDuty data source. Notes are visible on the incident timeline.
Call mcp__tabnine-ctx-cloud__add_pagerduty_note with parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
| incidentId | string | Yes | The PagerDuty incident ID to add a note to (e.g., "P1234567"). |
| content | string | Yes | The note content to add to the incident. |
| requesterEmail | string | Yes | Email address of the user adding the note. Must be a valid PagerDuty user email. |
Resolve a PagerDuty incident. Requires a connected and enabled PagerDuty data source. The requesterEmail must match a valid PagerDuty user. Optionally include a resolution note.
Call mcp__tabnine-ctx-cloud__resolve_pagerduty_incident with parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
| incidentId | string | Yes | The PagerDuty incident ID to resolve (e.g., "P1234567"). |
| requesterEmail | string | Yes | Email address of the user resolving the incident. Must be a valid PagerDuty user email. |
| resolution | string | No | Optional resolution summary describing how the incident was resolved. |