Microsoft Purview · Capability

Microsoft Purview Account API — Private Endpoint Connections

Microsoft Purview Account API — Private Endpoint Connections. 2 operations. Lead operation: Microsoft Purview List private endpoint connections. Self-contained Naftiko capability covering one Microsoft Purview business surface.

Run with Naftiko Microsoft PurviewPrivate Endpoint Connections

What You Can Do

GET
Listprivateendpointconnections — Microsoft Purview List private endpoint connections
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-purview/accounts/{accountname}/privateendpointconnections
GET
Getprivateendpointconnection — Microsoft Purview Get a private endpoint connection
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-purview/accounts/{accountname}/privateendpointconnections/{privateendpointconnectionname}

MCP Tools

microsoft-purview-list-private-endpoint

Microsoft Purview List private endpoint connections

read-only idempotent
microsoft-purview-get-private-endpoint

Microsoft Purview Get a private endpoint connection

read-only idempotent

Capability Spec

account-private-endpoint-connections.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Purview Account API — Private Endpoint Connections
  description: 'Microsoft Purview Account API — Private Endpoint Connections. 2 operations. Lead operation: Microsoft Purview
    List private endpoint connections. Self-contained Naftiko capability covering one Microsoft Purview business surface.'
  tags:
  - Microsoft Purview
  - Private Endpoint Connections
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_PURVIEW_API_KEY: MICROSOFT_PURVIEW_API_KEY
capability:
  consumes:
  - type: http
    namespace: account-private-endpoint-connections
    baseUri: https://management.azure.com
    description: Microsoft Purview Account API — Private Endpoint Connections business capability. Self-contained, no shared
      references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateEndpointConnections
      operations:
      - name: listprivateendpointconnections
        method: GET
        description: Microsoft Purview List private endpoint connections
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}
      operations:
      - name: getprivateendpointconnection
        method: GET
        description: Microsoft Purview Get a private endpoint connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: privateEndpointConnectionName
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_PURVIEW_API_KEY}}'
  exposes:
  - type: rest
    namespace: account-private-endpoint-connections-rest
    port: 8080
    description: REST adapter for Microsoft Purview Account API — Private Endpoint Connections. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-purview/accounts/{accountname}/privateendpointconnections
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: listprivateendpointconnections
        description: Microsoft Purview List private endpoint connections
        call: account-private-endpoint-connections.listprivateendpointconnections
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-purview/accounts/{accountname}/privateendpointconnections/{privateendpointconnectionname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: getprivateendpointconnection
        description: Microsoft Purview Get a private endpoint connection
        call: account-private-endpoint-connections.getprivateendpointconnection
        with:
          privateEndpointConnectionName: rest.privateEndpointConnectionName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: account-private-endpoint-connections-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Purview Account API — Private Endpoint Connections. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-purview-list-private-endpoint
      description: Microsoft Purview List private endpoint connections
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: account-private-endpoint-connections.listprivateendpointconnections
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-purview-get-private-endpoint
      description: Microsoft Purview Get a private endpoint connection
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: account-private-endpoint-connections.getprivateendpointconnection
      with:
        privateEndpointConnectionName: tools.privateEndpointConnectionName
      outputParameters:
      - type: object
        mapping: $.