Azure Logic Apps · Capability

LogicManagementClient — Workflows

LogicManagementClient — Workflows. 15 operations. Lead operation: Azure Logic Apps Workflows_ List by Subscription. Self-contained Naftiko capability covering one Azure Logic Apps business surface.

Run with Naftiko Azure Logic AppsWorkflows

What You Can Do

GET
Workflowslistbysubscription — Azure Logic Apps Workflows_ List by Subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-logic/workflows
POST
Workflowsvalidatebylocation — Azure Logic Apps Workflows_ Validate by Location
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/locations/{location}/workflows/{workflowname}/validate
GET
Workflowslistbyresourcegroup — Azure Logic Apps Workflows_ List by Resource Group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows
DELETE
Workflowsdelete — Azure Logic Apps Workflows_ Delete
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}
GET
Workflowsget — Azure Logic Apps Workflows_ Get
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}
PATCH
Workflowsupdate — Azure Logic Apps Workflows_ Update
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}
PUT
Workflowscreateorupdate — Azure Logic Apps Workflows_ Create or Update
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}
POST
Workflowsdisable — Azure Logic Apps Workflows_ Disable
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/disable
POST
Workflowsenable — Azure Logic Apps Workflows_ Enable
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/enable
POST
Workflowsgenerateupgradeddefinition — Azure Logic Apps Workflows_ Generate Upgraded Definition
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/generateupgradeddefinition
POST
Workflowslistcallbackurl — Azure Logic Apps Workflows_ List Callback Url
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/listcallbackurl
POST
Workflowslistswagger — Azure Logic Apps Workflows_ List Swagger
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/listswagger
POST
Workflowsmove — Azure Logic Apps Workflows_ Move
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/move
POST
Workflowsregenerateaccesskey — Azure Logic Apps Workflows_ Regenerate Access Key
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/regenerateaccesskey
POST
Workflowsvalidatebyresourcegroup — Azure Logic Apps Workflows_ Validate by Resource Group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/validate

MCP Tools

azure-logic-apps-workflows-list

Azure Logic Apps Workflows_ List by Subscription

read-only idempotent
azure-logic-apps-workflows-validate

Azure Logic Apps Workflows_ Validate by Location

read-only
azure-logic-apps-workflows-list-2

Azure Logic Apps Workflows_ List by Resource Group

read-only idempotent
azure-logic-apps-workflows-delete

Azure Logic Apps Workflows_ Delete

idempotent
azure-logic-apps-workflows-get

Azure Logic Apps Workflows_ Get

read-only idempotent
azure-logic-apps-workflows-update

Azure Logic Apps Workflows_ Update

idempotent
azure-logic-apps-workflows-create

Azure Logic Apps Workflows_ Create or Update

idempotent
azure-logic-apps-workflows-disable

Azure Logic Apps Workflows_ Disable

azure-logic-apps-workflows-enable

Azure Logic Apps Workflows_ Enable

azure-logic-apps-workflows-generate

Azure Logic Apps Workflows_ Generate Upgraded Definition

azure-logic-apps-workflows-list-3

Azure Logic Apps Workflows_ List Callback Url

read-only
azure-logic-apps-workflows-list-4

Azure Logic Apps Workflows_ List Swagger

read-only
azure-logic-apps-workflows-move

Azure Logic Apps Workflows_ Move

azure-logic-apps-workflows-regenerate

Azure Logic Apps Workflows_ Regenerate Access Key

azure-logic-apps-workflows-validate-2

Azure Logic Apps Workflows_ Validate by Resource Group

read-only

Capability Spec

