Microsoft Azure · Capability

Microsoft Azure HybridDataManagementClient — DataServices

Microsoft Azure HybridDataManagementClient — DataServices. 2 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata Datamanagers Datamanagername Dataservices. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureDataServices

What You Can Do

GET
Microsoftazuredataserviceslistbydatamanager — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata Datamanagers Datamanagername Dataservices
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-hybriddata/datamanagers/{datamanagername}/dataservices
GET
Microsoftazuredataservicesget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata Datamanagers Datamanagername Dataservices Dataservicename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-hybriddata/datamanagers/{datamanagername}/dataservices/{dataservicename}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata Datamanagers Datamanagername Dataservices

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata Datamanagers Datamanagername Dataservices Dataservicename

read-only idempotent

Capability Spec

hybriddatamanagementclient-dataservices.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure HybridDataManagementClient — DataServices
  description: 'Microsoft Azure HybridDataManagementClient — DataServices. 2 operations. Lead operation: Microsoft Azure Get
    Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata Datamanagers Datamanagername
    Dataservices. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - DataServices
  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: hybriddatamanagementclient-dataservices
    baseUri: https://management.azure.com
    description: Microsoft Azure HybridDataManagementClient — DataServices business capability. Self-contained, no shared
      references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices
      operations:
      - name: microsoftazuredataserviceslistbydatamanager
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Hybriddata Datamanagers Datamanagername Dataservices
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}
      operations:
      - name: microsoftazuredataservicesget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Hybriddata Datamanagers Datamanagername Dataservices Dataservicename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dataServiceName
          in: path
          type: string
          description: The name of the data service that is being queried.
          required: true
  exposes:
  - type: rest
    namespace: hybriddatamanagementclient-dataservices-rest
    port: 8080
    description: REST adapter for Microsoft Azure HybridDataManagementClient — DataServices. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-hybriddata/datamanagers/{datamanagername}/dataservices
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuredataserviceslistbydatamanager
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Hybriddata Datamanagers Datamanagername Dataservices
        call: hybriddatamanagementclient-dataservices.microsoftazuredataserviceslistbydatamanager
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-hybriddata/datamanagers/{datamanagername}/dataservices/{dataservicename}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuredataservicesget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Hybriddata Datamanagers Datamanagername Dataservices Dataservicename
        call: hybriddatamanagementclient-dataservices.microsoftazuredataservicesget
        with:
          dataServiceName: rest.dataServiceName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: hybriddatamanagementclient-dataservices-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure HybridDataManagementClient — DataServices. 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 Hybriddata
        Datamanagers Datamanagername Dataservices
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: hybriddatamanagementclient-dataservices.microsoftazuredataserviceslistbydatamanager
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata
        Datamanagers Datamanagername Dataservices Dataservicename
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: hybriddatamanagementclient-dataservices.microsoftazuredataservicesget
      with:
        dataServiceName: tools.dataServiceName
      outputParameters:
      - type: object
        mapping: $.