Azure Logic Apps · Capability

LogicManagementClient — IntegrationAccountAgreements

LogicManagementClient — IntegrationAccountAgreements. 5 operations. Lead operation: Azure Logic Apps Integration Account Agreements_ List. Self-contained Naftiko capability covering one Azure Logic Apps business surface.

Run with Naftiko Azure Logic AppsIntegrationAccountAgreements

What You Can Do

GET
Integrationaccountagreementslist — Azure Logic Apps Integration Account Agreements_ List
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/agreements
DELETE
Integrationaccountagreementsdelete — Azure Logic Apps Integration Account Agreements_ Delete
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/agreements/{agreementname}
GET
Integrationaccountagreementsget — Azure Logic Apps Integration Account Agreements_ Get
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/agreements/{agreementname}
PUT
Integrationaccountagreementscreateorupdate — Azure Logic Apps Integration Account Agreements_ Create or Update
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/agreements/{agreementname}
POST
Integrationaccountagreementslistcontentcallbackurl — Azure Logic Apps Integration Account Agreements_ List Content Callback Url
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/agreements/{agreementname}/listcontentcallbackurl

MCP Tools

azure-logic-apps-integration-account

Azure Logic Apps Integration Account Agreements_ List

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

Azure Logic Apps Integration Account Agreements_ Delete

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

Azure Logic Apps Integration Account Agreements_ Get

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

Azure Logic Apps Integration Account Agreements_ Create or Update

idempotent
azure-logic-apps-integration-account-5

Azure Logic Apps Integration Account Agreements_ List Content Callback Url

read-only

Capability Spec

azure-logic-apps-integrationaccountagreements.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: LogicManagementClient — IntegrationAccountAgreements
  description: 'LogicManagementClient — IntegrationAccountAgreements. 5 operations. Lead operation: Azure Logic Apps Integration
    Account Agreements_ List. Self-contained Naftiko capability covering one Azure Logic Apps business surface.'
  tags:
  - Azure Logic Apps
  - IntegrationAccountAgreements
  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-integrationaccountagreements
    baseUri: https://management.azure.com
    description: LogicManagementClient — IntegrationAccountAgreements 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}/agreements
      operations:
      - name: integrationaccountagreementslist
        method: GET
        description: Azure Logic Apps Integration Account Agreements_ 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: AgreementType.'
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/agreements/{agreementName}
      operations:
      - name: integrationaccountagreementsdelete
        method: DELETE
        description: Azure Logic Apps Integration Account Agreements_ 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: agreementName
          in: path
          type: string
          description: The integration account agreement name.
          required: true
      - name: integrationaccountagreementsget
        method: GET
        description: Azure Logic Apps Integration Account Agreements_ 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: agreementName
          in: path
          type: string
          description: The integration account agreement name.
          required: true
      - name: integrationaccountagreementscreateorupdate
        method: PUT
        description: Azure Logic Apps Integration Account Agreements_ 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: agreementName
          in: path
          type: string
          description: The integration account agreement name.
          required: true
        - name: agreement
          in: body
          type: string
          description: The integration account agreement.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/agreements/{agreementName}/listContentCallbackUrl
      operations:
      - name: integrationaccountagreementslistcontentcallbackurl
        method: POST
        description: Azure Logic Apps Integration Account Agreements_ List Content 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: agreementName
          in: path
          type: string
          description: The integration account agreement name.
          required: true
        - name: listContentCallbackUrl
          in: body
          type: string
          required: true
  exposes:
  - type: rest
    namespace: azure-logic-apps-integrationaccountagreements-rest
    port: 8080
    description: REST adapter for LogicManagementClient — IntegrationAccountAgreements. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/agreements
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: integrationaccountagreementslist
        description: Azure Logic Apps Integration Account Agreements_ List
        call: azure-logic-apps-integrationaccountagreements.integrationaccountagreementslist
        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}/agreements/{agreementname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: DELETE
        name: integrationaccountagreementsdelete
        description: Azure Logic Apps Integration Account Agreements_ Delete
        call: azure-logic-apps-integrationaccountagreements.integrationaccountagreementsdelete
        with:
          resourceGroupName: rest.resourceGroupName
          integrationAccountName: rest.integrationAccountName
          agreementName: rest.agreementName
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: integrationaccountagreementsget
        description: Azure Logic Apps Integration Account Agreements_ Get
        call: azure-logic-apps-integrationaccountagreements.integrationaccountagreementsget
        with:
          resourceGroupName: rest.resourceGroupName
          integrationAccountName: rest.integrationAccountName
          agreementName: rest.agreementName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: integrationaccountagreementscreateorupdate
        description: Azure Logic Apps Integration Account Agreements_ Create or Update
        call: azure-logic-apps-integrationaccountagreements.integrationaccountagreementscreateorupdate
        with:
          resourceGroupName: rest.resourceGroupName
          integrationAccountName: rest.integrationAccountName
          agreementName: rest.agreementName
          agreement: rest.agreement
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/agreements/{agreementname}/listcontentcallbackurl
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: integrationaccountagreementslistcontentcallbackurl
        description: Azure Logic Apps Integration Account Agreements_ List Content Callback Url
        call: azure-logic-apps-integrationaccountagreements.integrationaccountagreementslistcontentcallbackurl
        with:
          resourceGroupName: rest.resourceGroupName
          integrationAccountName: rest.integrationAccountName
          agreementName: rest.agreementName
          listContentCallbackUrl: rest.listContentCallbackUrl
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-logic-apps-integrationaccountagreements-mcp
    port: 9090
    transport: http
    description: MCP adapter for LogicManagementClient — IntegrationAccountAgreements. 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 Agreements_ List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-logic-apps-integrationaccountagreements.integrationaccountagreementslist
      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 Agreements_ Delete
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-logic-apps-integrationaccountagreements.integrationaccountagreementsdelete
      with:
        resourceGroupName: tools.resourceGroupName
        integrationAccountName: tools.integrationAccountName
        agreementName: tools.agreementName
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-integration-account-3
      description: Azure Logic Apps Integration Account Agreements_ Get
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-logic-apps-integrationaccountagreements.integrationaccountagreementsget
      with:
        resourceGroupName: tools.resourceGroupName
        integrationAccountName: tools.integrationAccountName
        agreementName: tools.agreementName
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-integration-account-4
      description: Azure Logic Apps Integration Account Agreements_ Create or Update
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-logic-apps-integrationaccountagreements.integrationaccountagreementscreateorupdate
      with:
        resourceGroupName: tools.resourceGroupName
        integrationAccountName: tools.integrationAccountName
        agreementName: tools.agreementName
        agreement: tools.agreement
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-integration-account-5
      description: Azure Logic Apps Integration Account Agreements_ List Content Callback Url
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: azure-logic-apps-integrationaccountagreements.integrationaccountagreementslistcontentcallbackurl
      with:
        resourceGroupName: tools.resourceGroupName
        integrationAccountName: tools.integrationAccountName
        agreementName: tools.agreementName
        listContentCallbackUrl: tools.listContentCallbackUrl
      outputParameters:
      - type: object
        mapping: $.