Pure Storage · Capability

FlashArray REST API — Apps

FlashArray REST API — Apps. 3 operations. Lead operation: Pure Storage List Apps. Self-contained Naftiko capability covering one Pure Storage business surface.

Run with Naftiko Pure StorageApps

What You Can Do

GET
Get — Pure Storage List Apps
/v1/api/2-52/apps
PATCH
Patch — Pure Storage Modify App
/v1/api/2-52/apps
GET
Get — Pure Storage List App Nodes
/v1/api/2-52/apps/nodes

MCP Tools

pure-storage-list-apps

Pure Storage List Apps

read-only idempotent
pure-storage-modify-app

Pure Storage Modify App

idempotent
pure-storage-list-app-nodes

Pure Storage List App Nodes

read-only idempotent

Capability Spec

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