Microsoft Azure · Capability

Microsoft Azure Purview Workflow Service — Workflows

Microsoft Azure Purview Workflow Service — Workflows. 4 operations. Lead operation: Microsoft Azure Get Workflows. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureWorkflows

What You Can Do

GET
Microsoftazurelistworkflows — Microsoft Azure Get Workflows
/v1/workflows
GET
Microsoftazuregetworkflow — Microsoft Azure Get Workflows Workflowid
/v1/workflows/{workflowid}
PUT
Microsoftazurecreateorreplaceworkflow — Microsoft Azure Put Workflows Workflowid
/v1/workflows/{workflowid}
DELETE
Microsoftazuredeleteworkflow — Microsoft Azure Delete Workflows Workflowid
/v1/workflows/{workflowid}

MCP Tools

microsoft-azure-get-workflows

Microsoft Azure Get Workflows

read-only idempotent
microsoft-azure-get-workflows-workflowid

Microsoft Azure Get Workflows Workflowid

read-only idempotent
microsoft-azure-put-workflows-workflowid

Microsoft Azure Put Workflows Workflowid

idempotent
microsoft-azure-delete-workflows-workflowid

Microsoft Azure Delete Workflows Workflowid

idempotent

Capability Spec

purview-workflow-service-workflows.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Purview Workflow Service — Workflows
  description: 'Microsoft Azure Purview Workflow Service — Workflows. 4 operations. Lead operation: Microsoft Azure Get Workflows.
    Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Workflows
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: purview-workflow-service-workflows
    baseUri: https://purview.azure.com/workflow
    description: Microsoft Azure Purview Workflow Service — Workflows business capability. Self-contained, no shared references.
    resources:
    - name: workflows
      path: /workflows
      operations:
      - name: microsoftazurelistworkflows
        method: GET
        description: Microsoft Azure Get Workflows
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workflows-workflowId
      path: /workflows/{workflowId}
      operations:
      - name: microsoftazuregetworkflow
        method: GET
        description: Microsoft Azure Get Workflows Workflowid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazurecreateorreplaceworkflow
        method: PUT
        description: Microsoft Azure Put Workflows Workflowid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: workflowCreateOrUpdateCommand
          in: body
          type: string
          description: Create or update workflow payload.
          required: true
      - name: microsoftazuredeleteworkflow
        method: DELETE
        description: Microsoft Azure Delete Workflows Workflowid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: purview-workflow-service-workflows-rest
    port: 8080
    description: REST adapter for Microsoft Azure Purview Workflow Service — Workflows. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/workflows
      name: workflows
      description: REST surface for workflows.
      operations:
      - method: GET
        name: microsoftazurelistworkflows
        description: Microsoft Azure Get Workflows
        call: purview-workflow-service-workflows.microsoftazurelistworkflows
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workflows/{workflowid}
      name: workflows-workflowid
      description: REST surface for workflows-workflowId.
      operations:
      - method: GET
        name: microsoftazuregetworkflow
        description: Microsoft Azure Get Workflows Workflowid
        call: purview-workflow-service-workflows.microsoftazuregetworkflow
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurecreateorreplaceworkflow
        description: Microsoft Azure Put Workflows Workflowid
        call: purview-workflow-service-workflows.microsoftazurecreateorreplaceworkflow
        with:
          workflowCreateOrUpdateCommand: rest.workflowCreateOrUpdateCommand
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuredeleteworkflow
        description: Microsoft Azure Delete Workflows Workflowid
        call: purview-workflow-service-workflows.microsoftazuredeleteworkflow
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: purview-workflow-service-workflows-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Purview Workflow Service — Workflows. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-workflows
      description: Microsoft Azure Get Workflows
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: purview-workflow-service-workflows.microsoftazurelistworkflows
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-workflows-workflowid
      description: Microsoft Azure Get Workflows Workflowid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: purview-workflow-service-workflows.microsoftazuregetworkflow
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-workflows-workflowid
      description: Microsoft Azure Put Workflows Workflowid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: purview-workflow-service-workflows.microsoftazurecreateorreplaceworkflow
      with:
        workflowCreateOrUpdateCommand: tools.workflowCreateOrUpdateCommand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-workflows-workflowid
      description: Microsoft Azure Delete Workflows Workflowid
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: purview-workflow-service-workflows.microsoftazuredeleteworkflow
      outputParameters:
      - type: object
        mapping: $.