PagerDuty · Capability

PagerDuty API — Paused Incident Reports

PagerDuty API — Paused Incident Reports. 2 operations. Lead operation: PagerDuty Get Paused Incident Reporting on Alerts. Self-contained Naftiko capability covering one Pagerduty business surface.

Run with Naftiko PagerdutyPaused Incident Reports

What You Can Do

GET
Getpausedincidentreportalerts — PagerDuty Get Paused Incident Reporting on Alerts
/v1/paused-incident-reports/alerts
GET
Getpausedincidentreportcounts — PagerDuty Get Paused Incident Reporting counts
/v1/paused-incident-reports/counts

MCP Tools

pagerduty-get-paused-incident-reporting

PagerDuty Get Paused Incident Reporting on Alerts

read-only idempotent
pagerduty-get-paused-incident-reporting-2

PagerDuty Get Paused Incident Reporting counts

read-only idempotent

Capability Spec

pagerduty-paused-incident-reports.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: PagerDuty API — Paused Incident Reports
  description: 'PagerDuty API — Paused Incident Reports. 2 operations. Lead operation: PagerDuty Get Paused Incident Reporting
    on Alerts. Self-contained Naftiko capability covering one Pagerduty business surface.'
  tags:
  - Pagerduty
  - Paused Incident Reports
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PAGERDUTY_API_KEY: PAGERDUTY_API_KEY
capability:
  consumes:
  - type: http
    namespace: pagerduty-paused-incident-reports
    baseUri: https://api.pagerduty.com
    description: PagerDuty API — Paused Incident Reports business capability. Self-contained, no shared references.
    resources:
    - name: paused_incident_reports-alerts
      path: /paused_incident_reports/alerts
      operations:
      - name: getpausedincidentreportalerts
        method: GET
        description: PagerDuty Get Paused Incident Reporting on Alerts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: paused_incident_reports-counts
      path: /paused_incident_reports/counts
      operations:
      - name: getpausedincidentreportcounts
        method: GET
        description: PagerDuty Get Paused Incident Reporting counts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.PAGERDUTY_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: pagerduty-paused-incident-reports-rest
    port: 8080
    description: REST adapter for PagerDuty API — Paused Incident Reports. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/paused-incident-reports/alerts
      name: paused-incident-reports-alerts
      description: REST surface for paused_incident_reports-alerts.
      operations:
      - method: GET
        name: getpausedincidentreportalerts
        description: PagerDuty Get Paused Incident Reporting on Alerts
        call: pagerduty-paused-incident-reports.getpausedincidentreportalerts
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/paused-incident-reports/counts
      name: paused-incident-reports-counts
      description: REST surface for paused_incident_reports-counts.
      operations:
      - method: GET
        name: getpausedincidentreportcounts
        description: PagerDuty Get Paused Incident Reporting counts
        call: pagerduty-paused-incident-reports.getpausedincidentreportcounts
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: pagerduty-paused-incident-reports-mcp
    port: 9090
    transport: http
    description: MCP adapter for PagerDuty API — Paused Incident Reports. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: pagerduty-get-paused-incident-reporting
      description: PagerDuty Get Paused Incident Reporting on Alerts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: pagerduty-paused-incident-reports.getpausedincidentreportalerts
      outputParameters:
      - type: object
        mapping: $.
    - name: pagerduty-get-paused-incident-reporting-2
      description: PagerDuty Get Paused Incident Reporting counts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: pagerduty-paused-incident-reports.getpausedincidentreportcounts
      outputParameters:
      - type: object
        mapping: $.