Microsoft Azure · Capability

Microsoft Azure Azure-ContainerStorageRP — Volumes

Microsoft Azure Azure-ContainerStorageRP — Volumes. 5 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerstorage Pools Poolname Volumes. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureVolumes

What You Can Do

GET
Microsoftazurevolumeslistbypool — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerstorage Pools Poolname Volumes
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-containerstorage/pools/{poolname}/volumes
GET
Microsoftazurevolumesget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerstorage Pools Poolname Volumes Volumename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-containerstorage/pools/{poolname}/volumes/{volumename}
PUT
Microsoftazurevolumescreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerstorage Pools Poolname Volumes Volumename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-containerstorage/pools/{poolname}/volumes/{volumename}
PATCH
Microsoftazurevolumesupdate — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerstorage Pools Poolname Volumes Volumename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-containerstorage/pools/{poolname}/volumes/{volumename}
DELETE
Microsoftazurevolumesdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerstorage Pools Poolname Volumes Volumename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-containerstorage/pools/{poolname}/volumes/{volumename}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerstorage Pools Poolname Volumes

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerstorage Pools Poolname Volumes Volumename

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

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerstorage Pools Poolname Volumes Volumename

idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerstorage Pools Poolname Volumes Volumename

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerstorage Pools Poolname Volumes Volumename

idempotent

Capability Spec

azure-containerstoragerp-volumes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure-ContainerStorageRP — Volumes
  description: 'Microsoft Azure Azure-ContainerStorageRP — Volumes. 5 operations. Lead operation: Microsoft Azure Get Subscriptions
    Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerstorage Pools Poolname 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: azure-containerstoragerp-volumes
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure-ContainerStorageRP — Volumes business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerStorage/pools/{poolName}/volumes
      operations:
      - name: microsoftazurevolumeslistbypool
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerstorage Pools Poolname Volumes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: poolName
          in: path
          type: string
          description: Pool Object
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerStorage/pools/{poolName}/volumes/{volumeName}
      operations:
      - name: microsoftazurevolumesget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerstorage Pools Poolname Volumes Volumename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: poolName
          in: path
          type: string
          description: Pool Object
          required: true
        - name: volumeName
          in: path
          type: string
          description: Volume Resource
          required: true
      - name: microsoftazurevolumescreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerstorage Pools Poolname Volumes Volumename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: poolName
          in: path
          type: string
          description: Pool Object
          required: true
        - name: volumeName
          in: path
          type: string
          description: Volume Resource
          required: true
        - name: resource
          in: body
          type: string
          description: Resource create parameters.
          required: true
      - name: microsoftazurevolumesupdate
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerstorage Pools Poolname Volumes Volumename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: poolName
          in: path
          type: string
          description: Pool Object
          required: true
        - name: volumeName
          in: path
          type: string
          description: Volume Resource
          required: true
        - name: properties
          in: body
          type: string
          description: The resource properties to be updated.
          required: true
      - name: microsoftazurevolumesdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerstorage Pools Poolname Volumes Volumename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: poolName
          in: path
          type: string
          description: Pool Object
          required: true
        - name: volumeName
          in: path
          type: string
          description: Volume Resource
          required: true
  exposes:
  - type: rest
    namespace: azure-containerstoragerp-volumes-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure-ContainerStorageRP — Volumes. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-containerstorage/pools/{poolname}/volumes
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurevolumeslistbypool
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerstorage Pools Poolname Volumes
        call: azure-containerstoragerp-volumes.microsoftazurevolumeslistbypool
        with:
          poolName: rest.poolName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-containerstorage/pools/{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 Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerstorage Pools Poolname Volumes Volumename
        call: azure-containerstoragerp-volumes.microsoftazurevolumesget
        with:
          poolName: rest.poolName
          volumeName: rest.volumeName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurevolumescreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerstorage Pools Poolname Volumes Volumename
        call: azure-containerstoragerp-volumes.microsoftazurevolumescreateorupdate
        with:
          poolName: rest.poolName
          volumeName: rest.volumeName
          resource: rest.resource
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurevolumesupdate
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerstorage Pools Poolname Volumes Volumename
        call: azure-containerstoragerp-volumes.microsoftazurevolumesupdate
        with:
          poolName: rest.poolName
          volumeName: rest.volumeName
          properties: rest.properties
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurevolumesdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerstorage Pools Poolname Volumes Volumename
        call: azure-containerstoragerp-volumes.microsoftazurevolumesdelete
        with:
          poolName: rest.poolName
          volumeName: rest.volumeName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-containerstoragerp-volumes-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure-ContainerStorageRP — Volumes. 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 Resourcegroups Resourcegroupname Providers Microsoft Containerstorage
        Pools Poolname Volumes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-containerstoragerp-volumes.microsoftazurevolumeslistbypool
      with:
        poolName: tools.poolName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerstorage
        Pools Poolname Volumes Volumename
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-containerstoragerp-volumes.microsoftazurevolumesget
      with:
        poolName: tools.poolName
        volumeName: tools.volumeName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerstorage
        Pools Poolname Volumes Volumename
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-containerstoragerp-volumes.microsoftazurevolumescreateorupdate
      with:
        poolName: tools.poolName
        volumeName: tools.volumeName
        resource: tools.resource
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Containerstorage Pools Poolname Volumes Volumename
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-containerstoragerp-volumes.microsoftazurevolumesupdate
      with:
        poolName: tools.poolName
        volumeName: tools.volumeName
        properties: tools.properties
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Containerstorage Pools Poolname Volumes Volumename
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-containerstoragerp-volumes.microsoftazurevolumesdelete
      with:
        poolName: tools.poolName
        volumeName: tools.volumeName
      outputParameters:
      - type: object
        mapping: $.