Azure Logic Apps · Capability

LogicManagementClient — IntegrationAccounts

LogicManagementClient — IntegrationAccounts. 10 operations. Lead operation: Azure Logic Apps Integration Accounts_ List by Subscription. Self-contained Naftiko capability covering one Azure Logic Apps business surface.

Run with Naftiko Azure Logic AppsIntegrationAccounts

What You Can Do

GET
Integrationaccountslistbysubscription — Azure Logic Apps Integration Accounts_ List by Subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-logic/integrationaccounts
GET
Integrationaccountslistbyresourcegroup — Azure Logic Apps Integration Accounts_ List by Resource Group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts
DELETE
Integrationaccountsdelete — Azure Logic Apps Integration Accounts_ Delete
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}
GET
Integrationaccountsget — Azure Logic Apps Integration Accounts_ Get
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}
PATCH
Integrationaccountsupdate — Azure Logic Apps Integration Accounts_ Update
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}
PUT
Integrationaccountscreateorupdate — Azure Logic Apps Integration Accounts_ Create or Update
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}
POST
Integrationaccountslistcallbackurl — Azure Logic Apps Integration Accounts_ List Callback Url
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/listcallbackurl
POST
Integrationaccountslistkeyvaultkeys — Azure Logic Apps Integration Accounts_ List Key Vault Keys
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/listkeyvaultkeys
POST
Integrationaccountslogtrackingevents — Azure Logic Apps Integration Accounts_ Log Tracking Events
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/logtrackingevents
POST
Integrationaccountsregenerateaccesskey — Azure Logic Apps Integration Accounts_ Regenerate Access Key
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/regenerateaccesskey

MCP Tools

azure-logic-apps-integration-accounts

Azure Logic Apps Integration Accounts_ List by Subscription

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

Azure Logic Apps Integration Accounts_ List by Resource Group

read-only idempotent
azure-logic-apps-integration-accounts-3

Azure Logic Apps Integration Accounts_ Delete

idempotent
azure-logic-apps-integration-accounts-4

Azure Logic Apps Integration Accounts_ Get

read-only idempotent
azure-logic-apps-integration-accounts-5

Azure Logic Apps Integration Accounts_ Update

idempotent
azure-logic-apps-integration-accounts-6

Azure Logic Apps Integration Accounts_ Create or Update

idempotent
azure-logic-apps-integration-accounts-7

Azure Logic Apps Integration Accounts_ List Callback Url

read-only
azure-logic-apps-integration-accounts-8

Azure Logic Apps Integration Accounts_ List Key Vault Keys

read-only
azure-logic-apps-integration-accounts-9

Azure Logic Apps Integration Accounts_ Log Tracking Events

azure-logic-apps-integration-accounts-10

Azure Logic Apps Integration Accounts_ Regenerate Access Key

Capability Spec

