Azure Logic Apps · Capability

LogicManagementClient — IntegrationServiceEnvironments

LogicManagementClient — IntegrationServiceEnvironments. 5 operations. Lead operation: Azure Logic Apps Integration Service Environments_ List by Resource Group. Self-contained Naftiko capability covering one Azure Logic Apps business surface.

Run with Naftiko Azure Logic AppsIntegrationServiceEnvironments

What You Can Do

GET
Integrationserviceenvironmentslistbyresourcegroup — Azure Logic Apps Integration Service Environments_ List by Resource Group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroup}/providers/microsoft-logic/integrationserviceenvironments
DELETE
Integrationserviceenvironmentsdelete — Azure Logic Apps Integration Service Environments_ Delete
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroup}/providers/microsoft-logic/integrationserviceenvironments/{integrationserviceenvironmentname}
GET
Integrationserviceenvironmentsget — Azure Logic Apps Integration Service Environments_ Get
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroup}/providers/microsoft-logic/integrationserviceenvironments/{integrationserviceenvironmentname}
PATCH
Integrationserviceenvironmentsupdate — Azure Logic Apps Integration Service Environments_ Update
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroup}/providers/microsoft-logic/integrationserviceenvironments/{integrationserviceenvironmentname}
PUT
Integrationserviceenvironmentscreateorupdate — Azure Logic Apps Integration Service Environments_ Create or Update
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroup}/providers/microsoft-logic/integrationserviceenvironments/{integrationserviceenvironmentname}

MCP Tools

azure-logic-apps-integration-service

Azure Logic Apps Integration Service Environments_ List by Resource Group

read-only idempotent
azure-logic-apps-integration-service-2

Azure Logic Apps Integration Service Environments_ Delete

idempotent
azure-logic-apps-integration-service-3

Azure Logic Apps Integration Service Environments_ Get

read-only idempotent
azure-logic-apps-integration-service-4

Azure Logic Apps Integration Service Environments_ Update

idempotent
azure-logic-apps-integration-service-5

Azure Logic Apps Integration Service Environments_ Create or Update

idempotent

Capability Spec

