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: $.