Azure Logic Apps · Capability

LogicManagementClient — WorkflowRuns

LogicManagementClient — WorkflowRuns. 3 operations. Lead operation: Azure Logic Apps Workflow Runs_ List. Self-contained Naftiko capability covering one Azure Logic Apps business surface.

Run with Naftiko Azure Logic AppsWorkflowRuns

What You Can Do

GET
Workflowrunslist — Azure Logic Apps Workflow Runs_ List
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/runs
GET
Workflowrunsget — Azure Logic Apps Workflow Runs_ Get
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/runs/{runname}
POST
Workflowrunscancel — Azure Logic Apps Workflow Runs_ Cancel
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/runs/{runname}/cancel

MCP Tools

azure-logic-apps-workflow-runs

Azure Logic Apps Workflow Runs_ List

read-only idempotent
azure-logic-apps-workflow-runs-2

Azure Logic Apps Workflow Runs_ Get

read-only idempotent
azure-logic-apps-workflow-runs-3

Azure Logic Apps Workflow Runs_ Cancel

Capability Spec

azure-logic-apps-workflowruns.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: LogicManagementClient — WorkflowRuns
  description: 'LogicManagementClient — WorkflowRuns. 3 operations. Lead operation: Azure Logic Apps Workflow Runs_ List.
    Self-contained Naftiko capability covering one Azure Logic Apps business surface.'
  tags:
  - Azure Logic Apps
  - WorkflowRuns
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AZURE_LOGIC_APPS_API_KEY: AZURE_LOGIC_APPS_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-logic-apps-workflowruns
    baseUri: https://management.azure.com
    description: LogicManagementClient — WorkflowRuns 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}/runs
      operations:
      - name: workflowrunslist
        method: GET
        description: Azure Logic Apps Workflow Runs_ List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The resource group name.
          required: true
        - name: workflowName
          in: path
          type: string
          description: The workflow name.
          required: true
        - name: $top
          in: query
          type: integer
          description: The number of items to be included in the result.
        - name: $filter
          in: query
          type: string
          description: 'The filter to apply on the operation. Options for filters include: Status, StartTime, and ClientTrackingId.'
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}
      operations:
      - name: workflowrunsget
        method: GET
        description: Azure Logic Apps Workflow Runs_ Get
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The resource group name.
          required: true
        - name: workflowName
          in: path
          type: string
          description: The workflow name.
          required: true
        - name: runName
          in: path
          type: string
          description: The workflow run name.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/cancel
      operations:
      - name: workflowrunscancel
        method: POST
        description: Azure Logic Apps Workflow Runs_ Cancel
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The resource group name.
          required: true
        - name: workflowName
          in: path
          type: string
          description: The workflow name.
          required: true
        - name: runName
          in: path
          type: string
          description: The workflow run name.
          required: true
  exposes:
  - type: rest
    namespace: azure-logic-apps-workflowruns-rest
    port: 8080
    description: REST adapter for LogicManagementClient — WorkflowRuns. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/runs
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: workflowrunslist
        description: Azure Logic Apps Workflow Runs_ List
        call: azure-logic-apps-workflowruns.workflowrunslist
        with:
          resourceGroupName: rest.resourceGroupName
          workflowName: rest.workflowName
          $top: rest.$top
          $filter: rest.$filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/runs/{runname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: workflowrunsget
        description: Azure Logic Apps Workflow Runs_ Get
        call: azure-logic-apps-workflowruns.workflowrunsget
        with:
          resourceGroupName: rest.resourceGroupName
          workflowName: rest.workflowName
          runName: rest.runName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/runs/{runname}/cancel
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: workflowrunscancel
        description: Azure Logic Apps Workflow Runs_ Cancel
        call: azure-logic-apps-workflowruns.workflowrunscancel
        with:
          resourceGroupName: rest.resourceGroupName
          workflowName: rest.workflowName
          runName: rest.runName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-logic-apps-workflowruns-mcp
    port: 9090
    transport: http
    description: MCP adapter for LogicManagementClient — WorkflowRuns. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: azure-logic-apps-workflow-runs
      description: Azure Logic Apps Workflow Runs_ List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-logic-apps-workflowruns.workflowrunslist
      with:
        resourceGroupName: tools.resourceGroupName
        workflowName: tools.workflowName
        $top: tools.$top
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-workflow-runs-2
      description: Azure Logic Apps Workflow Runs_ Get
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-logic-apps-workflowruns.workflowrunsget
      with:
        resourceGroupName: tools.resourceGroupName
        workflowName: tools.workflowName
        runName: tools.runName
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-workflow-runs-3
      description: Azure Logic Apps Workflow Runs_ Cancel
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-logic-apps-workflowruns.workflowrunscancel
      with:
        resourceGroupName: tools.resourceGroupName
        workflowName: tools.workflowName
        runName: tools.runName
      outputParameters:
      - type: object
        mapping: $.