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-packThis skill is limited to using the following tools:
> Auto-generated from 3 exported tool(s) in the Context Engine.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
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. |