Azure Synapse Analytics · Capability

Azure Synapse Analytics - Workspace API — WorkspaceManagedIdentity

Azure Synapse Analytics - Workspace API — WorkspaceManagedIdentity. 2 operations. Lead operation: Azure Synapse Analytics Get managed identity SQL control settings. Self-contained Naftiko capability covering one Microsoft Azure Synapse Analytics business surface.

Run with Naftiko Microsoft Azure Synapse AnalyticsWorkspaceManagedIdentity

What You Can Do

GET
Workspacemanagedidentitysqlcontrolsettingsget — Azure Synapse Analytics Get managed identity SQL control settings
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-synapse/workspaces/{workspacename}/managedidentitysqlcontrolsettings/default
PUT
Workspacemanagedidentitysqlcontrolsettingscreateorupdate — Azure Synapse Analytics Create or update managed identity SQL control settings
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-synapse/workspaces/{workspacename}/managedidentitysqlcontrolsettings/default

MCP Tools

azure-synapse-analytics-get-managed

Azure Synapse Analytics Get managed identity SQL control settings

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

Azure Synapse Analytics Create or update managed identity SQL control settings

idempotent

Capability Spec

azure-synapse-analytics-workspace-workspacemanagedidentity.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure Synapse Analytics - Workspace API — WorkspaceManagedIdentity
  description: 'Azure Synapse Analytics - Workspace API — WorkspaceManagedIdentity. 2 operations. Lead operation: Azure Synapse
    Analytics Get managed identity SQL control settings. Self-contained Naftiko capability covering one Microsoft Azure Synapse
    Analytics business surface.'
  tags:
  - Microsoft Azure Synapse Analytics
  - WorkspaceManagedIdentity
  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-workspace-workspacemanagedidentity
    baseUri: https://management.azure.com
    description: Azure Synapse Analytics - Workspace API — WorkspaceManagedIdentity 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}/managedIdentitySqlControlSettings/default
      operations:
      - name: workspacemanagedidentitysqlcontrolsettingsget
        method: GET
        description: Azure Synapse Analytics Get managed identity SQL control settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: workspacemanagedidentitysqlcontrolsettingscreateorupdate
        method: PUT
        description: Azure Synapse Analytics Create or update managed identity SQL control settings
        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-workspace-workspacemanagedidentity-rest
    port: 8080
    description: REST adapter for Azure Synapse Analytics - Workspace API — WorkspaceManagedIdentity. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-synapse/workspaces/{workspacename}/managedidentitysqlcontrolsettings/default
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: workspacemanagedidentitysqlcontrolsettingsget
        description: Azure Synapse Analytics Get managed identity SQL control settings
        call: azure-synapse-analytics-workspace-workspacemanagedidentity.workspacemanagedidentitysqlcontrolsettingsget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: workspacemanagedidentitysqlcontrolsettingscreateorupdate
        description: Azure Synapse Analytics Create or update managed identity SQL control settings
        call: azure-synapse-analytics-workspace-workspacemanagedidentity.workspacemanagedidentitysqlcontrolsettingscreateorupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-synapse-analytics-workspace-workspacemanagedidentity-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure Synapse Analytics - Workspace API — WorkspaceManagedIdentity. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: azure-synapse-analytics-get-managed
      description: Azure Synapse Analytics Get managed identity SQL control settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-synapse-analytics-workspace-workspacemanagedidentity.workspacemanagedidentitysqlcontrolsettingsget
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-synapse-analytics-create-update
      description: Azure Synapse Analytics Create or update managed identity SQL control settings
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-synapse-analytics-workspace-workspacemanagedidentity.workspacemanagedidentitysqlcontrolsettingscreateorupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.