naftiko: 1.0.0-alpha2 info: label: Exoscale API — nodepool description: 'Exoscale API — nodepool. 6 operations. Lead operation: Create a new SKS Nodepool. Self-contained Naftiko capability covering one Exoscale business surface.' tags: - Exoscale - nodepool created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: EXOSCALE_API_KEY: EXOSCALE_API_KEY capability: consumes: - type: http namespace: exoscale-nodepool baseUri: https://api-{zone}.exoscale.com/v2 description: Exoscale API — nodepool business capability. Self-contained, no shared references. resources: - name: sks-cluster-id-nodepool path: /sks-cluster/{id}/nodepool operations: - name: createsksnodepool method: POST description: Create a new SKS Nodepool outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: true - name: sks-cluster-id-nodepool-sks-nodepool-id path: /sks-cluster/{id}/nodepool/{sks-nodepool-id} operations: - name: updatesksnodepool method: PUT description: Update an SKS Nodepool outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string required: true - name: sks-nodepool-id in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: true - name: getsksnodepool method: GET description: Retrieve SKS Nodepool details outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string required: true - name: sks-nodepool-id in: path type: string required: true - name: deletesksnodepool method: DELETE description: Delete an SKS Nodepool outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string required: true - name: sks-nodepool-id in: path type: string required: true - name: sks-cluster-id-nodepool-sks-nodepool-id}:evict path: /sks-cluster/{id}/nodepool/{sks-nodepool-id}:evict operations: - name: evictsksnodepoolmembers method: PUT description: Evict Nodepool members outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string required: true - name: sks-nodepool-id in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: true - name: sks-cluster-id-nodepool-sks-nodepool-id}:scale path: /sks-cluster/{id}/nodepool/{sks-nodepool-id}:scale operations: - name: scalesksnodepool method: PUT description: Scale a SKS Nodepool outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string required: true - name: sks-nodepool-id in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: true exposes: - type: rest namespace: exoscale-nodepool-rest port: 8080 description: REST adapter for Exoscale API — nodepool. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/sks-cluster/{id}/nodepool name: sks-cluster-id-nodepool description: REST surface for sks-cluster-id-nodepool. operations: - method: POST name: createsksnodepool description: Create a new SKS Nodepool call: exoscale-nodepool.createsksnodepool with: id: rest.id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/sks-cluster/{id}/nodepool/{sks-nodepool-id} name: sks-cluster-id-nodepool-sks-nodepool-id description: REST surface for sks-cluster-id-nodepool-sks-nodepool-id. operations: - method: PUT name: updatesksnodepool description: Update an SKS Nodepool call: exoscale-nodepool.updatesksnodepool with: id: rest.id sks-nodepool-id: rest.sks-nodepool-id body: rest.body outputParameters: - type: object mapping: $. - method: GET name: getsksnodepool description: Retrieve SKS Nodepool details call: exoscale-nodepool.getsksnodepool with: id: rest.id sks-nodepool-id: rest.sks-nodepool-id outputParameters: - type: object mapping: $. - method: DELETE name: deletesksnodepool description: Delete an SKS Nodepool call: exoscale-nodepool.deletesksnodepool with: id: rest.id sks-nodepool-id: rest.sks-nodepool-id outputParameters: - type: object mapping: $. - path: /v1/sks-cluster/{id}/nodepool/sks-nodepool-id-evict name: sks-cluster-id-nodepool-sks-nodepool-id-evict description: REST surface for sks-cluster-id-nodepool-sks-nodepool-id}:evict. operations: - method: PUT name: evictsksnodepoolmembers description: Evict Nodepool members call: exoscale-nodepool.evictsksnodepoolmembers with: id: rest.id sks-nodepool-id: rest.sks-nodepool-id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/sks-cluster/{id}/nodepool/sks-nodepool-id-scale name: sks-cluster-id-nodepool-sks-nodepool-id-scale description: REST surface for sks-cluster-id-nodepool-sks-nodepool-id}:scale. operations: - method: PUT name: scalesksnodepool description: Scale a SKS Nodepool call: exoscale-nodepool.scalesksnodepool with: id: rest.id sks-nodepool-id: rest.sks-nodepool-id body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: exoscale-nodepool-mcp port: 9090 transport: http description: MCP adapter for Exoscale API — nodepool. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: create-new-sks-nodepool description: Create a new SKS Nodepool hints: readOnly: false destructive: false idempotent: false call: exoscale-nodepool.createsksnodepool with: id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: update-sks-nodepool description: Update an SKS Nodepool hints: readOnly: false destructive: false idempotent: true call: exoscale-nodepool.updatesksnodepool with: id: tools.id sks-nodepool-id: tools.sks-nodepool-id body: tools.body outputParameters: - type: object mapping: $. - name: retrieve-sks-nodepool-details description: Retrieve SKS Nodepool details hints: readOnly: true destructive: false idempotent: true call: exoscale-nodepool.getsksnodepool with: id: tools.id sks-nodepool-id: tools.sks-nodepool-id outputParameters: - type: object mapping: $. - name: delete-sks-nodepool description: Delete an SKS Nodepool hints: readOnly: false destructive: true idempotent: true call: exoscale-nodepool.deletesksnodepool with: id: tools.id sks-nodepool-id: tools.sks-nodepool-id outputParameters: - type: object mapping: $. - name: evict-nodepool-members description: Evict Nodepool members hints: readOnly: false destructive: false idempotent: true call: exoscale-nodepool.evictsksnodepoolmembers with: id: tools.id sks-nodepool-id: tools.sks-nodepool-id body: tools.body outputParameters: - type: object mapping: $. - name: scale-sks-nodepool description: Scale a SKS Nodepool hints: readOnly: false destructive: false idempotent: true call: exoscale-nodepool.scalesksnodepool with: id: tools.id sks-nodepool-id: tools.sks-nodepool-id body: tools.body outputParameters: - type: object mapping: $.