Oracle Container Engine for Kubernetes (OKE) API — Add-ons

Oracle Container Engine for Kubernetes (OKE) API — Add-ons. 2 operations. Lead operation: List add-ons installed on a cluster. Self-contained Naftiko capability covering one Oracle Container Engine business surface.

Run with Naftiko Oracle Container EngineAdd-ons

What You Can Do

GET
Listaddons — List add-ons installed on a cluster
/v1/clusters/{clusterid}/addons
POST
Installaddon — Install a cluster add-on
/v1/clusters/{clusterid}/addons

MCP Tools

list-add-ons-installed-cluster

List add-ons installed on a cluster

read-only idempotent
install-cluster-add

Install a cluster add-on

Capability Spec

oracle-container-engine-add-ons.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle Container Engine for Kubernetes (OKE) API — Add-ons
  description: 'Oracle Container Engine for Kubernetes (OKE) API — Add-ons. 2 operations. Lead operation: List add-ons installed
    on a cluster. Self-contained Naftiko capability covering one Oracle Container Engine business surface.'
  tags:
  - Oracle Container Engine
  - Add-ons
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ORACLE_CONTAINER_ENGINE_API_KEY: ORACLE_CONTAINER_ENGINE_API_KEY
capability:
  consumes:
  - type: http
    namespace: oracle-container-engine-add-ons
    baseUri: https://containerengine.{region}.oci.oraclecloud.com/20180222
    description: Oracle Container Engine for Kubernetes (OKE) API — Add-ons business capability. Self-contained, no shared
      references.
    resources:
    - name: clusters-clusterId-addons
      path: /clusters/{clusterId}/addons
      operations:
      - name: listaddons
        method: GET
        description: List add-ons installed on a cluster
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: installaddon
        method: POST
        description: Install a cluster add-on
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.ORACLE_CONTAINER_ENGINE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: oracle-container-engine-add-ons-rest
    port: 8080
    description: REST adapter for Oracle Container Engine for Kubernetes (OKE) API — Add-ons. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/clusters/{clusterid}/addons
      name: clusters-clusterid-addons
      description: REST surface for clusters-clusterId-addons.
      operations:
      - method: GET
        name: listaddons
        description: List add-ons installed on a cluster
        call: oracle-container-engine-add-ons.listaddons
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: installaddon
        description: Install a cluster add-on
        call: oracle-container-engine-add-ons.installaddon
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: oracle-container-engine-add-ons-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle Container Engine for Kubernetes (OKE) API — Add-ons. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: list-add-ons-installed-cluster
      description: List add-ons installed on a cluster
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: oracle-container-engine-add-ons.listaddons
      outputParameters:
      - type: object
        mapping: $.
    - name: install-cluster-add
      description: Install a cluster add-on
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: oracle-container-engine-add-ons.installaddon
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.