Microsoft Azure · Capability

Microsoft Azure CustomerInsightsManagementClient — ConnectorMappings

Microsoft Azure CustomerInsightsManagementClient — ConnectorMappings. 4 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customerinsights Hubs Hubname Connectors Connectorname Mappings. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureConnectorMappings

What You Can Do

GET
Microsoftazureconnectormappingslistbyconnector — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customerinsights Hubs Hubname Connectors Connectorname Mappings
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-customerinsights/hubs/{hubname}/connectors/{connectorname}/mappings
PUT
Microsoftazureconnectormappingscreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customerinsights Hubs Hubname Connectors Connectorname Mappings Mappingname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-customerinsights/hubs/{hubname}/connectors/{connectorname}/mappings/{mappingname}
GET
Microsoftazureconnectormappingsget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customerinsights Hubs Hubname Connectors Connectorname Mappings Mappingname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-customerinsights/hubs/{hubname}/connectors/{connectorname}/mappings/{mappingname}
DELETE
Microsoftazureconnectormappingsdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customerinsights Hubs Hubname Connectors Connectorname Mappings Mappingname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-customerinsights/hubs/{hubname}/connectors/{connectorname}/mappings/{mappingname}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customerinsights Hubs Hubname Connectors Connectorname Mappings

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

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customerinsights Hubs Hubname Connectors Connectorname Mappings Mappingname

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customerinsights Hubs Hubname Connectors Connectorname Mappings Mappingname

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

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customerinsights Hubs Hubname Connectors Connectorname Mappings Mappingname

idempotent

Capability Spec

customerinsightsmanagementclient-connectormappings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure CustomerInsightsManagementClient — ConnectorMappings
  description: 'Microsoft Azure CustomerInsightsManagementClient — ConnectorMappings. 4 operations. Lead operation: Microsoft
    Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customerinsights Hubs Hubname
    Connectors Connectorname Mappings. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - ConnectorMappings
  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-connectormappings
    baseUri: https://management.azure.com
    description: Microsoft Azure CustomerInsightsManagementClient — ConnectorMappings business capability. Self-contained,
      no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/connectors/{connectorName}/mappings
      operations:
      - name: microsoftazureconnectormappingslistbyconnector
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Customerinsights Hubs Hubname Connectors Connectorname Mappings
        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: connectorName
          in: path
          type: string
          description: The name of the connector.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/connectors/{connectorName}/mappings/{mappingName}
      operations:
      - name: microsoftazureconnectormappingscreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Customerinsights Hubs Hubname Connectors Connectorname Mappings Mappingname
        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: connectorName
          in: path
          type: string
          description: The name of the connector.
          required: true
        - name: mappingName
          in: path
          type: string
          description: The name of the connector mapping.
          required: true
        - name: parameters
          in: body
          type: string
          description: Parameters supplied to the CreateOrUpdate Connector Mapping operation.
          required: true
      - name: microsoftazureconnectormappingsget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Customerinsights Hubs Hubname Connectors Connectorname Mappings Mappingname
        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: connectorName
          in: path
          type: string
          description: The name of the connector.
          required: true
        - name: mappingName
          in: path
          type: string
          description: The name of the connector mapping.
          required: true
      - name: microsoftazureconnectormappingsdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Customerinsights Hubs Hubname Connectors Connectorname Mappings Mappingname
        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: connectorName
          in: path
          type: string
          description: The name of the connector.
          required: true
        - name: mappingName
          in: path
          type: string
          description: The name of the connector mapping.
          required: true
  exposes:
  - type: rest
    namespace: customerinsightsmanagementclient-connectormappings-rest
    port: 8080
    description: REST adapter for Microsoft Azure CustomerInsightsManagementClient — ConnectorMappings. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-customerinsights/hubs/{hubname}/connectors/{connectorname}/mappings
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureconnectormappingslistbyconnector
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Customerinsights Hubs Hubname Connectors Connectorname Mappings
        call: customerinsightsmanagementclient-connectormappings.microsoftazureconnectormappingslistbyconnector
        with:
          resourceGroupName: rest.resourceGroupName
          hubName: rest.hubName
          connectorName: rest.connectorName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-customerinsights/hubs/{hubname}/connectors/{connectorname}/mappings/{mappingname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: PUT
        name: microsoftazureconnectormappingscreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Customerinsights Hubs Hubname Connectors Connectorname Mappings Mappingname
        call: customerinsightsmanagementclient-connectormappings.microsoftazureconnectormappingscreateorupdate
        with:
          resourceGroupName: rest.resourceGroupName
          hubName: rest.hubName
          connectorName: rest.connectorName
          mappingName: rest.mappingName
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureconnectormappingsget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Customerinsights Hubs Hubname Connectors Connectorname Mappings Mappingname
        call: customerinsightsmanagementclient-connectormappings.microsoftazureconnectormappingsget
        with:
          resourceGroupName: rest.resourceGroupName
          hubName: rest.hubName
          connectorName: rest.connectorName
          mappingName: rest.mappingName
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureconnectormappingsdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Customerinsights Hubs Hubname Connectors Connectorname Mappings Mappingname
        call: customerinsightsmanagementclient-connectormappings.microsoftazureconnectormappingsdelete
        with:
          resourceGroupName: rest.resourceGroupName
          hubName: rest.hubName
          connectorName: rest.connectorName
          mappingName: rest.mappingName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: customerinsightsmanagementclient-connectormappings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure CustomerInsightsManagementClient — ConnectorMappings. 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 Customerinsights
        Hubs Hubname Connectors Connectorname Mappings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: customerinsightsmanagementclient-connectormappings.microsoftazureconnectormappingslistbyconnector
      with:
        resourceGroupName: tools.resourceGroupName
        hubName: tools.hubName
        connectorName: tools.connectorName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customerinsights
        Hubs Hubname Connectors Connectorname Mappings Mappingname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: customerinsightsmanagementclient-connectormappings.microsoftazureconnectormappingscreateorupdate
      with:
        resourceGroupName: tools.resourceGroupName
        hubName: tools.hubName
        connectorName: tools.connectorName
        mappingName: tools.mappingName
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customerinsights
        Hubs Hubname Connectors Connectorname Mappings Mappingname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: customerinsightsmanagementclient-connectormappings.microsoftazureconnectormappingsget
      with:
        resourceGroupName: tools.resourceGroupName
        hubName: tools.hubName
        connectorName: tools.connectorName
        mappingName: tools.mappingName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Customerinsights Hubs Hubname Connectors Connectorname Mappings Mappingname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: customerinsightsmanagementclient-connectormappings.microsoftazureconnectormappingsdelete
      with:
        resourceGroupName: tools.resourceGroupName
        hubName: tools.hubName
        connectorName: tools.connectorName
        mappingName: tools.mappingName
      outputParameters:
      - type: object
        mapping: $.