Azure Synapse Analytics · Capability

Azure Synapse Analytics - Integration Runtimes API — IntegrationRuntimes

Azure Synapse Analytics - Integration Runtimes API — IntegrationRuntimes. 2 operations. Lead operation: Azure Synapse Analytics List integration runtimes. Self-contained Naftiko capability covering one Microsoft Azure Synapse Analytics business surface.

Run with Naftiko Microsoft Azure Synapse AnalyticsIntegrationRuntimes

What You Can Do

GET
Integrationruntimeslist — Azure Synapse Analytics List integration runtimes
/v1/integrationruntimes
GET
Integrationruntimesget — Azure Synapse Analytics Get an integration runtime
/v1/integrationruntimes/{integrationruntimename}

MCP Tools

azure-synapse-analytics-list-integration

Azure Synapse Analytics List integration runtimes

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

Azure Synapse Analytics Get an integration runtime

read-only idempotent

Capability Spec

azure-synapse-analytics-integration-runtimes-integrationruntimes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure Synapse Analytics - Integration Runtimes API — IntegrationRuntimes
  description: 'Azure Synapse Analytics - Integration Runtimes API — IntegrationRuntimes. 2 operations. Lead operation: Azure
    Synapse Analytics List integration runtimes. Self-contained Naftiko capability covering one Microsoft Azure Synapse Analytics
    business surface.'
  tags:
  - Microsoft Azure Synapse Analytics
  - IntegrationRuntimes
  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-integration-runtimes-integrationruntimes
    baseUri: https://{workspaceName}.dev.azuresynapse.net
    description: Azure Synapse Analytics - Integration Runtimes API — IntegrationRuntimes business capability. Self-contained,
      no shared references.
    resources:
    - name: integrationRuntimes
      path: /integrationRuntimes
      operations:
      - name: integrationruntimeslist
        method: GET
        description: Azure Synapse Analytics List integration runtimes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: integrationRuntimes-integrationRuntimeName
      path: /integrationRuntimes/{integrationRuntimeName}
      operations:
      - name: integrationruntimesget
        method: GET
        description: Azure Synapse Analytics Get an integration runtime
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_SYNAPSE_ANALYTICS_API_KEY}}'
  exposes:
  - type: rest
    namespace: azure-synapse-analytics-integration-runtimes-integrationruntimes-rest
    port: 8080
    description: REST adapter for Azure Synapse Analytics - Integration Runtimes API — IntegrationRuntimes. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/integrationruntimes
      name: integrationruntimes
      description: REST surface for integrationRuntimes.
      operations:
      - method: GET
        name: integrationruntimeslist
        description: Azure Synapse Analytics List integration runtimes
        call: azure-synapse-analytics-integration-runtimes-integrationruntimes.integrationruntimeslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/integrationruntimes/{integrationruntimename}
      name: integrationruntimes-integrationruntimename
      description: REST surface for integrationRuntimes-integrationRuntimeName.
      operations:
      - method: GET
        name: integrationruntimesget
        description: Azure Synapse Analytics Get an integration runtime
        call: azure-synapse-analytics-integration-runtimes-integrationruntimes.integrationruntimesget
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-synapse-analytics-integration-runtimes-integrationruntimes-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure Synapse Analytics - Integration Runtimes API — IntegrationRuntimes. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: azure-synapse-analytics-list-integration
      description: Azure Synapse Analytics List integration runtimes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-synapse-analytics-integration-runtimes-integrationruntimes.integrationruntimeslist
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-synapse-analytics-get-integration
      description: Azure Synapse Analytics Get an integration runtime
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-synapse-analytics-integration-runtimes-integrationruntimes.integrationruntimesget
      outputParameters:
      - type: object
        mapping: $.