Azure Synapse Analytics · Capability

Azure Synapse Analytics - Spark Pools API — BigDataPools

Azure Synapse Analytics - Spark Pools API — BigDataPools. 5 operations. Lead operation: Azure Synapse Analytics List Spark pools by workspace. Self-contained Naftiko capability covering one Microsoft Azure Synapse Analytics business surface.

Run with Naftiko Microsoft Azure Synapse AnalyticsBigDataPools

What You Can Do

GET
Bigdatapoolslistbyworkspace — Azure Synapse Analytics List Spark pools by workspace
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-synapse/workspaces/{workspacename}/bigdatapools
GET
Bigdatapoolsget — Azure Synapse Analytics Get a Spark pool
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-synapse/workspaces/{workspacename}/bigdatapools/{bigdatapoolname}
PUT
Bigdatapoolscreateorupdate — Azure Synapse Analytics Create or update a Spark pool
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-synapse/workspaces/{workspacename}/bigdatapools/{bigdatapoolname}
PATCH
Bigdatapoolsupdate — Azure Synapse Analytics Update a Spark pool
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-synapse/workspaces/{workspacename}/bigdatapools/{bigdatapoolname}
DELETE
Bigdatapoolsdelete — Azure Synapse Analytics Delete a Spark pool
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-synapse/workspaces/{workspacename}/bigdatapools/{bigdatapoolname}

MCP Tools

azure-synapse-analytics-list-spark

Azure Synapse Analytics List Spark pools by workspace

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

Azure Synapse Analytics Get a Spark pool

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

Azure Synapse Analytics Create or update a Spark pool

idempotent
azure-synapse-analytics-update-spark

Azure Synapse Analytics Update a Spark pool

idempotent
azure-synapse-analytics-delete-spark

Azure Synapse Analytics Delete a Spark pool

idempotent

Capability Spec

azure-synapse-analytics-spark-pools-bigdatapools.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure Synapse Analytics - Spark Pools API — BigDataPools
  description: 'Azure Synapse Analytics - Spark Pools API — BigDataPools. 5 operations. Lead operation: Azure Synapse Analytics
    List Spark pools by workspace. Self-contained Naftiko capability covering one Microsoft Azure Synapse Analytics business
    surface.'
  tags:
  - Microsoft Azure Synapse Analytics
  - BigDataPools
  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-spark-pools-bigdatapools
    baseUri: https://management.azure.com
    description: Azure Synapse Analytics - Spark Pools API — BigDataPools 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}/bigDataPools
      operations:
      - name: bigdatapoolslistbyworkspace
        method: GET
        description: Azure Synapse Analytics List Spark pools by workspace
        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}/bigDataPools/{bigDataPoolName}
      operations:
      - name: bigdatapoolsget
        method: GET
        description: Azure Synapse Analytics Get a Spark pool
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: bigdatapoolscreateorupdate
        method: PUT
        description: Azure Synapse Analytics Create or update a Spark pool
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: force
          in: query
          type: boolean
          description: Whether to stop any running jobs in the Big Data pool.
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: bigdatapoolsupdate
        method: PATCH
        description: Azure Synapse Analytics Update a Spark pool
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: bigdatapoolsdelete
        method: DELETE
        description: Azure Synapse Analytics Delete a Spark pool
        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-spark-pools-bigdatapools-rest
    port: 8080
    description: REST adapter for Azure Synapse Analytics - Spark Pools API — BigDataPools. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-synapse/workspaces/{workspacename}/bigdatapools
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: bigdatapoolslistbyworkspace
        description: Azure Synapse Analytics List Spark pools by workspace
        call: azure-synapse-analytics-spark-pools-bigdatapools.bigdatapoolslistbyworkspace
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-synapse/workspaces/{workspacename}/bigdatapools/{bigdatapoolname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: bigdatapoolsget
        description: Azure Synapse Analytics Get a Spark pool
        call: azure-synapse-analytics-spark-pools-bigdatapools.bigdatapoolsget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: bigdatapoolscreateorupdate
        description: Azure Synapse Analytics Create or update a Spark pool
        call: azure-synapse-analytics-spark-pools-bigdatapools.bigdatapoolscreateorupdate
        with:
          force: rest.force
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: bigdatapoolsupdate
        description: Azure Synapse Analytics Update a Spark pool
        call: azure-synapse-analytics-spark-pools-bigdatapools.bigdatapoolsupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: bigdatapoolsdelete
        description: Azure Synapse Analytics Delete a Spark pool
        call: azure-synapse-analytics-spark-pools-bigdatapools.bigdatapoolsdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-synapse-analytics-spark-pools-bigdatapools-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure Synapse Analytics - Spark Pools API — BigDataPools. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: azure-synapse-analytics-list-spark
      description: Azure Synapse Analytics List Spark pools by workspace
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-synapse-analytics-spark-pools-bigdatapools.bigdatapoolslistbyworkspace
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-synapse-analytics-get-spark
      description: Azure Synapse Analytics Get a Spark pool
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-synapse-analytics-spark-pools-bigdatapools.bigdatapoolsget
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-synapse-analytics-create-update
      description: Azure Synapse Analytics Create or update a Spark pool
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-synapse-analytics-spark-pools-bigdatapools.bigdatapoolscreateorupdate
      with:
        force: tools.force
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-synapse-analytics-update-spark
      description: Azure Synapse Analytics Update a Spark pool
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-synapse-analytics-spark-pools-bigdatapools.bigdatapoolsupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-synapse-analytics-delete-spark
      description: Azure Synapse Analytics Delete a Spark pool
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-synapse-analytics-spark-pools-bigdatapools.bigdatapoolsdelete
      outputParameters:
      - type: object
        mapping: $.