QA Certification Management OpenAPI Specification — Rata

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

Run with Naftiko EPARata

What You Can Do

GET
Ratacontrollergetratas — rataControllergetRatas
/v1/qa-certification-mgmt/locations/{locid}/test-summary/{testsumid}/rata
GET
Ratacontrollergetrata — rataControllergetRata
/v1/qa-certification-mgmt/locations/{locid}/test-summary/{testsumid}/rata/{id}

MCP Tools

ratacontroller-getratas

ratacontroller-getratas

read-only idempotent
ratacontroller-getrata

ratacontroller-getrata

read-only idempotent

Capability Spec

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