naftiko: 1.0.0-alpha2 info: label: FlashBlade REST API — API Clients description: 'FlashBlade REST API — API Clients. 4 operations. Lead operation: Pure Storage GET Api-clients. Self-contained Naftiko capability covering one Pure Storage business surface.' tags: - Pure Storage - API Clients created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: PURE_STORAGE_API_KEY: PURE_STORAGE_API_KEY capability: consumes: - type: http namespace: flashblade-rest-api-clients baseUri: http://[array] description: FlashBlade REST API — API Clients business capability. Self-contained, no shared references. resources: - name: api-2.26-api-clients path: /api/2.26/api-clients operations: - name: get method: GET description: Pure Storage GET Api-clients outputRawFormat: json outputParameters: - name: result type: object value: $. - name: post method: POST description: Pure Storage POST Api-clients outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: delete method: DELETE description: Pure Storage DELETE Api-clients outputRawFormat: json outputParameters: - name: result type: object value: $. - name: patch method: PATCH description: Pure Storage PATCH Api-clients 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: x-auth-token value: '{{env.PURE_STORAGE_API_KEY}}' placement: header exposes: - type: rest namespace: flashblade-rest-api-clients-rest port: 8080 description: REST adapter for FlashBlade REST API — API Clients. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/api/2-26/api-clients name: api-2-26-api-clients description: REST surface for api-2.26-api-clients. operations: - method: GET name: get description: Pure Storage GET Api-clients call: flashblade-rest-api-clients.get outputParameters: - type: object mapping: $. - method: POST name: post description: Pure Storage POST Api-clients call: flashblade-rest-api-clients.post with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: delete description: Pure Storage DELETE Api-clients call: flashblade-rest-api-clients.delete outputParameters: - type: object mapping: $. - method: PATCH name: patch description: Pure Storage PATCH Api-clients call: flashblade-rest-api-clients.patch with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: flashblade-rest-api-clients-mcp port: 9090 transport: http description: MCP adapter for FlashBlade REST API — API Clients. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: pure-storage-get-api-clients description: Pure Storage GET Api-clients hints: readOnly: true destructive: false idempotent: true call: flashblade-rest-api-clients.get outputParameters: - type: object mapping: $. - name: pure-storage-post-api-clients description: Pure Storage POST Api-clients hints: readOnly: false destructive: false idempotent: false call: flashblade-rest-api-clients.post with: body: tools.body outputParameters: - type: object mapping: $. - name: pure-storage-delete-api-clients description: Pure Storage DELETE Api-clients hints: readOnly: false destructive: true idempotent: true call: flashblade-rest-api-clients.delete outputParameters: - type: object mapping: $. - name: pure-storage-patch-api-clients description: Pure Storage PATCH Api-clients hints: readOnly: false destructive: false idempotent: true call: flashblade-rest-api-clients.patch with: body: tools.body outputParameters: - type: object mapping: $.