Azure Logic Apps · Capability

LogicManagementClient — IntegrationAccountSessions

LogicManagementClient — IntegrationAccountSessions. 4 operations. Lead operation: Azure Logic Apps Integration Account Sessions_ List. Self-contained Naftiko capability covering one Azure Logic Apps business surface.

Run with Naftiko Azure Logic AppsIntegrationAccountSessions

What You Can Do

GET
Integrationaccountsessionslist — Azure Logic Apps Integration Account Sessions_ List
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/sessions
DELETE
Integrationaccountsessionsdelete — Azure Logic Apps Integration Account Sessions_ Delete
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/sessions/{sessionname}
GET
Integrationaccountsessionsget — Azure Logic Apps Integration Account Sessions_ Get
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/sessions/{sessionname}
PUT
Integrationaccountsessionscreateorupdate — Azure Logic Apps Integration Account Sessions_ Create or Update
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/sessions/{sessionname}

MCP Tools

azure-logic-apps-integration-account

Azure Logic Apps Integration Account Sessions_ List

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

Azure Logic Apps Integration Account Sessions_ Delete

idempotent
azure-logic-apps-integration-account-3

Azure Logic Apps Integration Account Sessions_ Get

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

Azure Logic Apps Integration Account Sessions_ Create or Update

idempotent

Capability Spec

azure-logic-apps-integrationaccountsessions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: LogicManagementClient — IntegrationAccountSessions
  description: 'LogicManagementClient — IntegrationAccountSessions. 4 operations. Lead operation: Azure Logic Apps Integration
    Account Sessions_ List. Self-contained Naftiko capability covering one Azure Logic Apps business surface.'
  tags:
  - Azure Logic Apps
  - IntegrationAccountSessions
  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-integrationaccountsessions
    baseUri: https://management.azure.com
    description: LogicManagementClient — IntegrationAccountSessions business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/sessions
      operations:
      - name: integrationaccountsessionslist
        method: GET
        description: Azure Logic Apps Integration Account Sessions_ List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The resource group name.
          required: true
        - name: integrationAccountName
          in: path
          type: string
          description: The integration account 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: ChangedTime.'
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/sessions/{sessionName}
      operations:
      - name: integrationaccountsessionsdelete
        method: DELETE
        description: Azure Logic Apps Integration Account Sessions_ Delete
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The resource group name.
          required: true
        - name: integrationAccountName
          in: path
          type: string
          description: The integration account name.
          required: true
        - name: sessionName
          in: path
          type: string
          description: The integration account session name.
          required: true
      - name: integrationaccountsessionsget
        method: GET
        description: Azure Logic Apps Integration Account Sessions_ Get
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The resource group name.
          required: true
        - name: integrationAccountName
          in: path
          type: string
          description: The integration account name.
          required: true
        - name: sessionName
          in: path
          type: string
          description: The integration account session name.
          required: true
      - name: integrationaccountsessionscreateorupdate
        method: PUT
        description: Azure Logic Apps Integration Account Sessions_ 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: integrationAccountName
          in: path
          type: string
          description: The integration account name.
          required: true
        - name: sessionName
          in: path
          type: string
          description: The integration account session name.
          required: true
        - name: session
          in: body
          type: string
          description: The integration account session.
          required: true
  exposes:
  - type: rest
    namespace: azure-logic-apps-integrationaccountsessions-rest
    port: 8080
    description: REST adapter for LogicManagementClient — IntegrationAccountSessions. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/sessions
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: integrationaccountsessionslist
        description: Azure Logic Apps Integration Account Sessions_ List
        call: azure-logic-apps-integrationaccountsessions.integrationaccountsessionslist
        with:
          resourceGroupName: rest.resourceGroupName
          integrationAccountName: rest.integrationAccountName
          $top: rest.$top
          $filter: rest.$filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/sessions/{sessionname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: DELETE
        name: integrationaccountsessionsdelete
        description: Azure Logic Apps Integration Account Sessions_ Delete
        call: azure-logic-apps-integrationaccountsessions.integrationaccountsessionsdelete
        with:
          resourceGroupName: rest.resourceGroupName
          integrationAccountName: rest.integrationAccountName
          sessionName: rest.sessionName
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: integrationaccountsessionsget
        description: Azure Logic Apps Integration Account Sessions_ Get
        call: azure-logic-apps-integrationaccountsessions.integrationaccountsessionsget
        with:
          resourceGroupName: rest.resourceGroupName
          integrationAccountName: rest.integrationAccountName
          sessionName: rest.sessionName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: integrationaccountsessionscreateorupdate
        description: Azure Logic Apps Integration Account Sessions_ Create or Update
        call: azure-logic-apps-integrationaccountsessions.integrationaccountsessionscreateorupdate
        with:
          resourceGroupName: rest.resourceGroupName
          integrationAccountName: rest.integrationAccountName
          sessionName: rest.sessionName
          session: rest.session
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-logic-apps-integrationaccountsessions-mcp
    port: 9090
    transport: http
    description: MCP adapter for LogicManagementClient — IntegrationAccountSessions. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: azure-logic-apps-integration-account
      description: Azure Logic Apps Integration Account Sessions_ List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-logic-apps-integrationaccountsessions.integrationaccountsessionslist
      with:
        resourceGroupName: tools.resourceGroupName
        integrationAccountName: tools.integrationAccountName
        $top: tools.$top
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-integration-account-2
      description: Azure Logic Apps Integration Account Sessions_ Delete
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-logic-apps-integrationaccountsessions.integrationaccountsessionsdelete
      with:
        resourceGroupName: tools.resourceGroupName
        integrationAccountName: tools.integrationAccountName
        sessionName: tools.sessionName
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-integration-account-3
      description: Azure Logic Apps Integration Account Sessions_ Get
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-logic-apps-integrationaccountsessions.integrationaccountsessionsget
      with:
        resourceGroupName: tools.resourceGroupName
        integrationAccountName: tools.integrationAccountName
        sessionName: tools.sessionName
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-integration-account-4
      description: Azure Logic Apps Integration Account Sessions_ Create or Update
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-logic-apps-integrationaccountsessions.integrationaccountsessionscreateorupdate
      with:
        resourceGroupName: tools.resourceGroupName
        integrationAccountName: tools.integrationAccountName
        sessionName: tools.sessionName
        session: tools.session
      outputParameters:
      - type: object
        mapping: $.