QA Certification Management OpenAPI Specification — Test Extension Exemption

Test Extension Exemption. 2 operations. Lead operation: operations. Self-contained Naftiko capability covering one EPA business surface.

Run with Naftiko EPATest Extension Exemption

What You Can Do

GET
Testextensionexemptionscontrollergettestextensionexemptions — testExtensionExemptionsControllergetTestExtensionExemptions
/v1/qa-certification-mgmt/locations/{locid}/test-extension-exemptions
GET
Testextensionexemptionscontrollergettestextensionexemption — testExtensionExemptionsControllergetTestExtensionExemption
/v1/qa-certification-mgmt/locations/{locid}/test-extension-exemptions/{id}

MCP Tools

testextensionexemptionscontroller-gettestextensionexemptions

testextensionexemptionscontroller-gettestextensionexemptions

read-only idempotent
testextensionexemptionscontroller-gettestextensionexemption

testextensionexemptionscontroller-gettestextensionexemption

read-only idempotent

Capability Spec

cam-qa-cert-test-extension-exemption.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: QA Certification Management OpenAPI Specification — Test Extension Exemption
  description: 'Test Extension Exemption. 2 operations. Lead operation: operations. Self-contained Naftiko capability covering one EPA business surface.'
  tags:
    - EPA
    - Test Extension Exemption
  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-test-extension-exemption
      baseUri: https://api.epa.gov/easey
      description: QA Certification Management OpenAPI Specification — Test Extension Exemption 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-extension-exemptions
          path: /qa-certification-mgmt/locations/{locId}/test-extension-exemptions
          operations:
            - name: testExtensionExemptionsControllergetTestExtensionExemptions
              method: GET
              description: testExtensionExemptionsControllergetTestExtensionExemptions
              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-test-extension-exemptions-id
          path: /qa-certification-mgmt/locations/{locId}/test-extension-exemptions/{id}
          operations:
            - name: testExtensionExemptionsControllergetTestExtensionExemption
              method: GET
              description: testExtensionExemptionsControllergetTestExtensionExemption
              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-test-extension-exemption-rest
      port: 8080
      description: REST adapter for QA Certification Management OpenAPI Specification — Test Extension Exemption. One Spectral-compliant resource per consumed operation, prefixed with /v1.
      resources:
        - path: /v1/qa-certification-mgmt/locations/{locid}/test-extension-exemptions
          name: qa-certification-mgmt-locations-locid-test-extension-exemptions
          description: REST surface for testExtensionExemptionsControllergetTestExtensionExemptions.
          operations:
            - method: GET
              name: testExtensionExemptionsControllergetTestExtensionExemptions
              description: testExtensionExemptionsControllergetTestExtensionExemptions
              call: cam-qa-cert-test-extension-exemption.testExtensionExemptionsControllergetTestExtensionExemptions
              with:
                locId: rest.locId
              outputParameters:
                - type: object
                  mapping: $.
        - path: /v1/qa-certification-mgmt/locations/{locid}/test-extension-exemptions/{id}
          name: qa-certification-mgmt-locations-locid-test-extension-exemptions-id
          description: REST surface for testExtensionExemptionsControllergetTestExtensionExemption.
          operations:
            - method: GET
              name: testExtensionExemptionsControllergetTestExtensionExemption
              description: testExtensionExemptionsControllergetTestExtensionExemption
              call: cam-qa-cert-test-extension-exemption.testExtensionExemptionsControllergetTestExtensionExemption
              with:
                locId: rest.locId
                id: rest.id
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: cam-qa-cert-test-extension-exemption-mcp
      port: 9090
      transport: http
      description: MCP adapter for QA Certification Management OpenAPI Specification — Test Extension Exemption. One tool per consumed operation, routed inline through this capability's consumes block.
      tools:
        - name: testextensionexemptionscontroller-gettestextensionexemptions
          description: testextensionexemptionscontroller-gettestextensionexemptions
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: cam-qa-cert-test-extension-exemption.testExtensionExemptionsControllergetTestExtensionExemptions
          with:
            locId: tools.locId
          outputParameters:
            - type: object
              mapping: $.
        - name: testextensionexemptionscontroller-gettestextensionexemption
          description: testextensionexemptionscontroller-gettestextensionexemption
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: cam-qa-cert-test-extension-exemption.testExtensionExemptionsControllergetTestExtensionExemption
          with:
            locId: tools.locId
            id: tools.id
          outputParameters:
            - type: object
              mapping: $.