naftiko: 1.0.0-alpha2 info: label: FlashArray REST API — SMTP description: 'FlashArray REST API — SMTP. 2 operations. Lead operation: Pure Storage List SMTP Server Attributes. Self-contained Naftiko capability covering one Pure Storage business surface.' tags: - Pure Storage - SMTP 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: flasharray-rest-smtp baseUri: '' description: FlashArray REST API — SMTP business capability. Self-contained, no shared references. resources: - name: api-2.52-smtp-servers path: /api/2.52/smtp-servers operations: - name: get method: GET description: Pure Storage List SMTP Server Attributes outputRawFormat: json outputParameters: - name: result type: object value: $. - name: patch method: PATCH description: Pure Storage Modify SMTP Server Attributes outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true exposes: - type: rest namespace: flasharray-rest-smtp-rest port: 8080 description: REST adapter for FlashArray REST API — SMTP. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/api/2-52/smtp-servers name: api-2-52-smtp-servers description: REST surface for api-2.52-smtp-servers. operations: - method: GET name: get description: Pure Storage List SMTP Server Attributes call: flasharray-rest-smtp.get outputParameters: - type: object mapping: $. - method: PATCH name: patch description: Pure Storage Modify SMTP Server Attributes call: flasharray-rest-smtp.patch with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: flasharray-rest-smtp-mcp port: 9090 transport: http description: MCP adapter for FlashArray REST API — SMTP. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: pure-storage-list-smtp-server description: Pure Storage List SMTP Server Attributes hints: readOnly: true destructive: false idempotent: true call: flasharray-rest-smtp.get outputParameters: - type: object mapping: $. - name: pure-storage-modify-smtp-server description: Pure Storage Modify SMTP Server Attributes hints: readOnly: false destructive: false idempotent: true call: flasharray-rest-smtp.patch with: body: tools.body outputParameters: - type: object mapping: $.