azure-logic-apps-workflows.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: LogicManagementClient — Workflows
  description: 'LogicManagementClient — Workflows. 15 operations. Lead operation: Azure Logic Apps Workflows_ List by Subscription.
    Self-contained Naftiko capability covering one Azure Logic Apps business surface.'
  tags:
  - Azure Logic Apps
  - Workflows
  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-workflows
    baseUri: https://management.azure.com
    description: LogicManagementClient — Workflows business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.Logic-workflows
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Logic/workflows
      operations:
      - name: workflowslistbysubscription
        method: GET
        description: Azure Logic Apps Workflows_ List by Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - 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: State, Trigger, and ReferencedResourceId.'
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/locations/{location}/workflows/{workflowName}/validate
      operations:
      - name: workflowsvalidatebylocation
        method: POST
        description: Azure Logic Apps Workflows_ Validate by Location
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The resource group name.
          required: true
        - name: location
          in: path
          type: string
          description: The workflow location.
          required: true
        - name: workflowName
          in: path
          type: string
          description: The workflow name.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows
      operations:
      - name: workflowslistbyresourcegroup
        method: GET
        description: Azure Logic Apps Workflows_ List by Resource Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The resource group 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: State, Trigger, and ReferencedResourceId.'
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}
      operations:
      - name: workflowsdelete
        method: DELETE
        description: Azure Logic Apps Workflows_ Delete
        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: workflowsget
        method: GET
        description: Azure Logic Apps Workflows_ 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: workflowsupdate
        method: PATCH
        description: Azure Logic Apps Workflows_ Update
        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: workflow
          in: body
          type: string
          description: The workflow.
          required: true
      - name: workflowscreateorupdate
        method: PUT
        description: Azure Logic Apps Workflows_ Create or Update
        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: workflow
          in: body
          type: string
          description: The workflow.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/disable
      operations:
      - name: workflowsdisable
        method: POST
        description: Azure Logic Apps Workflows_ Disable
        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: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/enable
      operations:
      - name: workflowsenable
        method: POST
        description: Azure Logic Apps Workflows_ Enable
        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: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/generateUpgradedDefinition
      operations:
      - name: workflowsgenerateupgradeddefinition
        method: POST
        description: Azure Logic Apps Workflows_ Generate Upgraded Definition
        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: parameters
          in: body
          type: string
          description: Parameters for generating an upgraded definition.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/listCallbackUrl
      operations:
      - name: workflowslistcallbackurl
        method: POST
        description: Azure Logic Apps Workflows_ List Callback Url
        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: listCallbackUrl
          in: body
          type: string
          description: Which callback url to list.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/listSwagger
      operations:
      - name: workflowslistswagger
        method: POST
        description: Azure Logic Apps Workflows_ List Swagger
        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: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/move
      operations:
      - name: workflowsmove
        method: POST
        description: Azure Logic Apps Workflows_ Move
        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: move
          in: body
          type: string
          description: The workflow to move.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/regenerateAccessKey
      operations:
      - name: workflowsregenerateaccesskey
        method: POST
        description: Azure Logic Apps Workflows_ Regenerate Access Key
        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: keyType
          in: body
          type: string
          description: The access key type.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/validate
      operations:
      - name: workflowsvalidatebyresourcegroup
        method: POST
        description: Azure Logic Apps Workflows_ Validate by Resource Group
        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: validate
          in: body
          type: string
          description: The workflow.
          required: true
  exposes:
  - type: rest
    namespace: azure-logic-apps-workflows-rest
    port: 8080
    description: REST adapter for LogicManagementClient — Workflows. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-logic/workflows
      name: subscriptions-subscriptionid-providers-microsoft-logic-workflows
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Logic-workflows.
      operations:
      - method: GET
        name: workflowslistbysubscription
        description: Azure Logic Apps Workflows_ List by Subscription
        call: azure-logic-apps-workflows.workflowslistbysubscription
        with:
          $top: rest.$top
          $filter: rest.$filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/locations/{location}/workflows/{workflowname}/validate
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: workflowsvalidatebylocation
        description: Azure Logic Apps Workflows_ Validate by Location
        call: azure-logic-apps-workflows.workflowsvalidatebylocation
        with:
          resourceGroupName: rest.resourceGroupName
          location: rest.location
          workflowName: rest.workflowName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: workflowslistbyresourcegroup
        description: Azure Logic Apps Workflows_ List by Resource Group
        call: azure-logic-apps-workflows.workflowslistbyresourcegroup
        with:
          resourceGroupName: rest.resourceGroupName
          $top: rest.$top
          $filter: rest.$filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: DELETE
        name: workflowsdelete
        description: Azure Logic Apps Workflows_ Delete
        call: azure-logic-apps-workflows.workflowsdelete
        with:
          resourceGroupName: rest.resourceGroupName
          workflowName: rest.workflowName
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: workflowsget
        description: Azure Logic Apps Workflows_ Get
        call: azure-logic-apps-workflows.workflowsget
        with:
          resourceGroupName: rest.resourceGroupName
          workflowName: rest.workflowName
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: workflowsupdate
        description: Azure Logic Apps Workflows_ Update
        call: azure-logic-apps-workflows.workflowsupdate
        with:
          resourceGroupName: rest.resourceGroupName
          workflowName: rest.workflowName
          workflow: rest.workflow
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: workflowscreateorupdate
        description: Azure Logic Apps Workflows_ Create or Update
        call: azure-logic-apps-workflows.workflowscreateorupdate
        with:
          resourceGroupName: rest.resourceGroupName
          workflowName: rest.workflowName
          workflow: rest.workflow
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/disable
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: workflowsdisable
        description: Azure Logic Apps Workflows_ Disable
        call: azure-logic-apps-workflows.workflowsdisable
        with:
          resourceGroupName: rest.resourceGroupName
          workflowName: rest.workflowName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/enable
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: workflowsenable
        description: Azure Logic Apps Workflows_ Enable
        call: azure-logic-apps-workflows.workflowsenable
        with:
          resourceGroupName: rest.resourceGroupName
          workflowName: rest.workflowName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/generateupgradeddefinition
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: workflowsgenerateupgradeddefinition
        description: Azure Logic Apps Workflows_ Generate Upgraded Definition
        call: azure-logic-apps-workflows.workflowsgenerateupgradeddefinition
        with:
          resourceGroupName: rest.resourceGroupName
          workflowName: rest.workflowName
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/listcallbackurl
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: workflowslistcallbackurl
        description: Azure Logic Apps Workflows_ List Callback Url
        call: azure-logic-apps-workflows.workflowslistcallbackurl
        with:
          resourceGroupName: rest.resourceGroupName
          workflowName: rest.workflowName
          listCallbackUrl: rest.listCallbackUrl
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/listswagger
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: workflowslistswagger
        description: Azure Logic Apps Workflows_ List Swagger
        call: azure-logic-apps-workflows.workflowslistswagger
        with:
          resourceGroupName: rest.resourceGroupName
          workflowName: rest.workflowName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/move
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: workflowsmove
        description: Azure Logic Apps Workflows_ Move
        call: azure-logic-apps-workflows.workflowsmove
        with:
          resourceGroupName: rest.resourceGroupName
          workflowName: rest.workflowName
          move: rest.move
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/regenerateaccesskey
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: workflowsregenerateaccesskey
        description: Azure Logic Apps Workflows_ Regenerate Access Key
        call: azure-logic-apps-workflows.workflowsregenerateaccesskey
        with:
          resourceGroupName: rest.resourceGroupName
          workflowName: rest.workflowName
          keyType: rest.keyType
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/validate
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: workflowsvalidatebyresourcegroup
        description: Azure Logic Apps Workflows_ Validate by Resource Group
        call: azure-logic-apps-workflows.workflowsvalidatebyresourcegroup
        with:
          resourceGroupName: rest.resourceGroupName
          workflowName: rest.workflowName
          validate: rest.validate
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-logic-apps-workflows-mcp
    port: 9090
    transport: http
    description: MCP adapter for LogicManagementClient — Workflows. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: azure-logic-apps-workflows-list
      description: Azure Logic Apps Workflows_ List by Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-logic-apps-workflows.workflowslistbysubscription
      with:
        $top: tools.$top
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-workflows-validate
      description: Azure Logic Apps Workflows_ Validate by Location
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: azure-logic-apps-workflows.workflowsvalidatebylocation
      with:
        resourceGroupName: tools.resourceGroupName
        location: tools.location
        workflowName: tools.workflowName
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-workflows-list-2
      description: Azure Logic Apps Workflows_ List by Resource Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-logic-apps-workflows.workflowslistbyresourcegroup
      with:
        resourceGroupName: tools.resourceGroupName
        $top: tools.$top
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-workflows-delete
      description: Azure Logic Apps Workflows_ Delete
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-logic-apps-workflows.workflowsdelete
      with:
        resourceGroupName: tools.resourceGroupName
        workflowName: tools.workflowName
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-workflows-get
      description: Azure Logic Apps Workflows_ Get
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-logic-apps-workflows.workflowsget
      with:
        resourceGroupName: tools.resourceGroupName
        workflowName: tools.workflowName
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-workflows-update
      description: Azure Logic Apps Workflows_ Update
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-logic-apps-workflows.workflowsupdate
      with:
        resourceGroupName: tools.resourceGroupName
        workflowName: tools.workflowName
        workflow: tools.workflow
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-workflows-create
      description: Azure Logic Apps Workflows_ Create or Update
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-logic-apps-workflows.workflowscreateorupdate
      with:
        resourceGroupName: tools.resourceGroupName
        workflowName: tools.workflowName
        workflow: tools.workflow
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-workflows-disable
      description: Azure Logic Apps Workflows_ Disable
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-logic-apps-workflows.workflowsdisable
      with:
        resourceGroupName: tools.resourceGroupName
        workflowName: tools.workflowName
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-workflows-enable
      description: Azure Logic Apps Workflows_ Enable
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-logic-apps-workflows.workflowsenable
      with:
        resourceGroupName: tools.resourceGroupName
        workflowName: tools.workflowName
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-workflows-generate
      description: Azure Logic Apps Workflows_ Generate Upgraded Definition
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-logic-apps-workflows.workflowsgenerateupgradeddefinition
      with:
        resourceGroupName: tools.resourceGroupName
        workflowName: tools.workflowName
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-workflows-list-3
      description: Azure Logic Apps Workflows_ List Callback Url
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: azure-logic-apps-workflows.workflowslistcallbackurl
      with:
        resourceGroupName: tools.resourceGroupName
        workflowName: tools.workflowName
        listCallbackUrl: tools.listCallbackUrl
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-workflows-list-4
      description: Azure Logic Apps Workflows_ List Swagger
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: azure-logic-apps-workflows.workflowslistswagger
      with:
        resourceGroupName: tools.resourceGroupName
        workflowName: tools.workflowName
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-workflows-move
      description: Azure Logic Apps Workflows_ Move
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-logic-apps-workflows.workflowsmove
      with:
        resourceGroupName: tools.resourceGroupName
        workflowName: tools.workflowName
        move: tools.move
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-workflows-regenerate
      description: Azure Logic Apps Workflows_ Regenerate Access Key
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-logic-apps-workflows.workflowsregenerateaccesskey
      with:
        resourceGroupName: tools.resourceGroupName
        workflowName: tools.workflowName
        keyType: tools.keyType
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-workflows-validate-2
      description: Azure Logic Apps Workflows_ Validate by Resource Group
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: azure-logic-apps-workflows.workflowsvalidatebyresourcegroup
      with:
        resourceGroupName: tools.resourceGroupName
        workflowName: tools.workflowName
        validate: tools.validate
      outputParameters:
      - type: object
        mapping: $.