Microsoft Azure · Capability

Microsoft Azure Microsoft NetApp — Snapshots

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

Run with Naftiko Microsoft AzureSnapshots

What You Can Do

GET
Microsoftazuresnapshotslist — Microsoft Azure Describe All Snapshots
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}/snapshots
GET
Microsoftazuresnapshotsget — Microsoft Azure Describe A Snapshot
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}/snapshots/{snapshotname}
PUT
Microsoftazuresnapshotscreate — Microsoft Azure Create A Snapshot
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}/snapshots/{snapshotname}
PATCH
Microsoftazuresnapshotsupdate — Microsoft Azure Update A Snapshot
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}/snapshots/{snapshotname}
DELETE
Microsoftazuresnapshotsdelete — Microsoft Azure Delete A Snapshot
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}/snapshots/{snapshotname}
POST
Microsoftazuresnapshotsrestorefiles — Microsoft Azure Create A New Snapshot Restore Files Request
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}/snapshots/{snapshotname}/restorefiles

MCP Tools

microsoft-azure-describe-all-snapshots

Microsoft Azure Describe All Snapshots

read-only idempotent
microsoft-azure-describe-snapshot

Microsoft Azure Describe A Snapshot

read-only idempotent
microsoft-azure-create-snapshot

Microsoft Azure Create A Snapshot

idempotent
microsoft-azure-update-snapshot

Microsoft Azure Update A Snapshot

idempotent
microsoft-azure-delete-snapshot

Microsoft Azure Delete A Snapshot

idempotent
microsoft-azure-create-new-snapshot

Microsoft Azure Create A New Snapshot Restore Files Request

Capability Spec

microsoft-netapp-snapshots.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft NetApp — Snapshots
  description: 'Microsoft Azure Microsoft NetApp — Snapshots. 6 operations. Lead operation: Microsoft Azure Describe All Snapshots.
    Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Snapshots
  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-snapshots
    baseUri: https://management.azure.com
    description: Microsoft Azure Microsoft NetApp — Snapshots 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/{volumeName}/snapshots
      operations:
      - name: microsoftazuresnapshotslist
        method: GET
        description: Microsoft Azure Describe All Snapshots
        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}/snapshots/{snapshotName}
      operations:
      - name: microsoftazuresnapshotsget
        method: GET
        description: Microsoft Azure Describe A Snapshot
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuresnapshotscreate
        method: PUT
        description: Microsoft Azure Create A Snapshot
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Snapshot object supplied in the body of the operation.
          required: true
      - name: microsoftazuresnapshotsupdate
        method: PATCH
        description: Microsoft Azure Update A Snapshot
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Snapshot object supplied in the body of the operation.
          required: true
      - name: microsoftazuresnapshotsdelete
        method: DELETE
        description: Microsoft Azure Delete A Snapshot
        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}/snapshots/{snapshotName}/restoreFiles
      operations:
      - name: microsoftazuresnapshotsrestorefiles
        method: POST
        description: Microsoft Azure Create A New Snapshot Restore Files Request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Restore payload supplied in the body of the operation.
          required: true
  exposes:
  - type: rest
    namespace: microsoft-netapp-snapshots-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft NetApp — Snapshots. 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/{volumename}/snapshots
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuresnapshotslist
        description: Microsoft Azure Describe All Snapshots
        call: microsoft-netapp-snapshots.microsoftazuresnapshotslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}/snapshots/{snapshotname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuresnapshotsget
        description: Microsoft Azure Describe A Snapshot
        call: microsoft-netapp-snapshots.microsoftazuresnapshotsget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazuresnapshotscreate
        description: Microsoft Azure Create A Snapshot
        call: microsoft-netapp-snapshots.microsoftazuresnapshotscreate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazuresnapshotsupdate
        description: Microsoft Azure Update A Snapshot
        call: microsoft-netapp-snapshots.microsoftazuresnapshotsupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuresnapshotsdelete
        description: Microsoft Azure Delete A Snapshot
        call: microsoft-netapp-snapshots.microsoftazuresnapshotsdelete
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}/snapshots/{snapshotname}/restorefiles
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazuresnapshotsrestorefiles
        description: Microsoft Azure Create A New Snapshot Restore Files Request
        call: microsoft-netapp-snapshots.microsoftazuresnapshotsrestorefiles
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-netapp-snapshots-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft NetApp — Snapshots. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-describe-all-snapshots
      description: Microsoft Azure Describe All Snapshots
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-netapp-snapshots.microsoftazuresnapshotslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-describe-snapshot
      description: Microsoft Azure Describe A Snapshot
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-netapp-snapshots.microsoftazuresnapshotsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-snapshot
      description: Microsoft Azure Create A Snapshot
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-netapp-snapshots.microsoftazuresnapshotscreate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-snapshot
      description: Microsoft Azure Update A Snapshot
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-netapp-snapshots.microsoftazuresnapshotsupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-snapshot
      description: Microsoft Azure Delete A Snapshot
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-netapp-snapshots.microsoftazuresnapshotsdelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-new-snapshot
      description: Microsoft Azure Create A New Snapshot Restore Files Request
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-netapp-snapshots.microsoftazuresnapshotsrestorefiles
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.