WebApps API Client — WorkflowRunActions

WebApps API Client — WorkflowRunActions. 10 operations. Lead operation: WorkflowRunActions. Self-contained Naftiko capability covering one Microsoft Azure Functions business surface.

Run with Naftiko Microsoft Azure FunctionsWorkflowRunActions

What You Can Do

GET
Workflowrunactionslist — Gets a list of workflow run actions.
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowname}/runs/{runname}/actions
GET
Workflowrunactionsget — Gets a workflow run action.
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowname}/runs/{runname}/actions/{actionname}
POST
Workflowrunactionslistexpressiontraces — Lists a workflow run expression trace.
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowname}/runs/{runname}/actions/{actionname}/listexpressiontraces
GET
Workflowrunactionrepetitionslist — Get all of a workflow run action repetitions.
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowname}/runs/{runname}/actions/{actionname}/repetitions
GET
Workflowrunactionrepetitionsget — Get a workflow run action repetition.
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowname}/runs/{runname}/actions/{actionname}/repetitions/{repetitionname}
POST
Workflowrunactionrepetitionslistexpressiontraces — Lists a workflow run expression trace.
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowname}/runs/{runname}/actions/{actionname}/repetitions/{repetitionname}/listexpressiontraces
GET
Workflowrunactionrepetitionsrequesthistorieslist — List a workflow run repetition request history.
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowname}/runs/{runname}/actions/{actionname}/repetitions/{repetitionname}/requesthistories
GET
Workflowrunactionrepetitionsrequesthistoriesget — Gets a workflow run repetition request history.
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowname}/runs/{runname}/actions/{actionname}/repetitions/{repetitionname}/requesthistories/{requesthistoryname}
GET
Workflowrunactionscoperepetitionslist — List the workflow run action scoped repetitions.
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowname}/runs/{runname}/actions/{actionname}/scoperepetitions
GET
Workflowrunactionscoperepetitionsget — Get a workflow run action scoped repetition.
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowname}/runs/{runname}/actions/{actionname}/scoperepetitions/{repetitionname}

MCP Tools

gets-list-workflow-run-actions

Gets a list of workflow run actions.

read-only idempotent
gets-workflow-run-action

Gets a workflow run action.

read-only idempotent
lists-workflow-run-expression-trace

Lists a workflow run expression trace.

get-all-workflow-run-action

Get all of a workflow run action repetitions.

read-only idempotent
get-workflow-run-action-repetition

Get a workflow run action repetition.

read-only idempotent
lists-workflow-run-expression-trace-2

Lists a workflow run expression trace.

list-workflow-run-repetition-request

List a workflow run repetition request history.

read-only idempotent
gets-workflow-run-repetition-request

Gets a workflow run repetition request history.

read-only idempotent
list-workflow-run-action-scoped

List the workflow run action scoped repetitions.

read-only idempotent
get-workflow-run-action-scoped

Get a workflow run action scoped repetition.

read-only idempotent

Capability Spec

