Microsoft Azure · Capability

Microsoft Azure LogicManagementClient — WorkflowRuns

Microsoft Azure LogicManagementClient — WorkflowRuns. 4 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Workflows Workflowname Runs. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureWorkflowRuns

What You Can Do

GET
Microsoftazureworkflowrunslist — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Workflows Workflowname Runs
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/runs
GET
Microsoftazureworkflowrunsget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Workflows Workflowname Runs Runname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/runs/{runname}
DELETE
Microsoftazureworkflowrunsdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Workflows Workflowname Runs Runname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/runs/{runname}
POST
Microsoftazureworkflowrunscancel — Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Workflows Workflowname Runs Runname Cancel
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/runs/{runname}/cancel

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Workflows Workflowname Runs

read-only idempotent
microsoft-azure-get-subscriptions-subscriptionid-2

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Workflows Workflowname Runs Runname

read-only idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Workflows Workflowname Runs Runname

idempotent
microsoft-azure-post-subscriptions-subscriptionid

Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Workflows Workflowname Runs Runname Cancel

Capability Spec

logicmanagementclient-workflowruns.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure LogicManagementClient — WorkflowRuns
  description: 'Microsoft Azure LogicManagementClient — WorkflowRuns. 4 operations. Lead operation: Microsoft Azure Get Subscriptions
    Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Workflows Workflowname Runs. 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: logicmanagementclient-workflowruns
    baseUri: https://management.azure.com
    description: Microsoft Azure 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: microsoftazureworkflowrunslist
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Logic Workflows Workflowname Runs
        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: microsoftazureworkflowrunsget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Logic Workflows Workflowname Runs Runname
        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: microsoftazureworkflowrunsdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Logic Workflows Workflowname Runs Runname
        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: microsoftazureworkflowrunscancel
        method: POST
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Logic Workflows Workflowname Runs Runname 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: logicmanagementclient-workflowruns-rest
    port: 8080
    description: REST adapter for Microsoft Azure 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: microsoftazureworkflowrunslist
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Logic Workflows Workflowname Runs
        call: logicmanagementclient-workflowruns.microsoftazureworkflowrunslist
        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: microsoftazureworkflowrunsget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Logic Workflows Workflowname Runs Runname
        call: logicmanagementclient-workflowruns.microsoftazureworkflowrunsget
        with:
          resourceGroupName: rest.resourceGroupName
          workflowName: rest.workflowName
          runName: rest.runName
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureworkflowrunsdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Logic Workflows Workflowname Runs Runname
        call: logicmanagementclient-workflowruns.microsoftazureworkflowrunsdelete
        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: microsoftazureworkflowrunscancel
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Logic Workflows Workflowname Runs Runname Cancel
        call: logicmanagementclient-workflowruns.microsoftazureworkflowrunscancel
        with:
          resourceGroupName: rest.resourceGroupName
          workflowName: rest.workflowName
          runName: rest.runName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: logicmanagementclient-workflowruns-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure LogicManagementClient — WorkflowRuns. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-subscriptions-subscriptionid
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic
        Workflows Workflowname Runs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: logicmanagementclient-workflowruns.microsoftazureworkflowrunslist
      with:
        resourceGroupName: tools.resourceGroupName
        workflowName: tools.workflowName
        $top: tools.$top
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic
        Workflows Workflowname Runs Runname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: logicmanagementclient-workflowruns.microsoftazureworkflowrunsget
      with:
        resourceGroupName: tools.resourceGroupName
        workflowName: tools.workflowName
        runName: tools.runName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Logic Workflows Workflowname Runs Runname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: logicmanagementclient-workflowruns.microsoftazureworkflowrunsdelete
      with:
        resourceGroupName: tools.resourceGroupName
        workflowName: tools.workflowName
        runName: tools.runName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-subscriptions-subscriptionid
      description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Logic Workflows Workflowname Runs Runname Cancel
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: logicmanagementclient-workflowruns.microsoftazureworkflowrunscancel
      with:
        resourceGroupName: tools.resourceGroupName
        workflowName: tools.workflowName
        runName: tools.runName
      outputParameters:
      - type: object
        mapping: $.