QA Certification Management OpenAPI Specification — Appendix E Correlation Test Run

Appendix E Correlation Test Run. 2 operations. Lead operation: operations. Self-contained Naftiko capability covering one EPA business surface.

Run with Naftiko EPAAppendix E Correlation Test Run

What You Can Do

GET
Appecorrelationtestruncontrollergetappecorrelationtestruns — appECorrelationTestRunControllergetAppECorrelationTestRuns
/v1/qa-certification-mgmt/locations/{locid}/test-summary/{testsumid}/appendix-e-correlation-test-summaries/{appecorrtestsumid}/appendix-e-correlation-test-runs
GET
Appecorrelationtestruncontrollergetappecorrelationtestrun — appECorrelationTestRunControllergetAppECorrelationTestRun
/v1/qa-certification-mgmt/locations/{locid}/test-summary/{testsumid}/appendix-e-correlation-test-summaries/{appecorrtestsumid}/appendix-e-correlation-test-runs/{id}

MCP Tools

appecorrelationtestruncontroller-getappecorrelationtestruns

appecorrelationtestruncontroller-getappecorrelationtestruns

read-only idempotent
appecorrelationtestruncontroller-getappecorrelationtestrun

appecorrelationtestruncontroller-getappecorrelationtestrun

read-only idempotent

Capability Spec

cam-qa-cert-appendix-e-correlation-test-run.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: QA Certification Management OpenAPI Specification — Appendix E Correlation Test Run
  description: 'Appendix E Correlation Test Run. 2 operations. Lead operation: operations. Self-contained Naftiko capability covering one EPA business surface.'
  tags:
    - EPA
    - Appendix E Correlation Test Run
  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-appendix-e-correlation-test-run
      baseUri: https://api.epa.gov/easey
      description: QA Certification Management OpenAPI Specification — Appendix E Correlation Test Run 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-test-summary-testsumid-appendix-e-correlation-test-summaries-appecorrtestsumid-appendix-e-correlation-test-runs
          path: /qa-certification-mgmt/locations/{locId}/test-summary/{testSumId}/appendix-e-correlation-test-summaries/{appECorrTestSumId}/appendix-e-correlation-test-runs
          operations:
            - name: appECorrelationTestRunControllergetAppECorrelationTestRuns
              method: GET
              description: appECorrelationTestRunControllergetAppECorrelationTestRuns
              inputParameters:
                - name: locId
                  in: path
                  type: string
                  required: true
                  description: locId
                - name: testSumId
                  in: path
                  type: string
                  required: true
                  description: testSumId
                - name: appECorrTestSumId
                  in: path
                  type: string
                  required: true
                  description: appECorrTestSumId
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
        - name: qa-certification-mgmt-locations-locid-test-summary-testsumid-appendix-e-correlation-test-summaries-appecorrtestsumid-appendix-e-correlation-test-runs-id
          path: /qa-certification-mgmt/locations/{locId}/test-summary/{testSumId}/appendix-e-correlation-test-summaries/{appECorrTestSumId}/appendix-e-correlation-test-runs/{id}
          operations:
            - name: appECorrelationTestRunControllergetAppECorrelationTestRun
              method: GET
              description: appECorrelationTestRunControllergetAppECorrelationTestRun
              inputParameters:
                - name: locId
                  in: path
                  type: string
                  required: true
                  description: locId
                - name: testSumId
                  in: path
                  type: string
                  required: true
                  description: testSumId
                - name: appECorrTestSumId
                  in: path
                  type: string
                  required: true
                  description: appECorrTestSumId
                - 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-appendix-e-correlation-test-run-rest
      port: 8080
      description: REST adapter for QA Certification Management OpenAPI Specification — Appendix E Correlation Test Run. One Spectral-compliant resource per consumed operation, prefixed with /v1.
      resources:
        - path: /v1/qa-certification-mgmt/locations/{locid}/test-summary/{testsumid}/appendix-e-correlation-test-summaries/{appecorrtestsumid}/appendix-e-correlation-test-runs
          name: qa-certification-mgmt-locations-locid-test-summary-testsumid-appendix-e-correlation-test-summaries-appecorrtestsumid-appendix-e-correlation-test-runs
          description: REST surface for appECorrelationTestRunControllergetAppECorrelationTestRuns.
          operations:
            - method: GET
              name: appECorrelationTestRunControllergetAppECorrelationTestRuns
              description: appECorrelationTestRunControllergetAppECorrelationTestRuns
              call: cam-qa-cert-appendix-e-correlation-test-run.appECorrelationTestRunControllergetAppECorrelationTestRuns
              with:
                locId: rest.locId
                testSumId: rest.testSumId
                appECorrTestSumId: rest.appECorrTestSumId
              outputParameters:
                - type: object
                  mapping: $.
        - path: /v1/qa-certification-mgmt/locations/{locid}/test-summary/{testsumid}/appendix-e-correlation-test-summaries/{appecorrtestsumid}/appendix-e-correlation-test-runs/{id}
          name: qa-certification-mgmt-locations-locid-test-summary-testsumid-appendix-e-correlation-test-summaries-appecorrtestsumid-appendix-e-correlation-test-runs-id
          description: REST surface for appECorrelationTestRunControllergetAppECorrelationTestRun.
          operations:
            - method: GET
              name: appECorrelationTestRunControllergetAppECorrelationTestRun
              description: appECorrelationTestRunControllergetAppECorrelationTestRun
              call: cam-qa-cert-appendix-e-correlation-test-run.appECorrelationTestRunControllergetAppECorrelationTestRun
              with:
                locId: rest.locId
                testSumId: rest.testSumId
                appECorrTestSumId: rest.appECorrTestSumId
                id: rest.id
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: cam-qa-cert-appendix-e-correlation-test-run-mcp
      port: 9090
      transport: http
      description: MCP adapter for QA Certification Management OpenAPI Specification — Appendix E Correlation Test Run. One tool per consumed operation, routed inline through this capability's consumes block.
      tools:
        - name: appecorrelationtestruncontroller-getappecorrelationtestruns
          description: appecorrelationtestruncontroller-getappecorrelationtestruns
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: cam-qa-cert-appendix-e-correlation-test-run.appECorrelationTestRunControllergetAppECorrelationTestRuns
          with:
            locId: tools.locId
            testSumId: tools.testSumId
            appECorrTestSumId: tools.appECorrTestSumId
          outputParameters:
            - type: object
              mapping: $.
        - name: appecorrelationtestruncontroller-getappecorrelationtestrun
          description: appecorrelationtestruncontroller-getappecorrelationtestrun
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: cam-qa-cert-appendix-e-correlation-test-run.appECorrelationTestRunControllergetAppECorrelationTestRun
          with:
            locId: tools.locId
            testSumId: tools.testSumId
            appECorrTestSumId: tools.appECorrTestSumId
            id: tools.id
          outputParameters:
            - type: object
              mapping: $.