Microsoft Azure · Capability

Microsoft Azure DataShareManagementClient — DataSet

Microsoft Azure DataShareManagementClient — DataSet. 4 operations. Lead operation: Microsoft Azure List Datasets In A Share. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureDataSet

What You Can Do

GET
Microsoftazuredatasetslistbyshare — Microsoft Azure List Datasets In A Share
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}/shares/{sharename}/datasets
GET
Microsoftazuredatasetsget — Microsoft Azure Get Dataset In A Share
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}/shares/{sharename}/datasets/{datasetname}
PUT
Microsoftazuredatasetscreate — Microsoft Azure Adds A New Data Set To An Existing Share
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}/shares/{sharename}/datasets/{datasetname}
DELETE
Microsoftazuredatasetsdelete — Microsoft Azure Delete Dataset In A Share
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}/shares/{sharename}/datasets/{datasetname}

MCP Tools

microsoft-azure-list-datasets-share

Microsoft Azure List Datasets In A Share

read-only idempotent
microsoft-azure-get-dataset-share

Microsoft Azure Get Dataset In A Share

read-only idempotent
microsoft-azure-adds-new-data

Microsoft Azure Adds A New Data Set To An Existing Share

idempotent
microsoft-azure-delete-dataset-share

Microsoft Azure Delete Dataset In A Share

idempotent

Capability Spec

datasharemanagementclient-dataset.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure DataShareManagementClient — DataSet
  description: 'Microsoft Azure DataShareManagementClient — DataSet. 4 operations. Lead operation: Microsoft Azure List Datasets
    In A Share. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - DataSet
  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: datasharemanagementclient-dataset
    baseUri: https://management.azure.com
    description: Microsoft Azure DataShareManagementClient — DataSet business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/dataSets
      operations:
      - name: microsoftazuredatasetslistbyshare
        method: GET
        description: Microsoft Azure List Datasets In A Share
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: shareName
          in: path
          type: string
          description: The name of the share.
          required: true
        - name: $skipToken
          in: query
          type: string
          description: continuation token
        - name: $filter
          in: query
          type: string
          description: Filters the results using OData syntax.
        - name: $orderby
          in: query
          type: string
          description: Sorts the results using OData syntax.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/dataSets/{dataSetName}
      operations:
      - name: microsoftazuredatasetsget
        method: GET
        description: Microsoft Azure Get Dataset In A Share
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: shareName
          in: path
          type: string
          description: The name of the share.
          required: true
        - name: dataSetName
          in: path
          type: string
          description: The name of the dataSet.
          required: true
      - name: microsoftazuredatasetscreate
        method: PUT
        description: Microsoft Azure Adds A New Data Set To An Existing Share
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: shareName
          in: path
          type: string
          description: The name of the share to add the data set to.
          required: true
        - name: dataSetName
          in: path
          type: string
          description: The name of the dataSet.
          required: true
        - name: dataSet
          in: body
          type: string
          description: The new data set information.
          required: true
      - name: microsoftazuredatasetsdelete
        method: DELETE
        description: Microsoft Azure Delete Dataset In A Share
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: shareName
          in: path
          type: string
          description: The name of the share.
          required: true
        - name: dataSetName
          in: path
          type: string
          description: The name of the dataSet.
          required: true
  exposes:
  - type: rest
    namespace: datasharemanagementclient-dataset-rest
    port: 8080
    description: REST adapter for Microsoft Azure DataShareManagementClient — DataSet. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}/shares/{sharename}/datasets
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuredatasetslistbyshare
        description: Microsoft Azure List Datasets In A Share
        call: datasharemanagementclient-dataset.microsoftazuredatasetslistbyshare
        with:
          shareName: rest.shareName
          $skipToken: rest.$skipToken
          $filter: rest.$filter
          $orderby: rest.$orderby
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}/shares/{sharename}/datasets/{datasetname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuredatasetsget
        description: Microsoft Azure Get Dataset In A Share
        call: datasharemanagementclient-dataset.microsoftazuredatasetsget
        with:
          shareName: rest.shareName
          dataSetName: rest.dataSetName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazuredatasetscreate
        description: Microsoft Azure Adds A New Data Set To An Existing Share
        call: datasharemanagementclient-dataset.microsoftazuredatasetscreate
        with:
          shareName: rest.shareName
          dataSetName: rest.dataSetName
          dataSet: rest.dataSet
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuredatasetsdelete
        description: Microsoft Azure Delete Dataset In A Share
        call: datasharemanagementclient-dataset.microsoftazuredatasetsdelete
        with:
          shareName: rest.shareName
          dataSetName: rest.dataSetName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: datasharemanagementclient-dataset-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure DataShareManagementClient — DataSet. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-datasets-share
      description: Microsoft Azure List Datasets In A Share
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datasharemanagementclient-dataset.microsoftazuredatasetslistbyshare
      with:
        shareName: tools.shareName
        $skipToken: tools.$skipToken
        $filter: tools.$filter
        $orderby: tools.$orderby
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-dataset-share
      description: Microsoft Azure Get Dataset In A Share
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datasharemanagementclient-dataset.microsoftazuredatasetsget
      with:
        shareName: tools.shareName
        dataSetName: tools.dataSetName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-adds-new-data
      description: Microsoft Azure Adds A New Data Set To An Existing Share
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: datasharemanagementclient-dataset.microsoftazuredatasetscreate
      with:
        shareName: tools.shareName
        dataSetName: tools.dataSetName
        dataSet: tools.dataSet
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-dataset-share
      description: Microsoft Azure Delete Dataset In A Share
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: datasharemanagementclient-dataset.microsoftazuredatasetsdelete
      with:
        shareName: tools.shareName
        dataSetName: tools.dataSetName
      outputParameters:
      - type: object
        mapping: $.