Monitor Plan Management OpenAPI Specification — Loads

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

Run with Naftiko EPALoads

What You Can Do

GET
Monitorloadcontrollergetloads — monitorLoadControllergetLoads
/v1/monitor-plan-mgmt/locations/{locid}/loads

MCP Tools

monitorloadcontroller-getloads

monitorloadcontroller-getloads

read-only idempotent

Capability Spec

cam-monitor-plan-loads.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Monitor Plan Management OpenAPI Specification — Loads
  description: 'Loads. 1 operations. Lead operation: operations. Self-contained Naftiko capability covering one EPA business surface.'
  tags:
    - EPA
    - Loads
  created: '2026-05-29'
  modified: '2026-05-29'
binds:
  - namespace: env
    keys:
      EPA_APIKEY_KEY: EPA_APIKEY_KEY
capability:
  consumes:
    - type: http
      namespace: cam-monitor-plan-loads
      baseUri: https://api.epa.gov/easey
      description: Monitor Plan Management OpenAPI Specification — Loads business capability. Self-contained, no shared references.
      authentication:
        type: apikey
        key: x-api-key
        value: '{{env.EPA_APIKEY_KEY}}'
        placement: header
      resources:
        - name: monitor-plan-mgmt-locations-locid-loads
          path: /monitor-plan-mgmt/locations/{locId}/loads
          operations:
            - name: monitorLoadControllergetLoads
              method: GET
              description: monitorLoadControllergetLoads
              inputParameters:
                - name: locId
                  in: path
                  type: string
                  required: true
                  description: locId
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
  exposes:
    - type: rest
      namespace: cam-monitor-plan-loads-rest
      port: 8080
      description: REST adapter for Monitor Plan Management OpenAPI Specification — Loads. One Spectral-compliant resource per consumed operation, prefixed with /v1.
      resources:
        - path: /v1/monitor-plan-mgmt/locations/{locid}/loads
          name: monitor-plan-mgmt-locations-locid-loads
          description: REST surface for monitorLoadControllergetLoads.
          operations:
            - method: GET
              name: monitorLoadControllergetLoads
              description: monitorLoadControllergetLoads
              call: cam-monitor-plan-loads.monitorLoadControllergetLoads
              with:
                locId: rest.locId
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: cam-monitor-plan-loads-mcp
      port: 9090
      transport: http
      description: MCP adapter for Monitor Plan Management OpenAPI Specification — Loads. One tool per consumed operation, routed inline through this capability's consumes block.
      tools:
        - name: monitorloadcontroller-getloads
          description: monitorloadcontroller-getloads
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: cam-monitor-plan-loads.monitorLoadControllergetLoads
          with:
            locId: tools.locId
          outputParameters:
            - type: object
              mapping: $.