Microsoft Azure · Capability

Microsoft Azure CustomerInsightsManagementClient — Hubs

Microsoft Azure CustomerInsightsManagementClient — Hubs. 6 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Customerinsights Hubs. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureHubs

What You Can Do

GET
Microsoftazurehubslist — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Customerinsights Hubs
/v1/subscriptions/{subscriptionid}/providers/microsoft-customerinsights/hubs
GET
Microsoftazurehubslistbyresourcegroup — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customerinsights Hubs
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-customerinsights/hubs
PUT
Microsoftazurehubscreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customerinsights Hubs Hubname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-customerinsights/hubs/{hubname}
PATCH
Microsoftazurehubsupdate — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customerinsights Hubs Hubname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-customerinsights/hubs/{hubname}
DELETE
Microsoftazurehubsdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customerinsights Hubs Hubname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-customerinsights/hubs/{hubname}
GET
Microsoftazurehubsget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customerinsights Hubs Hubname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-customerinsights/hubs/{hubname}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Customerinsights Hubs

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customerinsights Hubs

read-only idempotent
microsoft-azure-put-subscriptions-subscriptionid

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customerinsights Hubs Hubname

idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customerinsights Hubs Hubname

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customerinsights Hubs Hubname

idempotent
microsoft-azure-get-subscriptions-subscriptionid-3

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customerinsights Hubs Hubname

read-only idempotent

Capability Spec

customerinsightsmanagementclient-hubs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure CustomerInsightsManagementClient — Hubs
  description: 'Microsoft Azure CustomerInsightsManagementClient — Hubs. 6 operations. Lead operation: Microsoft Azure Get
    Subscriptions Subscriptionid Providers Microsoft Customerinsights Hubs. Self-contained Naftiko capability covering one
    Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Hubs
  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: customerinsightsmanagementclient-hubs
    baseUri: https://management.azure.com
    description: Microsoft Azure CustomerInsightsManagementClient — Hubs business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.CustomerInsights-hubs
      path: /subscriptions/{subscriptionId}/providers/Microsoft.CustomerInsights/hubs
      operations:
      - name: microsoftazurehubslist
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Customerinsights Hubs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs
      operations:
      - name: microsoftazurehubslistbyresourcegroup
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Customerinsights Hubs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}
      operations:
      - name: microsoftazurehubscreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Customerinsights Hubs Hubname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group.
          required: true
        - name: hubName
          in: path
          type: string
          description: The name of the Hub.
          required: true
        - name: parameters
          in: body
          type: string
          description: Parameters supplied to the CreateOrUpdate Hub operation.
          required: true
      - name: microsoftazurehubsupdate
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Customerinsights Hubs Hubname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group.
          required: true
        - name: hubName
          in: path
          type: string
          description: The name of the Hub.
          required: true
        - name: parameters
          in: body
          type: string
          description: Parameters supplied to the Update Hub operation.
          required: true
      - name: microsoftazurehubsdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Customerinsights Hubs Hubname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group.
          required: true
        - name: hubName
          in: path
          type: string
          description: The name of the hub.
          required: true
      - name: microsoftazurehubsget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Customerinsights Hubs Hubname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group.
          required: true
        - name: hubName
          in: path
          type: string
          description: The name of the hub.
          required: true
  exposes:
  - type: rest
    namespace: customerinsightsmanagementclient-hubs-rest
    port: 8080
    description: REST adapter for Microsoft Azure CustomerInsightsManagementClient — Hubs. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-customerinsights/hubs
      name: subscriptions-subscriptionid-providers-microsoft-customerinsights-hubs
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.CustomerInsights-hubs.
      operations:
      - method: GET
        name: microsoftazurehubslist
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Customerinsights Hubs
        call: customerinsightsmanagementclient-hubs.microsoftazurehubslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-customerinsights/hubs
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurehubslistbyresourcegroup
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Customerinsights Hubs
        call: customerinsightsmanagementclient-hubs.microsoftazurehubslistbyresourcegroup
        with:
          resourceGroupName: rest.resourceGroupName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-customerinsights/hubs/{hubname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: PUT
        name: microsoftazurehubscreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Customerinsights Hubs Hubname
        call: customerinsightsmanagementclient-hubs.microsoftazurehubscreateorupdate
        with:
          resourceGroupName: rest.resourceGroupName
          hubName: rest.hubName
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurehubsupdate
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Customerinsights Hubs Hubname
        call: customerinsightsmanagementclient-hubs.microsoftazurehubsupdate
        with:
          resourceGroupName: rest.resourceGroupName
          hubName: rest.hubName
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurehubsdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Customerinsights Hubs Hubname
        call: customerinsightsmanagementclient-hubs.microsoftazurehubsdelete
        with:
          resourceGroupName: rest.resourceGroupName
          hubName: rest.hubName
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazurehubsget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Customerinsights Hubs Hubname
        call: customerinsightsmanagementclient-hubs.microsoftazurehubsget
        with:
          resourceGroupName: rest.resourceGroupName
          hubName: rest.hubName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: customerinsightsmanagementclient-hubs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure CustomerInsightsManagementClient — Hubs. 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 Providers Microsoft Customerinsights Hubs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: customerinsightsmanagementclient-hubs.microsoftazurehubslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customerinsights
        Hubs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: customerinsightsmanagementclient-hubs.microsoftazurehubslistbyresourcegroup
      with:
        resourceGroupName: tools.resourceGroupName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customerinsights
        Hubs Hubname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: customerinsightsmanagementclient-hubs.microsoftazurehubscreateorupdate
      with:
        resourceGroupName: tools.resourceGroupName
        hubName: tools.hubName
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Customerinsights Hubs Hubname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: customerinsightsmanagementclient-hubs.microsoftazurehubsupdate
      with:
        resourceGroupName: tools.resourceGroupName
        hubName: tools.hubName
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Customerinsights Hubs Hubname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: customerinsightsmanagementclient-hubs.microsoftazurehubsdelete
      with:
        resourceGroupName: tools.resourceGroupName
        hubName: tools.hubName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-3
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customerinsights
        Hubs Hubname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: customerinsightsmanagementclient-hubs.microsoftazurehubsget
      with:
        resourceGroupName: tools.resourceGroupName
        hubName: tools.hubName
      outputParameters:
      - type: object
        mapping: $.