Microsoft Azure · Capability

Microsoft Azure Purview Workflow Service — WorkflowRuns

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

Run with Naftiko Microsoft AzureWorkflowRuns

What You Can Do

GET
Microsoftazurelistworkflowruns — Microsoft Azure Get Workflowruns
/v1/workflowruns
GET
Microsoftazuregetworkflowrun — Microsoft Azure Get Workflowruns Workflowrunid
/v1/workflowruns/{workflowrunid}
POST
Microsoftazurecancelworkflowrun — Microsoft Azure Post Workflowruns Workflowrunid Cancel
/v1/workflowruns/{workflowrunid}/cancel

MCP Tools

microsoft-azure-get-workflowruns

Microsoft Azure Get Workflowruns

read-only idempotent
microsoft-azure-get-workflowruns-workflowrunid

Microsoft Azure Get Workflowruns Workflowrunid

read-only idempotent
microsoft-azure-post-workflowruns-workflowrunid

Microsoft Azure Post Workflowruns Workflowrunid Cancel

Capability Spec

purview-workflow-service-workflowruns.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Purview Workflow Service — WorkflowRuns
  description: 'Microsoft Azure Purview Workflow Service — WorkflowRuns. 3 operations. Lead operation: Microsoft Azure Get
    Workflowruns. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - WorkflowRuns
  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-workflowruns
    baseUri: https://purview.azure.com/workflow
    description: Microsoft Azure Purview Workflow Service — WorkflowRuns business capability. Self-contained, no shared references.
    resources:
    - name: workflowruns
      path: /workflowruns
      operations:
      - name: microsoftazurelistworkflowruns
        method: GET
        description: Microsoft Azure Get Workflowruns
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: orderby
          in: query
          type: string
          description: The key word which used to sort the results.
    - name: workflowruns-workflowRunId
      path: /workflowruns/{workflowRunId}
      operations:
      - name: microsoftazuregetworkflowrun
        method: GET
        description: Microsoft Azure Get Workflowruns Workflowrunid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workflowruns-workflowRunId-cancel
      path: /workflowruns/{workflowRunId}/cancel
      operations:
      - name: microsoftazurecancelworkflowrun
        method: POST
        description: Microsoft Azure Post Workflowruns Workflowrunid Cancel
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: runCancelReply
          in: body
          type: string
          description: Reply of canceling a workflow run.
          required: true
  exposes:
  - type: rest
    namespace: purview-workflow-service-workflowruns-rest
    port: 8080
    description: REST adapter for Microsoft Azure Purview Workflow Service — WorkflowRuns. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/workflowruns
      name: workflowruns
      description: REST surface for workflowruns.
      operations:
      - method: GET
        name: microsoftazurelistworkflowruns
        description: Microsoft Azure Get Workflowruns
        call: purview-workflow-service-workflowruns.microsoftazurelistworkflowruns
        with:
          orderby: rest.orderby
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workflowruns/{workflowrunid}
      name: workflowruns-workflowrunid
      description: REST surface for workflowruns-workflowRunId.
      operations:
      - method: GET
        name: microsoftazuregetworkflowrun
        description: Microsoft Azure Get Workflowruns Workflowrunid
        call: purview-workflow-service-workflowruns.microsoftazuregetworkflowrun
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workflowruns/{workflowrunid}/cancel
      name: workflowruns-workflowrunid-cancel
      description: REST surface for workflowruns-workflowRunId-cancel.
      operations:
      - method: POST
        name: microsoftazurecancelworkflowrun
        description: Microsoft Azure Post Workflowruns Workflowrunid Cancel
        call: purview-workflow-service-workflowruns.microsoftazurecancelworkflowrun
        with:
          runCancelReply: rest.runCancelReply
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: purview-workflow-service-workflowruns-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Purview Workflow Service — WorkflowRuns. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-workflowruns
      description: Microsoft Azure Get Workflowruns
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: purview-workflow-service-workflowruns.microsoftazurelistworkflowruns
      with:
        orderby: tools.orderby
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-workflowruns-workflowrunid
      description: Microsoft Azure Get Workflowruns Workflowrunid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: purview-workflow-service-workflowruns.microsoftazuregetworkflowrun
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-workflowruns-workflowrunid
      description: Microsoft Azure Post Workflowruns Workflowrunid Cancel
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: purview-workflow-service-workflowruns.microsoftazurecancelworkflowrun
      with:
        runCancelReply: tools.runCancelReply
      outputParameters:
      - type: object
        mapping: $.