naftiko: 1.0.0-alpha2 info: label: International Business Machines IBM Cloud Kubernetes Service API — Clusters description: 'International Business Machines IBM Cloud Kubernetes Service API — Clusters. 4 operations. Lead operation: International Business Machines Create a cluster. Self-contained Naftiko capability covering one International Business Machines business surface.' tags: - International Business Machines - Clusters created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: INTERNATIONAL_BUSINESS_MACHINES_API_KEY: INTERNATIONAL_BUSINESS_MACHINES_API_KEY capability: consumes: - type: http namespace: ibm-kubernetes-service-clusters baseUri: https://containers.cloud.ibm.com description: International Business Machines IBM Cloud Kubernetes Service API — Clusters business capability. Self-contained, no shared references. resources: - name: v2-createCluster path: /v2/createCluster operations: - name: createcluster method: POST description: International Business Machines Create a cluster outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: v2-getCluster path: /v2/getCluster operations: - name: getcluster method: GET description: International Business Machines Get a cluster outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: cluster in: query type: string required: true - name: v2-getClusters path: /v2/getClusters operations: - name: getclusters method: GET description: International Business Machines List clusters outputRawFormat: json outputParameters: - name: result type: object value: $. - name: v2-removeCluster path: /v2/removeCluster operations: - name: removecluster method: DELETE description: International Business Machines Delete a cluster outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: cluster in: query type: string required: true authentication: type: bearer token: '{{env.INTERNATIONAL_BUSINESS_MACHINES_API_KEY}}' exposes: - type: rest namespace: ibm-kubernetes-service-clusters-rest port: 8080 description: REST adapter for International Business Machines IBM Cloud Kubernetes Service API — Clusters. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v2/createcluster name: v2-createcluster description: REST surface for v2-createCluster. operations: - method: POST name: createcluster description: International Business Machines Create a cluster call: ibm-kubernetes-service-clusters.createcluster with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v2/getcluster name: v2-getcluster description: REST surface for v2-getCluster. operations: - method: GET name: getcluster description: International Business Machines Get a cluster call: ibm-kubernetes-service-clusters.getcluster with: cluster: rest.cluster outputParameters: - type: object mapping: $. - path: /v1/v2/getclusters name: v2-getclusters description: REST surface for v2-getClusters. operations: - method: GET name: getclusters description: International Business Machines List clusters call: ibm-kubernetes-service-clusters.getclusters outputParameters: - type: object mapping: $. - path: /v1/v2/removecluster name: v2-removecluster description: REST surface for v2-removeCluster. operations: - method: DELETE name: removecluster description: International Business Machines Delete a cluster call: ibm-kubernetes-service-clusters.removecluster with: cluster: rest.cluster outputParameters: - type: object mapping: $. - type: mcp namespace: ibm-kubernetes-service-clusters-mcp port: 9090 transport: http description: MCP adapter for International Business Machines IBM Cloud Kubernetes Service API — Clusters. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: international-business-machines-create-cluster description: International Business Machines Create a cluster hints: readOnly: false destructive: false idempotent: false call: ibm-kubernetes-service-clusters.createcluster with: body: tools.body outputParameters: - type: object mapping: $. - name: international-business-machines-get-cluster description: International Business Machines Get a cluster hints: readOnly: true destructive: false idempotent: true call: ibm-kubernetes-service-clusters.getcluster with: cluster: tools.cluster outputParameters: - type: object mapping: $. - name: international-business-machines-list-clusters description: International Business Machines List clusters hints: readOnly: true destructive: false idempotent: true call: ibm-kubernetes-service-clusters.getclusters outputParameters: - type: object mapping: $. - name: international-business-machines-delete-cluster description: International Business Machines Delete a cluster hints: readOnly: false destructive: true idempotent: true call: ibm-kubernetes-service-clusters.removecluster with: cluster: tools.cluster outputParameters: - type: object mapping: $.