QA Certification Management OpenAPI Specification — QA Certification Event

QA Certification Event. 2 operations. Lead operation: operations. Self-contained Naftiko capability covering one EPA business surface.

Run with Naftiko EPAQA Certification Event

What You Can Do

GET
Qacertificationeventcontrollergetqacertevents — qaCertificationEventControllergetQACertEvents
/v1/qa-certification-mgmt/locations/{locid}/qa-certification-events
GET
Qacertificationeventcontrollergetqacertevent — qaCertificationEventControllergetQACertEvent
/v1/qa-certification-mgmt/locations/{locid}/qa-certification-events/{id}

MCP Tools

qacertificationeventcontroller-getqacertevents

qacertificationeventcontroller-getqacertevents

read-only idempotent
qacertificationeventcontroller-getqacertevent

qacertificationeventcontroller-getqacertevent

read-only idempotent

Capability Spec

cam-qa-cert-qa-certification-event.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: QA Certification Management OpenAPI Specification — QA Certification Event
  description: 'QA Certification Event. 2 operations. Lead operation: operations. Self-contained Naftiko capability covering one EPA business surface.'
  tags:
    - EPA
    - QA Certification Event
  created: '2026-05-29'
  modified: '2026-05-29'
binds:
  - namespace: env
    keys:
      EPA_APIKEY_KEY: EPA_APIKEY_KEY
capability:
  consumes:
    - type: http
      namespace: cam-qa-cert-qa-certification-event
      baseUri: https://api.epa.gov/easey
      description: QA Certification Management OpenAPI Specification — QA Certification Event business capability. Self-contained, no shared references.
      authentication:
        type: apikey
        key: x-api-key
        value: '{{env.EPA_APIKEY_KEY}}'
        placement: header
      resources:
        - name: qa-certification-mgmt-locations-locid-qa-certification-events
          path: /qa-certification-mgmt/locations/{locId}/qa-certification-events
          operations:
            - name: qaCertificationEventControllergetQACertEvents
              method: GET
              description: qaCertificationEventControllergetQACertEvents
              inputParameters:
                - name: locId
                  in: path
                  type: string
                  required: true
                  description: locId
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
        - name: qa-certification-mgmt-locations-locid-qa-certification-events-id
          path: /qa-certification-mgmt/locations/{locId}/qa-certification-events/{id}
          operations:
            - name: qaCertificationEventControllergetQACertEvent
              method: GET
              description: qaCertificationEventControllergetQACertEvent
              inputParameters:
                - name: locId
                  in: path
                  type: string
                  required: true
                  description: locId
                - name: id
                  in: path
                  type: string
                  required: true
                  description: id
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
  exposes:
    - type: rest
      namespace: cam-qa-cert-qa-certification-event-rest
      port: 8080
      description: REST adapter for QA Certification Management OpenAPI Specification — QA Certification Event. One Spectral-compliant resource per consumed operation, prefixed with /v1.
      resources:
        - path: /v1/qa-certification-mgmt/locations/{locid}/qa-certification-events
          name: qa-certification-mgmt-locations-locid-qa-certification-events
          description: REST surface for qaCertificationEventControllergetQACertEvents.
          operations:
            - method: GET
              name: qaCertificationEventControllergetQACertEvents
              description: qaCertificationEventControllergetQACertEvents
              call: cam-qa-cert-qa-certification-event.qaCertificationEventControllergetQACertEvents
              with:
                locId: rest.locId
              outputParameters:
                - type: object
                  mapping: $.
        - path: /v1/qa-certification-mgmt/locations/{locid}/qa-certification-events/{id}
          name: qa-certification-mgmt-locations-locid-qa-certification-events-id
          description: REST surface for qaCertificationEventControllergetQACertEvent.
          operations:
            - method: GET
              name: qaCertificationEventControllergetQACertEvent
              description: qaCertificationEventControllergetQACertEvent
              call: cam-qa-cert-qa-certification-event.qaCertificationEventControllergetQACertEvent
              with:
                locId: rest.locId
                id: rest.id
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: cam-qa-cert-qa-certification-event-mcp
      port: 9090
      transport: http
      description: MCP adapter for QA Certification Management OpenAPI Specification — QA Certification Event. One tool per consumed operation, routed inline through this capability's consumes block.
      tools:
        - name: qacertificationeventcontroller-getqacertevents
          description: qacertificationeventcontroller-getqacertevents
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: cam-qa-cert-qa-certification-event.qaCertificationEventControllergetQACertEvents
          with:
            locId: tools.locId
          outputParameters:
            - type: object
              mapping: $.
        - name: qacertificationeventcontroller-getqacertevent
          description: qacertificationeventcontroller-getqacertevent
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: cam-qa-cert-qa-certification-event.qaCertificationEventControllergetQACertEvent
          with:
            locId: tools.locId
            id: tools.id
          outputParameters:
            - type: object
              mapping: $.