Azure Synapse Analytics · Capability

Azure Synapse Analytics - Data Flow Debug Session API — DataFlowDebugSession

Azure Synapse Analytics - Data Flow Debug Session API — DataFlowDebugSession. 5 operations. Lead operation: Azure Synapse Analytics Add a data flow to debug session. Self-contained Naftiko capability covering one Microsoft Azure Synapse Analytics business surface.

Run with Naftiko Microsoft Azure Synapse AnalyticsDataFlowDebugSession

What You Can Do

POST
Dataflowdebugsessionadddataflow — Azure Synapse Analytics Add a data flow to debug session
/v1/adddataflowtodebugsession
POST
Dataflowdebugsessioncreatedataflowdebugsession — Azure Synapse Analytics Create a data flow debug session
/v1/createdataflowdebugsession
POST
Dataflowdebugsessiondeletedataflowdebugsession — Azure Synapse Analytics Delete a data flow debug session
/v1/deletedataflowdebugsession
POST
Dataflowdebugsessionexecutecommand — Azure Synapse Analytics Execute a data flow debug command
/v1/executedataflowdebugcommand
POST
Dataflowdebugsessionquerydataflowdebugsessionsbyworkspace — Azure Synapse Analytics List data flow debug sessions
/v1/querydataflowdebugsessions

MCP Tools

azure-synapse-analytics-add-data

Azure Synapse Analytics Add a data flow to debug session

azure-synapse-analytics-create-data

Azure Synapse Analytics Create a data flow debug session

azure-synapse-analytics-delete-data

Azure Synapse Analytics Delete a data flow debug session

azure-synapse-analytics-execute-data

Azure Synapse Analytics Execute a data flow debug command

azure-synapse-analytics-list-data

Azure Synapse Analytics List data flow debug sessions

read-only

Capability Spec

azure-synapse-analytics-data-flow-debug-session-dataflowdebugsession.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure Synapse Analytics - Data Flow Debug Session API — DataFlowDebugSession
  description: 'Azure Synapse Analytics - Data Flow Debug Session API — DataFlowDebugSession. 5 operations. Lead operation:
    Azure Synapse Analytics Add a data flow to debug session. Self-contained Naftiko capability covering one Microsoft Azure
    Synapse Analytics business surface.'
  tags:
  - Microsoft Azure Synapse Analytics
  - DataFlowDebugSession
  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-data-flow-debug-session-dataflowdebugsession
    baseUri: https://{workspaceName}.dev.azuresynapse.net
    description: Azure Synapse Analytics - Data Flow Debug Session API — DataFlowDebugSession business capability. Self-contained,
      no shared references.
    resources:
    - name: addDataFlowToDebugSession
      path: /addDataFlowToDebugSession
      operations:
      - name: dataflowdebugsessionadddataflow
        method: POST
        description: Azure Synapse Analytics Add a data flow to debug session
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: createDataFlowDebugSession
      path: /createDataFlowDebugSession
      operations:
      - name: dataflowdebugsessioncreatedataflowdebugsession
        method: POST
        description: Azure Synapse Analytics Create a data flow debug session
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: deleteDataFlowDebugSession
      path: /deleteDataFlowDebugSession
      operations:
      - name: dataflowdebugsessiondeletedataflowdebugsession
        method: POST
        description: Azure Synapse Analytics Delete a data flow debug session
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: executeDataFlowDebugCommand
      path: /executeDataFlowDebugCommand
      operations:
      - name: dataflowdebugsessionexecutecommand
        method: POST
        description: Azure Synapse Analytics Execute a data flow debug command
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: queryDataFlowDebugSessions
      path: /queryDataFlowDebugSessions
      operations:
      - name: dataflowdebugsessionquerydataflowdebugsessionsbyworkspace
        method: POST
        description: Azure Synapse Analytics List data flow debug sessions
        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-data-flow-debug-session-dataflowdebugsession-rest
    port: 8080
    description: REST adapter for Azure Synapse Analytics - Data Flow Debug Session API — DataFlowDebugSession. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/adddataflowtodebugsession
      name: adddataflowtodebugsession
      description: REST surface for addDataFlowToDebugSession.
      operations:
      - method: POST
        name: dataflowdebugsessionadddataflow
        description: Azure Synapse Analytics Add a data flow to debug session
        call: azure-synapse-analytics-data-flow-debug-session-dataflowdebugsession.dataflowdebugsessionadddataflow
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/createdataflowdebugsession
      name: createdataflowdebugsession
      description: REST surface for createDataFlowDebugSession.
      operations:
      - method: POST
        name: dataflowdebugsessioncreatedataflowdebugsession
        description: Azure Synapse Analytics Create a data flow debug session
        call: azure-synapse-analytics-data-flow-debug-session-dataflowdebugsession.dataflowdebugsessioncreatedataflowdebugsession
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/deletedataflowdebugsession
      name: deletedataflowdebugsession
      description: REST surface for deleteDataFlowDebugSession.
      operations:
      - method: POST
        name: dataflowdebugsessiondeletedataflowdebugsession
        description: Azure Synapse Analytics Delete a data flow debug session
        call: azure-synapse-analytics-data-flow-debug-session-dataflowdebugsession.dataflowdebugsessiondeletedataflowdebugsession
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/executedataflowdebugcommand
      name: executedataflowdebugcommand
      description: REST surface for executeDataFlowDebugCommand.
      operations:
      - method: POST
        name: dataflowdebugsessionexecutecommand
        description: Azure Synapse Analytics Execute a data flow debug command
        call: azure-synapse-analytics-data-flow-debug-session-dataflowdebugsession.dataflowdebugsessionexecutecommand
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/querydataflowdebugsessions
      name: querydataflowdebugsessions
      description: REST surface for queryDataFlowDebugSessions.
      operations:
      - method: POST
        name: dataflowdebugsessionquerydataflowdebugsessionsbyworkspace
        description: Azure Synapse Analytics List data flow debug sessions
        call: azure-synapse-analytics-data-flow-debug-session-dataflowdebugsession.dataflowdebugsessionquerydataflowdebugsessionsbyworkspace
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-synapse-analytics-data-flow-debug-session-dataflowdebugsession-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure Synapse Analytics - Data Flow Debug Session API — DataFlowDebugSession. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: azure-synapse-analytics-add-data
      description: Azure Synapse Analytics Add a data flow to debug session
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-synapse-analytics-data-flow-debug-session-dataflowdebugsession.dataflowdebugsessionadddataflow
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-synapse-analytics-create-data
      description: Azure Synapse Analytics Create a data flow debug session
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-synapse-analytics-data-flow-debug-session-dataflowdebugsession.dataflowdebugsessioncreatedataflowdebugsession
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-synapse-analytics-delete-data
      description: Azure Synapse Analytics Delete a data flow debug session
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-synapse-analytics-data-flow-debug-session-dataflowdebugsession.dataflowdebugsessiondeletedataflowdebugsession
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-synapse-analytics-execute-data
      description: Azure Synapse Analytics Execute a data flow debug command
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-synapse-analytics-data-flow-debug-session-dataflowdebugsession.dataflowdebugsessionexecutecommand
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-synapse-analytics-list-data
      description: Azure Synapse Analytics List data flow debug sessions
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: azure-synapse-analytics-data-flow-debug-session-dataflowdebugsession.dataflowdebugsessionquerydataflowdebugsessionsbyworkspace
      outputParameters:
      - type: object
        mapping: $.