Microsoft Azure · Capability

Microsoft Azure DataBoxEdgeManagementClient — Containers

Microsoft Azure DataBoxEdgeManagementClient — Containers. 5 operations. Lead operation: Microsoft Azure Lists All The Containers Of A Storage Account In A Data Box Edge Data Box Gateway Device. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureContainers

What You Can Do

GET
Microsoftazurecontainerslistbystorageaccount — Microsoft Azure Lists All The Containers Of A Storage Account In A Data Box Edge Data Box Gateway Device
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databoxedge/databoxedgedevices/{devicename}/storageaccounts/{storageaccountname}/containers
GET
Microsoftazurecontainersget — Microsoft Azure Gets A Container By Name
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databoxedge/databoxedgedevices/{devicename}/storageaccounts/{storageaccountname}/containers/{containername}
PUT
Microsoftazurecontainerscreateorupdate — Microsoft Azure Creates A New Container Or Updates An Existing Container On The Device
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databoxedge/databoxedgedevices/{devicename}/storageaccounts/{storageaccountname}/containers/{containername}
DELETE
Microsoftazurecontainersdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Databoxedge Databoxedgedevices Devicename Storageaccounts Storageaccountname Containers Containername
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databoxedge/databoxedgedevices/{devicename}/storageaccounts/{storageaccountname}/containers/{containername}
POST
Microsoftazurecontainersrefresh — Microsoft Azure Refreshes The Container Metadata With The Data From The Cloud
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databoxedge/databoxedgedevices/{devicename}/storageaccounts/{storageaccountname}/containers/{containername}/refresh

MCP Tools

microsoft-azure-lists-all-containers

Microsoft Azure Lists All The Containers Of A Storage Account In A Data Box Edge Data Box Gateway Device

read-only idempotent
microsoft-azure-gets-container-name

Microsoft Azure Gets A Container By Name

read-only idempotent
microsoft-azure-creates-new-container

Microsoft Azure Creates A New Container Or Updates An Existing Container On The Device

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Databoxedge Databoxedgedevices Devicename Storageaccounts Storageaccountname Containers Containername

idempotent
microsoft-azure-refreshes-container-metadata

Microsoft Azure Refreshes The Container Metadata With The Data From The Cloud

Capability Spec

