Azure Logic Apps · Capability

Azure Logic Apps Management API — WorkflowVersions

Azure Logic Apps Management API — WorkflowVersions. 1 operations. Lead operation: List workflow versions. Self-contained Naftiko capability covering one Logic Apps business surface.

Run with Naftiko Logic AppsWorkflowVersions

What You Can Do

GET
Listworkflowversions — List workflow versions
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/versions

MCP Tools

list-workflow-versions

List workflow versions

read-only idempotent

Capability Spec

management-workflowversions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure Logic Apps Management API — WorkflowVersions
  description: 'Azure Logic Apps Management API — WorkflowVersions. 1 operations. Lead operation: List workflow versions.
    Self-contained Naftiko capability covering one Logic Apps business surface.'
  tags:
  - Logic Apps
  - WorkflowVersions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LOGIC_APPS_API_KEY: LOGIC_APPS_API_KEY
capability:
  consumes:
  - type: http
    namespace: management-workflowversions
    baseUri: https://management.azure.com
    description: Azure Logic Apps Management API — WorkflowVersions business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/versions
      operations:
      - name: listworkflowversions
        method: GET
        description: List workflow versions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.LOGIC_APPS_API_KEY}}'
  exposes:
  - type: rest
    namespace: management-workflowversions-rest
    port: 8080
    description: REST adapter for Azure Logic Apps Management API — WorkflowVersions. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/versions
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: listworkflowversions
        description: List workflow versions
        call: management-workflowversions.listworkflowversions
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: management-workflowversions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure Logic Apps Management API — WorkflowVersions. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-workflow-versions
      description: List workflow versions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: management-workflowversions.listworkflowversions
      outputParameters:
      - type: object
        mapping: $.