CAMD Administrative & General Services OpenAPI Specification — Health

Health. 1 operations. Lead operation: operations. Self-contained Naftiko capability covering one EPA business surface.

Run with Naftiko EPAHealth

What You Can Do

GET
Healthcontrollercheck — healthControllercheck
/v1/camd-services/health

MCP Tools

healthcontroller-check

healthcontroller-check

read-only idempotent

Capability Spec

cam-camd-services-health.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: CAMD Administrative & General Services OpenAPI Specification — Health
  description: 'Health. 1 operations. Lead operation: operations. Self-contained Naftiko capability covering one EPA business surface.'
  tags:
    - EPA
    - Health
  created: '2026-05-29'
  modified: '2026-05-29'
binds:
  - namespace: env
    keys:
      EPA_APIKEY_KEY: EPA_APIKEY_KEY
capability:
  consumes:
    - type: http
      namespace: cam-camd-services-health
      baseUri: https://api.epa.gov/easey
      description: CAMD Administrative & General Services OpenAPI Specification — Health business capability. Self-contained, no shared references.
      authentication:
        type: apikey
        key: x-api-key
        value: '{{env.EPA_APIKEY_KEY}}'
        placement: header
      resources:
        - name: camd-services-health
          path: /camd-services/health
          operations:
            - name: healthControllercheck
              method: GET
              description: healthControllercheck
              inputParameters: []
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
  exposes:
    - type: rest
      namespace: cam-camd-services-health-rest
      port: 8080
      description: REST adapter for CAMD Administrative & General Services OpenAPI Specification — Health. One Spectral-compliant resource per consumed operation, prefixed with /v1.
      resources:
        - path: /v1/camd-services/health
          name: camd-services-health
          description: REST surface for healthControllercheck.
          operations:
            - method: GET
              name: healthControllercheck
              description: healthControllercheck
              call: cam-camd-services-health.healthControllercheck
              with: {}
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: cam-camd-services-health-mcp
      port: 9090
      transport: http
      description: MCP adapter for CAMD Administrative & General Services OpenAPI Specification — Health. One tool per consumed operation, routed inline through this capability's consumes block.
      tools:
        - name: healthcontroller-check
          description: healthcontroller-check
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: cam-camd-services-health.healthControllercheck
          with: {}
          outputParameters:
            - type: object
              mapping: $.