azure-functions-management-workflowrunactions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: WebApps API Client — WorkflowRunActions
  description: 'WebApps API Client — WorkflowRunActions. 10 operations. Lead operation: WorkflowRunActions. Self-contained
    Naftiko capability covering one Microsoft Azure Functions business surface.'
  tags:
  - Microsoft Azure Functions
  - WorkflowRunActions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_FUNCTIONS_API_KEY: MICROSOFT_AZURE_FUNCTIONS_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-functions-management-workflowrunactions
    baseUri: https://management.azure.com
    description: WebApps API Client — WorkflowRunActions business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/runs/{runName}/actions
      operations:
      - name: workflowrunactionslist
        method: GET
        description: Gets a list of workflow run actions.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: Site 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: $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.'
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/runs/{runName}/actions/{actionName}
      operations:
      - name: workflowrunactionsget
        method: GET
        description: Gets a workflow run action.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: Site 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: actionName
          in: path
          type: string
          description: The workflow action name.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/runs/{runName}/actions/{actionName}/listExpressionTraces
      operations:
      - name: workflowrunactionslistexpressiontraces
        method: POST
        description: Lists a workflow run expression trace.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: Site 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: actionName
          in: path
          type: string
          description: The workflow action name.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/runs/{runName}/actions/{actionName}/repetitions
      operations:
      - name: workflowrunactionrepetitionslist
        method: GET
        description: Get all of a workflow run action repetitions.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: Site 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: actionName
          in: path
          type: string
          description: The workflow action name.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/runs/{runName}/actions/{actionName}/repetitions/{repetitionName}
      operations:
      - name: workflowrunactionrepetitionsget
        method: GET
        description: Get a workflow run action repetition.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: Site 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: actionName
          in: path
          type: string
          description: The workflow action name.
          required: true
        - name: repetitionName
          in: path
          type: string
          description: The workflow repetition.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/runs/{runName}/actions/{actionName}/repetitions/{repetitionName}/listExpressionTraces
      operations:
      - name: workflowrunactionrepetitionslistexpressiontraces
        method: POST
        description: Lists a workflow run expression trace.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: Site 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: actionName
          in: path
          type: string
          description: The workflow action name.
          required: true
        - name: repetitionName
          in: path
          type: string
          description: The workflow repetition.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/runs/{runName}/actions/{actionName}/repetitions/{repetitionName}/requestHistories
      operations:
      - name: workflowrunactionrepetitionsrequesthistorieslist
        method: GET
        description: List a workflow run repetition request history.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: Site 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: actionName
          in: path
          type: string
          description: The workflow action name.
          required: true
        - name: repetitionName
          in: path
          type: string
          description: The workflow repetition.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/runs/{runName}/actions/{actionName}/repetitions/{repetitionName}/requestHistories/{requestHistoryName}
      operations:
      - name: workflowrunactionrepetitionsrequesthistoriesget
        method: GET
        description: Gets a workflow run repetition request history.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: Site 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: actionName
          in: path
          type: string
          description: The workflow action name.
          required: true
        - name: repetitionName
          in: path
          type: string
          description: The workflow repetition.
          required: true
        - name: requestHistoryName
          in: path
          type: string
          description: The workflow repetition.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/runs/{runName}/actions/{actionName}/scopeRepetitions
      operations:
      - name: workflowrunactionscoperepetitionslist
        method: GET
        description: List the workflow run action scoped repetitions.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: Site 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: actionName
          in: path
          type: string
          description: The workflow action name.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/runs/{runName}/actions/{actionName}/scopeRepetitions/{repetitionName}
      operations:
      - name: workflowrunactionscoperepetitionsget
        method: GET
        description: Get a workflow run action scoped repetition.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: Site 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: actionName
          in: path
          type: string
          description: The workflow action name.
          required: true
        - name: repetitionName
          in: path
          type: string
          description: The workflow repetition.
          required: true
  exposes:
  - type: rest
    namespace: azure-functions-management-workflowrunactions-rest
    port: 8080
    description: REST adapter for WebApps API Client — WorkflowRunActions. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowname}/runs/{runname}/actions
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: workflowrunactionslist
        description: Gets a list of workflow run actions.
        call: azure-functions-management-workflowrunactions.workflowrunactionslist
        with:
          name: rest.name
          workflowName: rest.workflowName
          runName: rest.runName
          $top: rest.$top
          $filter: rest.$filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowname}/runs/{runname}/actions/{actionname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: workflowrunactionsget
        description: Gets a workflow run action.
        call: azure-functions-management-workflowrunactions.workflowrunactionsget
        with:
          name: rest.name
          workflowName: rest.workflowName
          runName: rest.runName
          actionName: rest.actionName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowname}/runs/{runname}/actions/{actionname}/listexpressiontraces
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: workflowrunactionslistexpressiontraces
        description: Lists a workflow run expression trace.
        call: azure-functions-management-workflowrunactions.workflowrunactionslistexpressiontraces
        with:
          name: rest.name
          workflowName: rest.workflowName
          runName: rest.runName
          actionName: rest.actionName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowname}/runs/{runname}/actions/{actionname}/repetitions
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: workflowrunactionrepetitionslist
        description: Get all of a workflow run action repetitions.
        call: azure-functions-management-workflowrunactions.workflowrunactionrepetitionslist
        with:
          name: rest.name
          workflowName: rest.workflowName
          runName: rest.runName
          actionName: rest.actionName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowname}/runs/{runname}/actions/{actionname}/repetitions/{repetitionname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: workflowrunactionrepetitionsget
        description: Get a workflow run action repetition.
        call: azure-functions-management-workflowrunactions.workflowrunactionrepetitionsget
        with:
          name: rest.name
          workflowName: rest.workflowName
          runName: rest.runName
          actionName: rest.actionName
          repetitionName: rest.repetitionName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowname}/runs/{runname}/actions/{actionname}/repetitions/{repetitionname}/listexpressiontraces
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: workflowrunactionrepetitionslistexpressiontraces
        description: Lists a workflow run expression trace.
        call: azure-functions-management-workflowrunactions.workflowrunactionrepetitionslistexpressiontraces
        with:
          name: rest.name
          workflowName: rest.workflowName
          runName: rest.runName
          actionName: rest.actionName
          repetitionName: rest.repetitionName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowname}/runs/{runname}/actions/{actionname}/repetitions/{repetitionname}/requesthistories
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: workflowrunactionrepetitionsrequesthistorieslist
        description: List a workflow run repetition request history.
        call: azure-functions-management-workflowrunactions.workflowrunactionrepetitionsrequesthistorieslist
        with:
          name: rest.name
          workflowName: rest.workflowName
          runName: rest.runName
          actionName: rest.actionName
          repetitionName: rest.repetitionName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowname}/runs/{runname}/actions/{actionname}/repetitions/{repetitionname}/requesthistories/{requesthistoryname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: workflowrunactionrepetitionsrequesthistoriesget
        description: Gets a workflow run repetition request history.
        call: azure-functions-management-workflowrunactions.workflowrunactionrepetitionsrequesthistoriesget
        with:
          name: rest.name
          workflowName: rest.workflowName
          runName: rest.runName
          actionName: rest.actionName
          repetitionName: rest.repetitionName
          requestHistoryName: rest.requestHistoryName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowname}/runs/{runname}/actions/{actionname}/scoperepetitions
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: workflowrunactionscoperepetitionslist
        description: List the workflow run action scoped repetitions.
        call: azure-functions-management-workflowrunactions.workflowrunactionscoperepetitionslist
        with:
          name: rest.name
          workflowName: rest.workflowName
          runName: rest.runName
          actionName: rest.actionName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowname}/runs/{runname}/actions/{actionname}/scoperepetitions/{repetitionname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: workflowrunactionscoperepetitionsget
        description: Get a workflow run action scoped repetition.
        call: azure-functions-management-workflowrunactions.workflowrunactionscoperepetitionsget
        with:
          name: rest.name
          workflowName: rest.workflowName
          runName: rest.runName
          actionName: rest.actionName
          repetitionName: rest.repetitionName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-functions-management-workflowrunactions-mcp
    port: 9090
    transport: http
    description: MCP adapter for WebApps API Client — WorkflowRunActions. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: gets-list-workflow-run-actions
      description: Gets a list of workflow run actions.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-functions-management-workflowrunactions.workflowrunactionslist
      with:
        name: tools.name
        workflowName: tools.workflowName
        runName: tools.runName
        $top: tools.$top
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.
    - name: gets-workflow-run-action
      description: Gets a workflow run action.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-functions-management-workflowrunactions.workflowrunactionsget
      with:
        name: tools.name
        workflowName: tools.workflowName
        runName: tools.runName
        actionName: tools.actionName
      outputParameters:
      - type: object
        mapping: $.
    - name: lists-workflow-run-expression-trace
      description: Lists a workflow run expression trace.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-functions-management-workflowrunactions.workflowrunactionslistexpressiontraces
      with:
        name: tools.name
        workflowName: tools.workflowName
        runName: tools.runName
        actionName: tools.actionName
      outputParameters:
      - type: object
        mapping: $.
    - name: get-all-workflow-run-action
      description: Get all of a workflow run action repetitions.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-functions-management-workflowrunactions.workflowrunactionrepetitionslist
      with:
        name: tools.name
        workflowName: tools.workflowName
        runName: tools.runName
        actionName: tools.actionName
      outputParameters:
      - type: object
        mapping: $.
    - name: get-workflow-run-action-repetition
      description: Get a workflow run action repetition.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-functions-management-workflowrunactions.workflowrunactionrepetitionsget
      with:
        name: tools.name
        workflowName: tools.workflowName
        runName: tools.runName
        actionName: tools.actionName
        repetitionName: tools.repetitionName
      outputParameters:
      - type: object
        mapping: $.
    - name: lists-workflow-run-expression-trace-2
      description: Lists a workflow run expression trace.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-functions-management-workflowrunactions.workflowrunactionrepetitionslistexpressiontraces
      with:
        name: tools.name
        workflowName: tools.workflowName
        runName: tools.runName
        actionName: tools.actionName
        repetitionName: tools.repetitionName
      outputParameters:
      - type: object
        mapping: $.
    - name: list-workflow-run-repetition-request
      description: List a workflow run repetition request history.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-functions-management-workflowrunactions.workflowrunactionrepetitionsrequesthistorieslist
      with:
        name: tools.name
        workflowName: tools.workflowName
        runName: tools.runName
        actionName: tools.actionName
        repetitionName: tools.repetitionName
      outputParameters:
      - type: object
        mapping: $.
    - name: gets-workflow-run-repetition-request
      description: Gets a workflow run repetition request history.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-functions-management-workflowrunactions.workflowrunactionrepetitionsrequesthistoriesget
      with:
        name: tools.name
        workflowName: tools.workflowName
        runName: tools.runName
        actionName: tools.actionName
        repetitionName: tools.repetitionName
        requestHistoryName: tools.requestHistoryName
      outputParameters:
      - type: object
        mapping: $.
    - name: list-workflow-run-action-scoped
      description: List the workflow run action scoped repetitions.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-functions-management-workflowrunactions.workflowrunactionscoperepetitionslist
      with:
        name: tools.name
        workflowName: tools.workflowName
        runName: tools.runName
        actionName: tools.actionName
      outputParameters:
      - type: object
        mapping: $.
    - name: get-workflow-run-action-scoped
      description: Get a workflow run action scoped repetition.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-functions-management-workflowrunactions.workflowrunactionscoperepetitionsget
      with:
        name: tools.name
        workflowName: tools.workflowName
        runName: tools.runName
        actionName: tools.actionName
        repetitionName: tools.repetitionName
      outputParameters:
      - type: object
        mapping: $.