Microsoft Azure · Capability

Microsoft Azure DataBoxEdgeManagementClient — Shares

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

Run with Naftiko Microsoft AzureShares

What You Can Do

GET
Microsoftazureshareslistbydataboxedgedevice — Microsoft Azure Lists All The Shares In A Data Box Edge Data Box Gateway Device
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databoxedge/databoxedgedevices/{devicename}/shares
GET
Microsoftazuresharesget — Microsoft Azure Gets A Share By Name
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databoxedge/databoxedgedevices/{devicename}/shares/{name}
PUT
Microsoftazuresharescreateorupdate — Microsoft Azure Creates A New Share Or Updates An Existing Share On The Device
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databoxedge/databoxedgedevices/{devicename}/shares/{name}
DELETE
Microsoftazuresharesdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Databoxedge Databoxedgedevices Devicename Shares Name
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databoxedge/databoxedgedevices/{devicename}/shares/{name}
POST
Microsoftazuresharesrefresh — Microsoft Azure Refreshes The Share Metadata With The Data From The Cloud
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databoxedge/databoxedgedevices/{devicename}/shares/{name}/refresh

MCP Tools

microsoft-azure-lists-all-shares

Microsoft Azure Lists All The Shares In A Data Box Edge Data Box Gateway Device

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

Microsoft Azure Gets A Share By Name

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

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

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Databoxedge Databoxedgedevices Devicename Shares Name

idempotent
microsoft-azure-refreshes-share-metadata

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

Capability Spec

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