Microsoft Azure · Capability

Microsoft Azure SeaBreezeManagementClient — Volumes

Microsoft Azure SeaBreezeManagementClient — Volumes. 5 operations. Lead operation: Microsoft Azure Gets All The Volume Resources In A Given Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureVolumes

What You Can Do

GET
Microsoftazurevolumelistbysubscription — Microsoft Azure Gets All The Volume Resources In A Given Subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-servicefabricmesh/volumes
GET
Microsoftazurevolumelistbyresourcegroup — Microsoft Azure Gets All The Volume Resources In A Given Resource Group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-servicefabricmesh/volumes
PUT
Microsoftazurevolumecreate — Microsoft Azure Creates Or Updates A Volume Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-servicefabricmesh/volumes/{volumename}
GET
Microsoftazurevolumeget — Microsoft Azure Gets The Volume Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-servicefabricmesh/volumes/{volumename}
DELETE
Microsoftazurevolumedelete — Microsoft Azure Deletes The Volume Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-servicefabricmesh/volumes/{volumename}

MCP Tools

microsoft-azure-gets-all-volume

Microsoft Azure Gets All The Volume Resources In A Given Subscription

read-only idempotent
microsoft-azure-gets-all-volume-2

Microsoft Azure Gets All The Volume Resources In A Given Resource Group

read-only idempotent
microsoft-azure-creates-updates-volume

Microsoft Azure Creates Or Updates A Volume Resource

idempotent
microsoft-azure-gets-volume-resource

Microsoft Azure Gets The Volume Resource

read-only idempotent
microsoft-azure-deletes-volume-resource

Microsoft Azure Deletes The Volume Resource

idempotent

Capability Spec

seabreezemanagementclient-volumes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure SeaBreezeManagementClient — Volumes
  description: 'Microsoft Azure SeaBreezeManagementClient — Volumes. 5 operations. Lead operation: Microsoft Azure Gets All
    The Volume Resources In A Given Subscription. 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: seabreezemanagementclient-volumes
    baseUri: https://management.azure.com
    description: Microsoft Azure SeaBreezeManagementClient — Volumes business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.ServiceFabricMesh-volumes
      path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/volumes
      operations:
      - name: microsoftazurevolumelistbysubscription
        method: GET
        description: Microsoft Azure Gets All The Volume Resources In A Given Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/volumes
      operations:
      - name: microsoftazurevolumelistbyresourcegroup
        method: GET
        description: Microsoft Azure Gets All The Volume Resources In A Given Resource Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/volumes/{volumeName}
      operations:
      - name: microsoftazurevolumecreate
        method: PUT
        description: Microsoft Azure Creates Or Updates A Volume Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazurevolumeget
        method: GET
        description: Microsoft Azure Gets The Volume Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazurevolumedelete
        method: DELETE
        description: Microsoft Azure Deletes The Volume Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: seabreezemanagementclient-volumes-rest
    port: 8080
    description: REST adapter for Microsoft Azure SeaBreezeManagementClient — Volumes. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-servicefabricmesh/volumes
      name: subscriptions-subscriptionid-providers-microsoft-servicefabricmesh-volumes
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.ServiceFabricMesh-volumes.
      operations:
      - method: GET
        name: microsoftazurevolumelistbysubscription
        description: Microsoft Azure Gets All The Volume Resources In A Given Subscription
        call: seabreezemanagementclient-volumes.microsoftazurevolumelistbysubscription
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-servicefabricmesh/volumes
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurevolumelistbyresourcegroup
        description: Microsoft Azure Gets All The Volume Resources In A Given Resource Group
        call: seabreezemanagementclient-volumes.microsoftazurevolumelistbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-servicefabricmesh/volumes/{volumename}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: PUT
        name: microsoftazurevolumecreate
        description: Microsoft Azure Creates Or Updates A Volume Resource
        call: seabreezemanagementclient-volumes.microsoftazurevolumecreate
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazurevolumeget
        description: Microsoft Azure Gets The Volume Resource
        call: seabreezemanagementclient-volumes.microsoftazurevolumeget
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurevolumedelete
        description: Microsoft Azure Deletes The Volume Resource
        call: seabreezemanagementclient-volumes.microsoftazurevolumedelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: seabreezemanagementclient-volumes-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure SeaBreezeManagementClient — Volumes. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-all-volume
      description: Microsoft Azure Gets All The Volume Resources In A Given Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: seabreezemanagementclient-volumes.microsoftazurevolumelistbysubscription
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-all-volume-2
      description: Microsoft Azure Gets All The Volume Resources In A Given Resource Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: seabreezemanagementclient-volumes.microsoftazurevolumelistbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-creates-updates-volume
      description: Microsoft Azure Creates Or Updates A Volume Resource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: seabreezemanagementclient-volumes.microsoftazurevolumecreate
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-volume-resource
      description: Microsoft Azure Gets The Volume Resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: seabreezemanagementclient-volumes.microsoftazurevolumeget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-volume-resource
      description: Microsoft Azure Deletes The Volume Resource
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: seabreezemanagementclient-volumes.microsoftazurevolumedelete
      outputParameters:
      - type: object
        mapping: $.