Microsoft Azure · Capability

Microsoft Azure Microsoft NetApp — Volumes

Microsoft Azure Microsoft NetApp — Volumes. 6 operations. Lead operation: Microsoft Azure Describe All Volumes. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureVolumes

What You Can Do

GET
Microsoftazurevolumeslist — Microsoft Azure Describe All Volumes
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes
GET
Microsoftazurevolumesget — Microsoft Azure Describe A Volume
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}
PUT
Microsoftazurevolumescreateorupdate — Microsoft Azure Create Or Update A Volume
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}
PATCH
Microsoftazurevolumesupdate — Microsoft Azure Update A Volume
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}
DELETE
Microsoftazurevolumesdelete — Microsoft Azure Delete A Volume
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}
POST
Microsoftazurevolumespopulateavailabilityzone — Microsoft Azure Populate Availability Zone
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}/populateavailabilityzone

MCP Tools

microsoft-azure-describe-all-volumes

Microsoft Azure Describe All Volumes

read-only idempotent
microsoft-azure-describe-volume

Microsoft Azure Describe A Volume

read-only idempotent
microsoft-azure-create-update-volume

Microsoft Azure Create Or Update A Volume

idempotent
microsoft-azure-update-volume

Microsoft Azure Update A Volume

idempotent
microsoft-azure-delete-volume

Microsoft Azure Delete A Volume

idempotent
microsoft-azure-populate-availability-zone

Microsoft Azure Populate Availability Zone

Capability Spec

microsoft-netapp-volumes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft NetApp — Volumes
  description: 'Microsoft Azure Microsoft NetApp — Volumes. 6 operations. Lead operation: Microsoft Azure Describe All Volumes.
    Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Volumes
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: microsoft-netapp-volumes
    baseUri: https://management.azure.com
    description: Microsoft Azure Microsoft NetApp — Volumes business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes
      operations:
      - name: microsoftazurevolumeslist
        method: GET
        description: Microsoft Azure Describe All Volumes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}
      operations:
      - name: microsoftazurevolumesget
        method: GET
        description: Microsoft Azure Describe A Volume
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazurevolumescreateorupdate
        method: PUT
        description: Microsoft Azure Create Or Update A Volume
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Volume object supplied in the body of the operation.
          required: true
      - name: microsoftazurevolumesupdate
        method: PATCH
        description: Microsoft Azure Update A Volume
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Volume object supplied in the body of the operation.
          required: true
      - name: microsoftazurevolumesdelete
        method: DELETE
        description: Microsoft Azure Delete A Volume
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: forceDelete
          in: query
          type: boolean
          description: An option to force delete the volume. Will cleanup resources connected to the particular volume
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/populateAvailabilityZone
      operations:
      - name: microsoftazurevolumespopulateavailabilityzone
        method: POST
        description: Microsoft Azure Populate Availability Zone
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: microsoft-netapp-volumes-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft NetApp — Volumes. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurevolumeslist
        description: Microsoft Azure Describe All Volumes
        call: microsoft-netapp-volumes.microsoftazurevolumeslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurevolumesget
        description: Microsoft Azure Describe A Volume
        call: microsoft-netapp-volumes.microsoftazurevolumesget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurevolumescreateorupdate
        description: Microsoft Azure Create Or Update A Volume
        call: microsoft-netapp-volumes.microsoftazurevolumescreateorupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurevolumesupdate
        description: Microsoft Azure Update A Volume
        call: microsoft-netapp-volumes.microsoftazurevolumesupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurevolumesdelete
        description: Microsoft Azure Delete A Volume
        call: microsoft-netapp-volumes.microsoftazurevolumesdelete
        with:
          forceDelete: rest.forceDelete
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}/populateavailabilityzone
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurevolumespopulateavailabilityzone
        description: Microsoft Azure Populate Availability Zone
        call: microsoft-netapp-volumes.microsoftazurevolumespopulateavailabilityzone
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-netapp-volumes-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft NetApp — Volumes. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-describe-all-volumes
      description: Microsoft Azure Describe All Volumes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-netapp-volumes.microsoftazurevolumeslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-describe-volume
      description: Microsoft Azure Describe A Volume
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-netapp-volumes.microsoftazurevolumesget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-update-volume
      description: Microsoft Azure Create Or Update A Volume
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-netapp-volumes.microsoftazurevolumescreateorupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-volume
      description: Microsoft Azure Update A Volume
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-netapp-volumes.microsoftazurevolumesupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-volume
      description: Microsoft Azure Delete A Volume
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-netapp-volumes.microsoftazurevolumesdelete
      with:
        forceDelete: tools.forceDelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-populate-availability-zone
      description: Microsoft Azure Populate Availability Zone
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-netapp-volumes.microsoftazurevolumespopulateavailabilityzone
      outputParameters:
      - type: object
        mapping: $.