azure-logic-apps-integrationaccounts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: LogicManagementClient — IntegrationAccounts
  description: 'LogicManagementClient — IntegrationAccounts. 10 operations. Lead operation: Azure Logic Apps Integration Accounts_
    List by Subscription. Self-contained Naftiko capability covering one Azure Logic Apps business surface.'
  tags:
  - Azure Logic Apps
  - IntegrationAccounts
  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-integrationaccounts
    baseUri: https://management.azure.com
    description: LogicManagementClient — IntegrationAccounts business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.Logic-integrationAccounts
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Logic/integrationAccounts
      operations:
      - name: integrationaccountslistbysubscription
        method: GET
        description: Azure Logic Apps Integration Accounts_ 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: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts
      operations:
      - name: integrationaccountslistbyresourcegroup
        method: GET
        description: Azure Logic Apps Integration Accounts_ 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: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}
      operations:
      - name: integrationaccountsdelete
        method: DELETE
        description: Azure Logic Apps Integration Accounts_ 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: integrationaccountsget
        method: GET
        description: Azure Logic Apps Integration Accounts_ 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: integrationaccountsupdate
        method: PATCH
        description: Azure Logic Apps Integration Accounts_ 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: integrationAccount
          in: body
          type: string
          description: The integration account.
          required: true
      - name: integrationaccountscreateorupdate
        method: PUT
        description: Azure Logic Apps Integration Accounts_ 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: integrationAccount
          in: body
          type: string
          description: The integration account.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/listCallbackUrl
      operations:
      - name: integrationaccountslistcallbackurl
        method: POST
        description: Azure Logic Apps Integration Accounts_ 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: integrationAccountName
          in: path
          type: string
          description: The integration account name.
          required: true
        - name: parameters
          in: body
          type: string
          description: The callback URL parameters.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/listKeyVaultKeys
      operations:
      - name: integrationaccountslistkeyvaultkeys
        method: POST
        description: Azure Logic Apps Integration Accounts_ List Key Vault Keys
        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: listKeyVaultKeys
          in: body
          type: string
          description: The key vault parameters.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/logTrackingEvents
      operations:
      - name: integrationaccountslogtrackingevents
        method: POST
        description: Azure Logic Apps Integration Accounts_ Log Tracking Events
        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: logTrackingEvents
          in: body
          type: string
          description: The callback URL parameters.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/regenerateAccessKey
      operations:
      - name: integrationaccountsregenerateaccesskey
        method: POST
        description: Azure Logic Apps Integration Accounts_ 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: integrationAccountName
          in: path
          type: string
          description: The integration account name.
          required: true
        - name: regenerateAccessKey
          in: body
          type: string
          description: The access key type.
          required: true
  exposes:
  - type: rest
    namespace: azure-logic-apps-integrationaccounts-rest
    port: 8080
    description: REST adapter for LogicManagementClient — IntegrationAccounts. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-logic/integrationaccounts
      name: subscriptions-subscriptionid-providers-microsoft-logic-integrationaccounts
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Logic-integrationAccounts.
      operations:
      - method: GET
        name: integrationaccountslistbysubscription
        description: Azure Logic Apps Integration Accounts_ List by Subscription
        call: azure-logic-apps-integrationaccounts.integrationaccountslistbysubscription
        with:
          $top: rest.$top
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: integrationaccountslistbyresourcegroup
        description: Azure Logic Apps Integration Accounts_ List by Resource Group
        call: azure-logic-apps-integrationaccounts.integrationaccountslistbyresourcegroup
        with:
          resourceGroupName: rest.resourceGroupName
          $top: rest.$top
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: DELETE
        name: integrationaccountsdelete
        description: Azure Logic Apps Integration Accounts_ Delete
        call: azure-logic-apps-integrationaccounts.integrationaccountsdelete
        with:
          resourceGroupName: rest.resourceGroupName
          integrationAccountName: rest.integrationAccountName
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: integrationaccountsget
        description: Azure Logic Apps Integration Accounts_ Get
        call: azure-logic-apps-integrationaccounts.integrationaccountsget
        with:
          resourceGroupName: rest.resourceGroupName
          integrationAccountName: rest.integrationAccountName
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: integrationaccountsupdate
        description: Azure Logic Apps Integration Accounts_ Update
        call: azure-logic-apps-integrationaccounts.integrationaccountsupdate
        with:
          resourceGroupName: rest.resourceGroupName
          integrationAccountName: rest.integrationAccountName
          integrationAccount: rest.integrationAccount
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: integrationaccountscreateorupdate
        description: Azure Logic Apps Integration Accounts_ Create or Update
        call: azure-logic-apps-integrationaccounts.integrationaccountscreateorupdate
        with:
          resourceGroupName: rest.resourceGroupName
          integrationAccountName: rest.integrationAccountName
          integrationAccount: rest.integrationAccount
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/listcallbackurl
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: integrationaccountslistcallbackurl
        description: Azure Logic Apps Integration Accounts_ List Callback Url
        call: azure-logic-apps-integrationaccounts.integrationaccountslistcallbackurl
        with:
          resourceGroupName: rest.resourceGroupName
          integrationAccountName: rest.integrationAccountName
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/listkeyvaultkeys
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: integrationaccountslistkeyvaultkeys
        description: Azure Logic Apps Integration Accounts_ List Key Vault Keys
        call: azure-logic-apps-integrationaccounts.integrationaccountslistkeyvaultkeys
        with:
          resourceGroupName: rest.resourceGroupName
          integrationAccountName: rest.integrationAccountName
          listKeyVaultKeys: rest.listKeyVaultKeys
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/logtrackingevents
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: integrationaccountslogtrackingevents
        description: Azure Logic Apps Integration Accounts_ Log Tracking Events
        call: azure-logic-apps-integrationaccounts.integrationaccountslogtrackingevents
        with:
          resourceGroupName: rest.resourceGroupName
          integrationAccountName: rest.integrationAccountName
          logTrackingEvents: rest.logTrackingEvents
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/regenerateaccesskey
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: integrationaccountsregenerateaccesskey
        description: Azure Logic Apps Integration Accounts_ Regenerate Access Key
        call: azure-logic-apps-integrationaccounts.integrationaccountsregenerateaccesskey
        with:
          resourceGroupName: rest.resourceGroupName
          integrationAccountName: rest.integrationAccountName
          regenerateAccessKey: rest.regenerateAccessKey
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-logic-apps-integrationaccounts-mcp
    port: 9090
    transport: http
    description: MCP adapter for LogicManagementClient — IntegrationAccounts. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: azure-logic-apps-integration-accounts
      description: Azure Logic Apps Integration Accounts_ List by Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-logic-apps-integrationaccounts.integrationaccountslistbysubscription
      with:
        $top: tools.$top
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-integration-accounts-2
      description: Azure Logic Apps Integration Accounts_ List by Resource Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-logic-apps-integrationaccounts.integrationaccountslistbyresourcegroup
      with:
        resourceGroupName: tools.resourceGroupName
        $top: tools.$top
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-integration-accounts-3
      description: Azure Logic Apps Integration Accounts_ Delete
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-logic-apps-integrationaccounts.integrationaccountsdelete
      with:
        resourceGroupName: tools.resourceGroupName
        integrationAccountName: tools.integrationAccountName
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-integration-accounts-4
      description: Azure Logic Apps Integration Accounts_ Get
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-logic-apps-integrationaccounts.integrationaccountsget
      with:
        resourceGroupName: tools.resourceGroupName
        integrationAccountName: tools.integrationAccountName
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-integration-accounts-5
      description: Azure Logic Apps Integration Accounts_ Update
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-logic-apps-integrationaccounts.integrationaccountsupdate
      with:
        resourceGroupName: tools.resourceGroupName
        integrationAccountName: tools.integrationAccountName
        integrationAccount: tools.integrationAccount
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-integration-accounts-6
      description: Azure Logic Apps Integration Accounts_ Create or Update
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-logic-apps-integrationaccounts.integrationaccountscreateorupdate
      with:
        resourceGroupName: tools.resourceGroupName
        integrationAccountName: tools.integrationAccountName
        integrationAccount: tools.integrationAccount
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-integration-accounts-7
      description: Azure Logic Apps Integration Accounts_ List Callback Url
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: azure-logic-apps-integrationaccounts.integrationaccountslistcallbackurl
      with:
        resourceGroupName: tools.resourceGroupName
        integrationAccountName: tools.integrationAccountName
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-integration-accounts-8
      description: Azure Logic Apps Integration Accounts_ List Key Vault Keys
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: azure-logic-apps-integrationaccounts.integrationaccountslistkeyvaultkeys
      with:
        resourceGroupName: tools.resourceGroupName
        integrationAccountName: tools.integrationAccountName
        listKeyVaultKeys: tools.listKeyVaultKeys
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-integration-accounts-9
      description: Azure Logic Apps Integration Accounts_ Log Tracking Events
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-logic-apps-integrationaccounts.integrationaccountslogtrackingevents
      with:
        resourceGroupName: tools.resourceGroupName
        integrationAccountName: tools.integrationAccountName
        logTrackingEvents: tools.logTrackingEvents
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-integration-accounts-10
      description: Azure Logic Apps Integration Accounts_ Regenerate Access Key
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-logic-apps-integrationaccounts.integrationaccountsregenerateaccesskey
      with:
        resourceGroupName: tools.resourceGroupName
        integrationAccountName: tools.integrationAccountName
        regenerateAccessKey: tools.regenerateAccessKey
      outputParameters:
      - type: object
        mapping: $.