Microsoft Azure · Capability

Microsoft Azure DiskResourceProviderClient — Snapshots

Microsoft Azure DiskResourceProviderClient — Snapshots. 8 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Compute Snapshots. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSnapshots

What You Can Do

GET
Microsoftazuresnapshotslist — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Compute Snapshots
/v1/subscriptions/{subscriptionid}/providers/microsoft-compute/snapshots
GET
Microsoftazuresnapshotslistbyresourcegroup — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Snapshots
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-compute/snapshots
PUT
Microsoftazuresnapshotscreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Snapshots Snapshotname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-compute/snapshots/{snapshotname}
PATCH
Microsoftazuresnapshotsupdate — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Snapshots Snapshotname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-compute/snapshots/{snapshotname}
GET
Microsoftazuresnapshotsget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Snapshots Snapshotname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-compute/snapshots/{snapshotname}
DELETE
Microsoftazuresnapshotsdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Snapshots Snapshotname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-compute/snapshots/{snapshotname}
POST
Microsoftazuresnapshotsgrantaccess — Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Snapshots Snapshotname Begingetaccess
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-compute/snapshots/{snapshotname}/begingetaccess
POST
Microsoftazuresnapshotsrevokeaccess — Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Snapshots Snapshotname Endgetaccess
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-compute/snapshots/{snapshotname}/endgetaccess

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Compute Snapshots

read-only idempotent
microsoft-azure-get-subscriptions-subscriptionid-2

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Snapshots

read-only idempotent
microsoft-azure-put-subscriptions-subscriptionid

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Snapshots Snapshotname

idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Snapshots Snapshotname

idempotent
microsoft-azure-get-subscriptions-subscriptionid-3

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Snapshots Snapshotname

read-only idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Snapshots Snapshotname

idempotent
microsoft-azure-post-subscriptions-subscriptionid

Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Snapshots Snapshotname Begingetaccess

microsoft-azure-post-subscriptions-subscriptionid-2

Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Snapshots Snapshotname Endgetaccess

Capability Spec

diskresourceproviderclient-snapshots.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure DiskResourceProviderClient — Snapshots
  description: 'Microsoft Azure DiskResourceProviderClient — Snapshots. 8 operations. Lead operation: Microsoft Azure Get
    Subscriptions Subscriptionid Providers Microsoft Compute 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: diskresourceproviderclient-snapshots
    baseUri: https://management.azure.com
    description: Microsoft Azure DiskResourceProviderClient — Snapshots business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.Compute-snapshots
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/snapshots
      operations:
      - name: microsoftazuresnapshotslist
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Compute Snapshots
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/snapshots
      operations:
      - name: microsoftazuresnapshotslistbyresourcegroup
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Snapshots
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/snapshots/{snapshotName}
      operations:
      - name: microsoftazuresnapshotscreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Snapshots Snapshotname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: snapshot
          in: body
          type: string
          description: Snapshot object supplied in the body of the Put disk operation.
          required: true
      - name: microsoftazuresnapshotsupdate
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Snapshots Snapshotname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: snapshot
          in: body
          type: string
          description: Snapshot object supplied in the body of the Patch snapshot operation.
          required: true
      - name: microsoftazuresnapshotsget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Snapshots Snapshotname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuresnapshotsdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Snapshots Snapshotname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/snapshots/{snapshotName}/beginGetAccess
      operations:
      - name: microsoftazuresnapshotsgrantaccess
        method: POST
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Snapshots Snapshotname Begingetaccess
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: grantAccessData
          in: body
          type: string
          description: Access data object supplied in the body of the get snapshot access operation.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/snapshots/{snapshotName}/endGetAccess
      operations:
      - name: microsoftazuresnapshotsrevokeaccess
        method: POST
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Snapshots Snapshotname Endgetaccess
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: diskresourceproviderclient-snapshots-rest
    port: 8080
    description: REST adapter for Microsoft Azure DiskResourceProviderClient — Snapshots. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-compute/snapshots
      name: subscriptions-subscriptionid-providers-microsoft-compute-snapshots
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Compute-snapshots.
      operations:
      - method: GET
        name: microsoftazuresnapshotslist
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Compute Snapshots
        call: diskresourceproviderclient-snapshots.microsoftazuresnapshotslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-compute/snapshots
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuresnapshotslistbyresourcegroup
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Snapshots
        call: diskresourceproviderclient-snapshots.microsoftazuresnapshotslistbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-compute/snapshots/{snapshotname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: PUT
        name: microsoftazuresnapshotscreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Snapshots Snapshotname
        call: diskresourceproviderclient-snapshots.microsoftazuresnapshotscreateorupdate
        with:
          snapshot: rest.snapshot
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazuresnapshotsupdate
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Snapshots Snapshotname
        call: diskresourceproviderclient-snapshots.microsoftazuresnapshotsupdate
        with:
          snapshot: rest.snapshot
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazuresnapshotsget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Snapshots Snapshotname
        call: diskresourceproviderclient-snapshots.microsoftazuresnapshotsget
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuresnapshotsdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Snapshots Snapshotname
        call: diskresourceproviderclient-snapshots.microsoftazuresnapshotsdelete
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-compute/snapshots/{snapshotname}/begingetaccess
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazuresnapshotsgrantaccess
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Snapshots Snapshotname Begingetaccess
        call: diskresourceproviderclient-snapshots.microsoftazuresnapshotsgrantaccess
        with:
          grantAccessData: rest.grantAccessData
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-compute/snapshots/{snapshotname}/endgetaccess
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazuresnapshotsrevokeaccess
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Snapshots Snapshotname Endgetaccess
        call: diskresourceproviderclient-snapshots.microsoftazuresnapshotsrevokeaccess
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: diskresourceproviderclient-snapshots-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure DiskResourceProviderClient — Snapshots. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-subscriptions-subscriptionid
      description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Compute Snapshots
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: diskresourceproviderclient-snapshots.microsoftazuresnapshotslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute
        Snapshots
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: diskresourceproviderclient-snapshots.microsoftazuresnapshotslistbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute
        Snapshots Snapshotname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: diskresourceproviderclient-snapshots.microsoftazuresnapshotscreateorupdate
      with:
        snapshot: tools.snapshot
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Compute Snapshots Snapshotname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: diskresourceproviderclient-snapshots.microsoftazuresnapshotsupdate
      with:
        snapshot: tools.snapshot
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-3
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute
        Snapshots Snapshotname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: diskresourceproviderclient-snapshots.microsoftazuresnapshotsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Compute Snapshots Snapshotname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: diskresourceproviderclient-snapshots.microsoftazuresnapshotsdelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-subscriptions-subscriptionid
      description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Compute Snapshots Snapshotname Begingetaccess
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: diskresourceproviderclient-snapshots.microsoftazuresnapshotsgrantaccess
      with:
        grantAccessData: tools.grantAccessData
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-subscriptions-subscriptionid-2
      description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Compute Snapshots Snapshotname Endgetaccess
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: diskresourceproviderclient-snapshots.microsoftazuresnapshotsrevokeaccess
      outputParameters:
      - type: object
        mapping: $.