Azure Synapse Analytics · Capability

Azure Synapse Analytics - Private Endpoint Connections API — PrivateEndpointConnections

Azure Synapse Analytics - Private Endpoint Connections API — PrivateEndpointConnections. 4 operations. Lead operation: Azure Synapse Analytics List private endpoint connections. Self-contained Naftiko capability covering one Microsoft Azure Synapse Analytics business surface.

Run with Naftiko Microsoft Azure Synapse AnalyticsPrivateEndpointConnections

What You Can Do

GET
Privateendpointconnectionslist — Azure Synapse Analytics List private endpoint connections
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-synapse/workspaces/{workspacename}/privateendpointconnections
GET
Privateendpointconnectionsget — Azure Synapse Analytics Get a private endpoint connection
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-synapse/workspaces/{workspacename}/privateendpointconnections/{privateendpointconnectionname}
PUT
Privateendpointconnectionscreate — Azure Synapse Analytics Approve or reject a private endpoint connection
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-synapse/workspaces/{workspacename}/privateendpointconnections/{privateendpointconnectionname}
DELETE
Privateendpointconnectionsdelete — Azure Synapse Analytics Delete a private endpoint connection
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-synapse/workspaces/{workspacename}/privateendpointconnections/{privateendpointconnectionname}

MCP Tools

azure-synapse-analytics-list-private

Azure Synapse Analytics List private endpoint connections

read-only idempotent
azure-synapse-analytics-get-private

Azure Synapse Analytics Get a private endpoint connection

read-only idempotent
azure-synapse-analytics-approve-reject

Azure Synapse Analytics Approve or reject a private endpoint connection

idempotent
azure-synapse-analytics-delete-private

Azure Synapse Analytics Delete a private endpoint connection

idempotent

Capability Spec

azure-synapse-analytics-private-endpoint-connections-privateendpointconnections.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure Synapse Analytics - Private Endpoint Connections API — PrivateEndpointConnections
  description: 'Azure Synapse Analytics - Private Endpoint Connections API — PrivateEndpointConnections. 4 operations. Lead
    operation: Azure Synapse Analytics List private endpoint connections. Self-contained Naftiko capability covering one Microsoft
    Azure Synapse Analytics business surface.'
  tags:
  - Microsoft Azure Synapse Analytics
  - PrivateEndpointConnections
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_SYNAPSE_ANALYTICS_API_KEY: MICROSOFT_AZURE_SYNAPSE_ANALYTICS_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-synapse-analytics-private-endpoint-connections-privateendpointconnections
    baseUri: https://management.azure.com
    description: Azure Synapse Analytics - Private Endpoint Connections API — PrivateEndpointConnections business capability.
      Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/privateEndpointConnections
      operations:
      - name: privateendpointconnectionslist
        method: GET
        description: Azure Synapse Analytics 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.Synapse/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
      operations:
      - name: privateendpointconnectionsget
        method: GET
        description: Azure Synapse Analytics Get a private endpoint connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: privateEndpointConnectionName
          in: path
          type: string
          description: The name of the private endpoint connection.
          required: true
      - name: privateendpointconnectionscreate
        method: PUT
        description: Azure Synapse Analytics Approve or reject a private endpoint connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: privateEndpointConnectionName
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: privateendpointconnectionsdelete
        method: DELETE
        description: Azure Synapse Analytics Delete 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_AZURE_SYNAPSE_ANALYTICS_API_KEY}}'
  exposes:
  - type: rest
    namespace: azure-synapse-analytics-private-endpoint-connections-privateendpointconnections-rest
    port: 8080
    description: REST adapter for Azure Synapse Analytics - Private Endpoint Connections API — PrivateEndpointConnections.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-synapse/workspaces/{workspacename}/privateendpointconnections
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: privateendpointconnectionslist
        description: Azure Synapse Analytics List private endpoint connections
        call: azure-synapse-analytics-private-endpoint-connections-privateendpointconnections.privateendpointconnectionslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-synapse/workspaces/{workspacename}/privateendpointconnections/{privateendpointconnectionname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: privateendpointconnectionsget
        description: Azure Synapse Analytics Get a private endpoint connection
        call: azure-synapse-analytics-private-endpoint-connections-privateendpointconnections.privateendpointconnectionsget
        with:
          privateEndpointConnectionName: rest.privateEndpointConnectionName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: privateendpointconnectionscreate
        description: Azure Synapse Analytics Approve or reject a private endpoint connection
        call: azure-synapse-analytics-private-endpoint-connections-privateendpointconnections.privateendpointconnectionscreate
        with:
          privateEndpointConnectionName: rest.privateEndpointConnectionName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: privateendpointconnectionsdelete
        description: Azure Synapse Analytics Delete a private endpoint connection
        call: azure-synapse-analytics-private-endpoint-connections-privateendpointconnections.privateendpointconnectionsdelete
        with:
          privateEndpointConnectionName: rest.privateEndpointConnectionName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-synapse-analytics-private-endpoint-connections-privateendpointconnections-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure Synapse Analytics - Private Endpoint Connections API — PrivateEndpointConnections.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: azure-synapse-analytics-list-private
      description: Azure Synapse Analytics List private endpoint connections
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-synapse-analytics-private-endpoint-connections-privateendpointconnections.privateendpointconnectionslist
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-synapse-analytics-get-private
      description: Azure Synapse Analytics Get a private endpoint connection
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-synapse-analytics-private-endpoint-connections-privateendpointconnections.privateendpointconnectionsget
      with:
        privateEndpointConnectionName: tools.privateEndpointConnectionName
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-synapse-analytics-approve-reject
      description: Azure Synapse Analytics Approve or reject a private endpoint connection
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-synapse-analytics-private-endpoint-connections-privateendpointconnections.privateendpointconnectionscreate
      with:
        privateEndpointConnectionName: tools.privateEndpointConnectionName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-synapse-analytics-delete-private
      description: Azure Synapse Analytics Delete a private endpoint connection
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-synapse-analytics-private-endpoint-connections-privateendpointconnections.privateendpointconnectionsdelete
      with:
        privateEndpointConnectionName: tools.privateEndpointConnectionName
      outputParameters:
      - type: object
        mapping: $.