Azure Synapse Analytics · Capability

Azure Synapse Analytics - Linked Service API — LinkedService

Azure Synapse Analytics - Linked Service API — LinkedService. 5 operations. Lead operation: Azure Synapse Analytics List linked services. Self-contained Naftiko capability covering one Microsoft Azure Synapse Analytics business surface.

Run with Naftiko Microsoft Azure Synapse AnalyticsLinkedService

What You Can Do

GET
Linkedservicegetlinkedservicesbyworkspace — Azure Synapse Analytics List linked services
/v1/linkedservices
GET
Linkedservicegetlinkedservice — Azure Synapse Analytics Get a linked service
/v1/linkedservices/{linkedservicename}
PUT
Linkedservicecreateorupdatelinkedservice — Azure Synapse Analytics Create or update a linked service
/v1/linkedservices/{linkedservicename}
DELETE
Linkedservicedeletelinkedservice — Azure Synapse Analytics Delete a linked service
/v1/linkedservices/{linkedservicename}
POST
Linkedservicerenamelinkedservice — Azure Synapse Analytics Rename a linked service
/v1/linkedservices/{linkedservicename}/rename

MCP Tools

azure-synapse-analytics-list-linked

Azure Synapse Analytics List linked services

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

Azure Synapse Analytics Get a linked service

read-only idempotent
azure-synapse-analytics-create-update

Azure Synapse Analytics Create or update a linked service

idempotent
azure-synapse-analytics-delete-linked

Azure Synapse Analytics Delete a linked service

idempotent
azure-synapse-analytics-rename-linked

Azure Synapse Analytics Rename a linked service

Capability Spec

azure-synapse-analytics-linked-service-linkedservice.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure Synapse Analytics - Linked Service API — LinkedService
  description: 'Azure Synapse Analytics - Linked Service API — LinkedService. 5 operations. Lead operation: Azure Synapse
    Analytics List linked services. Self-contained Naftiko capability covering one Microsoft Azure Synapse Analytics business
    surface.'
  tags:
  - Microsoft Azure Synapse Analytics
  - LinkedService
  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-linked-service-linkedservice
    baseUri: https://{workspaceName}.dev.azuresynapse.net
    description: Azure Synapse Analytics - Linked Service API — LinkedService business capability. Self-contained, no shared
      references.
    resources:
    - name: linkedservices
      path: /linkedservices
      operations:
      - name: linkedservicegetlinkedservicesbyworkspace
        method: GET
        description: Azure Synapse Analytics List linked services
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: linkedservices-linkedServiceName
      path: /linkedservices/{linkedServiceName}
      operations:
      - name: linkedservicegetlinkedservice
        method: GET
        description: Azure Synapse Analytics Get a linked service
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-None-Match
          in: header
          type: string
      - name: linkedservicecreateorupdatelinkedservice
        method: PUT
        description: Azure Synapse Analytics Create or update a linked service
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: linkedservicedeletelinkedservice
        method: DELETE
        description: Azure Synapse Analytics Delete a linked service
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: linkedservices-linkedServiceName-rename
      path: /linkedservices/{linkedServiceName}/rename
      operations:
      - name: linkedservicerenamelinkedservice
        method: POST
        description: Azure Synapse Analytics Rename a linked service
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_SYNAPSE_ANALYTICS_API_KEY}}'
  exposes:
  - type: rest
    namespace: azure-synapse-analytics-linked-service-linkedservice-rest
    port: 8080
    description: REST adapter for Azure Synapse Analytics - Linked Service API — LinkedService. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/linkedservices
      name: linkedservices
      description: REST surface for linkedservices.
      operations:
      - method: GET
        name: linkedservicegetlinkedservicesbyworkspace
        description: Azure Synapse Analytics List linked services
        call: azure-synapse-analytics-linked-service-linkedservice.linkedservicegetlinkedservicesbyworkspace
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/linkedservices/{linkedservicename}
      name: linkedservices-linkedservicename
      description: REST surface for linkedservices-linkedServiceName.
      operations:
      - method: GET
        name: linkedservicegetlinkedservice
        description: Azure Synapse Analytics Get a linked service
        call: azure-synapse-analytics-linked-service-linkedservice.linkedservicegetlinkedservice
        with:
          If-None-Match: rest.If-None-Match
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: linkedservicecreateorupdatelinkedservice
        description: Azure Synapse Analytics Create or update a linked service
        call: azure-synapse-analytics-linked-service-linkedservice.linkedservicecreateorupdatelinkedservice
        with:
          If-Match: rest.If-Match
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: linkedservicedeletelinkedservice
        description: Azure Synapse Analytics Delete a linked service
        call: azure-synapse-analytics-linked-service-linkedservice.linkedservicedeletelinkedservice
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/linkedservices/{linkedservicename}/rename
      name: linkedservices-linkedservicename-rename
      description: REST surface for linkedservices-linkedServiceName-rename.
      operations:
      - method: POST
        name: linkedservicerenamelinkedservice
        description: Azure Synapse Analytics Rename a linked service
        call: azure-synapse-analytics-linked-service-linkedservice.linkedservicerenamelinkedservice
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-synapse-analytics-linked-service-linkedservice-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure Synapse Analytics - Linked Service API — LinkedService. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: azure-synapse-analytics-list-linked
      description: Azure Synapse Analytics List linked services
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-synapse-analytics-linked-service-linkedservice.linkedservicegetlinkedservicesbyworkspace
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-synapse-analytics-get-linked
      description: Azure Synapse Analytics Get a linked service
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-synapse-analytics-linked-service-linkedservice.linkedservicegetlinkedservice
      with:
        If-None-Match: tools.If-None-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-synapse-analytics-create-update
      description: Azure Synapse Analytics Create or update a linked service
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-synapse-analytics-linked-service-linkedservice.linkedservicecreateorupdatelinkedservice
      with:
        If-Match: tools.If-Match
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-synapse-analytics-delete-linked
      description: Azure Synapse Analytics Delete a linked service
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-synapse-analytics-linked-service-linkedservice.linkedservicedeletelinkedservice
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-synapse-analytics-rename-linked
      description: Azure Synapse Analytics Rename a linked service
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-synapse-analytics-linked-service-linkedservice.linkedservicerenamelinkedservice
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.