QA Certification Management OpenAPI Specification — Hg Summary

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

Run with Naftiko EPAHg Summary

What You Can Do

GET
Hgsummarycontrollergethgsummaries — hgSummaryControllergetHgSummaries
/v1/qa-certification-mgmt/locations/{locid}/test-summary/{testsumid}/hg-summaries
GET
Hgsummarycontrollergethgsummary — hgSummaryControllergetHgSummary
/v1/qa-certification-mgmt/locations/{locid}/test-summary/{testsumid}/hg-summaries/{id}

MCP Tools

hgsummarycontroller-gethgsummaries

hgsummarycontroller-gethgsummaries

read-only idempotent
hgsummarycontroller-gethgsummary

hgsummarycontroller-gethgsummary

read-only idempotent

Capability Spec

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