azure-logic-apps-integrationserviceenvironments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: LogicManagementClient — IntegrationServiceEnvironments
  description: 'LogicManagementClient — IntegrationServiceEnvironments. 5 operations. Lead operation: Azure Logic Apps Integration
    Service Environments_ List by Resource Group. Self-contained Naftiko capability covering one Azure Logic Apps business
    surface.'
  tags:
  - Azure Logic Apps
  - IntegrationServiceEnvironments
  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-integrationserviceenvironments
    baseUri: https://management.azure.com
    description: LogicManagementClient — IntegrationServiceEnvironments business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroup-providers-Microsoft.Lo
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Logic/integrationServiceEnvironments
      operations:
      - name: integrationserviceenvironmentslistbyresourcegroup
        method: GET
        description: Azure Logic Apps Integration Service Environments_ List by Resource Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroup
          in: path
          type: string
          description: The resource group.
          required: true
        - name: $top
          in: query
          type: integer
          description: The number of items to be included in the result.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroup-providers-Microsoft.Lo
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Logic/integrationServiceEnvironments/{integrationServiceEnvironmentName}
      operations:
      - name: integrationserviceenvironmentsdelete
        method: DELETE
        description: Azure Logic Apps Integration Service Environments_ Delete
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroup
          in: path
          type: string
          description: The resource group.
          required: true
        - name: integrationServiceEnvironmentName
          in: path
          type: string
          description: The integration service environment name.
          required: true
      - name: integrationserviceenvironmentsget
        method: GET
        description: Azure Logic Apps Integration Service Environments_ Get
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroup
          in: path
          type: string
          description: The resource group.
          required: true
        - name: integrationServiceEnvironmentName
          in: path
          type: string
          description: The integration service environment name.
          required: true
      - name: integrationserviceenvironmentsupdate
        method: PATCH
        description: Azure Logic Apps Integration Service Environments_ Update
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroup
          in: path
          type: string
          description: The resource group.
          required: true
        - name: integrationServiceEnvironmentName
          in: path
          type: string
          description: The integration service environment name.
          required: true
        - name: integrationServiceEnvironment
          in: body
          type: string
          description: The integration service environment.
          required: true
      - name: integrationserviceenvironmentscreateorupdate
        method: PUT
        description: Azure Logic Apps Integration Service Environments_ Create or Update
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroup
          in: path
          type: string
          description: The resource group.
          required: true
        - name: integrationServiceEnvironmentName
          in: path
          type: string
          description: The integration service environment name.
          required: true
        - name: integrationServiceEnvironment
          in: body
          type: string
          description: The integration service environment.
          required: true
  exposes:
  - type: rest
    namespace: azure-logic-apps-integrationserviceenvironments-rest
    port: 8080
    description: REST adapter for LogicManagementClient — IntegrationServiceEnvironments. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroup}/providers/microsoft-logic/integrationserviceenvironments
      name: subscriptions-subscriptionid-resourcegroups-resourcegroup-providers-microsoft-lo
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroup-providers-Microsoft.Lo.
      operations:
      - method: GET
        name: integrationserviceenvironmentslistbyresourcegroup
        description: Azure Logic Apps Integration Service Environments_ List by Resource Group
        call: azure-logic-apps-integrationserviceenvironments.integrationserviceenvironmentslistbyresourcegroup
        with:
          resourceGroup: rest.resourceGroup
          $top: rest.$top
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroup}/providers/microsoft-logic/integrationserviceenvironments/{integrationserviceenvironmentname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroup-providers-microsoft-lo
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroup-providers-Microsoft.Lo.
      operations:
      - method: DELETE
        name: integrationserviceenvironmentsdelete
        description: Azure Logic Apps Integration Service Environments_ Delete
        call: azure-logic-apps-integrationserviceenvironments.integrationserviceenvironmentsdelete
        with:
          resourceGroup: rest.resourceGroup
          integrationServiceEnvironmentName: rest.integrationServiceEnvironmentName
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: integrationserviceenvironmentsget
        description: Azure Logic Apps Integration Service Environments_ Get
        call: azure-logic-apps-integrationserviceenvironments.integrationserviceenvironmentsget
        with:
          resourceGroup: rest.resourceGroup
          integrationServiceEnvironmentName: rest.integrationServiceEnvironmentName
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: integrationserviceenvironmentsupdate
        description: Azure Logic Apps Integration Service Environments_ Update
        call: azure-logic-apps-integrationserviceenvironments.integrationserviceenvironmentsupdate
        with:
          resourceGroup: rest.resourceGroup
          integrationServiceEnvironmentName: rest.integrationServiceEnvironmentName
          integrationServiceEnvironment: rest.integrationServiceEnvironment
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: integrationserviceenvironmentscreateorupdate
        description: Azure Logic Apps Integration Service Environments_ Create or Update
        call: azure-logic-apps-integrationserviceenvironments.integrationserviceenvironmentscreateorupdate
        with:
          resourceGroup: rest.resourceGroup
          integrationServiceEnvironmentName: rest.integrationServiceEnvironmentName
          integrationServiceEnvironment: rest.integrationServiceEnvironment
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-logic-apps-integrationserviceenvironments-mcp
    port: 9090
    transport: http
    description: MCP adapter for LogicManagementClient — IntegrationServiceEnvironments. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: azure-logic-apps-integration-service
      description: Azure Logic Apps Integration Service Environments_ List by Resource Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-logic-apps-integrationserviceenvironments.integrationserviceenvironmentslistbyresourcegroup
      with:
        resourceGroup: tools.resourceGroup
        $top: tools.$top
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-integration-service-2
      description: Azure Logic Apps Integration Service Environments_ Delete
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-logic-apps-integrationserviceenvironments.integrationserviceenvironmentsdelete
      with:
        resourceGroup: tools.resourceGroup
        integrationServiceEnvironmentName: tools.integrationServiceEnvironmentName
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-integration-service-3
      description: Azure Logic Apps Integration Service Environments_ Get
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-logic-apps-integrationserviceenvironments.integrationserviceenvironmentsget
      with:
        resourceGroup: tools.resourceGroup
        integrationServiceEnvironmentName: tools.integrationServiceEnvironmentName
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-integration-service-4
      description: Azure Logic Apps Integration Service Environments_ Update
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-logic-apps-integrationserviceenvironments.integrationserviceenvironmentsupdate
      with:
        resourceGroup: tools.resourceGroup
        integrationServiceEnvironmentName: tools.integrationServiceEnvironmentName
        integrationServiceEnvironment: tools.integrationServiceEnvironment
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-integration-service-5
      description: Azure Logic Apps Integration Service Environments_ Create or Update
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-logic-apps-integrationserviceenvironments.integrationserviceenvironmentscreateorupdate
      with:
        resourceGroup: tools.resourceGroup
        integrationServiceEnvironmentName: tools.integrationServiceEnvironmentName
        integrationServiceEnvironment: tools.integrationServiceEnvironment
      outputParameters:
      - type: object
        mapping: $.