databoxedgemanagementclient-containers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure DataBoxEdgeManagementClient — Containers
  description: 'Microsoft Azure DataBoxEdgeManagementClient — Containers. 5 operations. Lead operation: Microsoft Azure Lists
    All The Containers Of A Storage Account In A Data Box Edge Data Box Gateway Device. Self-contained Naftiko capability
    covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Containers
  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: databoxedgemanagementclient-containers
    baseUri: https://management.azure.com
    description: Microsoft Azure DataBoxEdgeManagementClient — Containers business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccounts/{storageAccountName}/containers
      operations:
      - name: microsoftazurecontainerslistbystorageaccount
        method: GET
        description: Microsoft Azure Lists All The Containers Of A Storage Account In A Data Box Edge Data Box Gateway Device
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deviceName
          in: path
          type: string
          description: The device name.
          required: true
        - name: storageAccountName
          in: path
          type: string
          description: The storage Account name.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccounts/{storageAccountName}/containers/{containerName}
      operations:
      - name: microsoftazurecontainersget
        method: GET
        description: Microsoft Azure Gets A Container By Name
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deviceName
          in: path
          type: string
          description: The device name.
          required: true
        - name: storageAccountName
          in: path
          type: string
          description: The Storage Account Name
          required: true
        - name: containerName
          in: path
          type: string
          description: The container Name
          required: true
      - name: microsoftazurecontainerscreateorupdate
        method: PUT
        description: Microsoft Azure Creates A New Container Or Updates An Existing Container On The Device
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deviceName
          in: path
          type: string
          description: The device name.
          required: true
        - name: storageAccountName
          in: path
          type: string
          description: The Storage Account Name
          required: true
        - name: containerName
          in: path
          type: string
          description: The container name.
          required: true
        - name: container
          in: body
          type: string
          description: The container properties.
          required: true
      - name: microsoftazurecontainersdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Databoxedge Databoxedgedevices Devicename Storageaccounts Storageaccountname Containers Containername
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deviceName
          in: path
          type: string
          description: The device name.
          required: true
        - name: storageAccountName
          in: path
          type: string
          description: The Storage Account Name
          required: true
        - name: containerName
          in: path
          type: string
          description: The container name.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccounts/{storageAccountName}/containers/{containerName}/refresh
      operations:
      - name: microsoftazurecontainersrefresh
        method: POST
        description: Microsoft Azure Refreshes The Container Metadata With The Data From The Cloud
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deviceName
          in: path
          type: string
          description: The device name.
          required: true
        - name: storageAccountName
          in: path
          type: string
          description: The Storage Account Name
          required: true
        - name: containerName
          in: path
          type: string
          description: The container name.
          required: true
  exposes:
  - type: rest
    namespace: databoxedgemanagementclient-containers-rest
    port: 8080
    description: REST adapter for Microsoft Azure DataBoxEdgeManagementClient — Containers. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databoxedge/databoxedgedevices/{devicename}/storageaccounts/{storageaccountname}/containers
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurecontainerslistbystorageaccount
        description: Microsoft Azure Lists All The Containers Of A Storage Account In A Data Box Edge Data Box Gateway Device
        call: databoxedgemanagementclient-containers.microsoftazurecontainerslistbystorageaccount
        with:
          deviceName: rest.deviceName
          storageAccountName: rest.storageAccountName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databoxedge/databoxedgedevices/{devicename}/storageaccounts/{storageaccountname}/containers/{containername}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurecontainersget
        description: Microsoft Azure Gets A Container By Name
        call: databoxedgemanagementclient-containers.microsoftazurecontainersget
        with:
          deviceName: rest.deviceName
          storageAccountName: rest.storageAccountName
          containerName: rest.containerName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurecontainerscreateorupdate
        description: Microsoft Azure Creates A New Container Or Updates An Existing Container On The Device
        call: databoxedgemanagementclient-containers.microsoftazurecontainerscreateorupdate
        with:
          deviceName: rest.deviceName
          storageAccountName: rest.storageAccountName
          containerName: rest.containerName
          container: rest.container
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurecontainersdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Databoxedge Databoxedgedevices Devicename Storageaccounts Storageaccountname Containers Containername
        call: databoxedgemanagementclient-containers.microsoftazurecontainersdelete
        with:
          deviceName: rest.deviceName
          storageAccountName: rest.storageAccountName
          containerName: rest.containerName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databoxedge/databoxedgedevices/{devicename}/storageaccounts/{storageaccountname}/containers/{containername}/refresh
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurecontainersrefresh
        description: Microsoft Azure Refreshes The Container Metadata With The Data From The Cloud
        call: databoxedgemanagementclient-containers.microsoftazurecontainersrefresh
        with:
          deviceName: rest.deviceName
          storageAccountName: rest.storageAccountName
          containerName: rest.containerName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: databoxedgemanagementclient-containers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure DataBoxEdgeManagementClient — Containers. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-lists-all-containers
      description: Microsoft Azure Lists All The Containers Of A Storage Account In A Data Box Edge Data Box Gateway Device
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: databoxedgemanagementclient-containers.microsoftazurecontainerslistbystorageaccount
      with:
        deviceName: tools.deviceName
        storageAccountName: tools.storageAccountName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-container-name
      description: Microsoft Azure Gets A Container By Name
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: databoxedgemanagementclient-containers.microsoftazurecontainersget
      with:
        deviceName: tools.deviceName
        storageAccountName: tools.storageAccountName
        containerName: tools.containerName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-creates-new-container
      description: Microsoft Azure Creates A New Container Or Updates An Existing Container On The Device
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: databoxedgemanagementclient-containers.microsoftazurecontainerscreateorupdate
      with:
        deviceName: tools.deviceName
        storageAccountName: tools.storageAccountName
        containerName: tools.containerName
        container: tools.container
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Databoxedge Databoxedgedevices Devicename Storageaccounts Storageaccountname Containers Containername
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: databoxedgemanagementclient-containers.microsoftazurecontainersdelete
      with:
        deviceName: tools.deviceName
        storageAccountName: tools.storageAccountName
        containerName: tools.containerName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-refreshes-container-metadata
      description: Microsoft Azure Refreshes The Container Metadata With The Data From The Cloud
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: databoxedgemanagementclient-containers.microsoftazurecontainersrefresh
      with:
        deviceName: tools.deviceName
        storageAccountName: tools.storageAccountName
        containerName: tools.containerName
      outputParameters:
      - type: object
        mapping: $.