Microsoft Purview · Capability

Microsoft Purview Workflow API — Workflows

Microsoft Purview Workflow API — Workflows. 1 operations. Lead operation: Microsoft Purview List all workflows. Self-contained Naftiko capability covering one Microsoft Purview business surface.

Run with Naftiko Microsoft PurviewWorkflows

What You Can Do

GET
Listworkflows — Microsoft Purview List all workflows
/v1/workflows

MCP Tools

microsoft-purview-list-all-workflows

Microsoft Purview List all workflows

read-only idempotent

Capability Spec

workflow-workflows.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Purview Workflow API — Workflows
  description: 'Microsoft Purview Workflow API — Workflows. 1 operations. Lead operation: Microsoft Purview List all workflows.
    Self-contained Naftiko capability covering one Microsoft Purview business surface.'
  tags:
  - Microsoft Purview
  - Workflows
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_PURVIEW_API_KEY: MICROSOFT_PURVIEW_API_KEY
capability:
  consumes:
  - type: http
    namespace: workflow-workflows
    baseUri: https://{accountName}.purview.azure.com/workflow
    description: Microsoft Purview Workflow API — Workflows business capability. Self-contained, no shared references.
    resources:
    - name: workflows
      path: /workflows
      operations:
      - name: listworkflows
        method: GET
        description: Microsoft Purview List all workflows
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: api-version
          in: query
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_PURVIEW_API_KEY}}'
  exposes:
  - type: rest
    namespace: workflow-workflows-rest
    port: 8080
    description: REST adapter for Microsoft Purview Workflow API — 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: listworkflows
        description: Microsoft Purview List all workflows
        call: workflow-workflows.listworkflows
        with:
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: workflow-workflows-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Purview Workflow API — Workflows. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-purview-list-all-workflows
      description: Microsoft Purview List all workflows
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: workflow-workflows.listworkflows
      with:
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.