Azure Logic Apps · Capability

LogicManagementClient — IntegrationAccountSchemas

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

Run with Naftiko Azure Logic AppsIntegrationAccountSchemas

What You Can Do

GET
Integrationaccountschemaslist — Azure Logic Apps Integration Account Schemas_ List
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/schemas
DELETE
Integrationaccountschemasdelete — Azure Logic Apps Integration Account Schemas_ Delete
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/schemas/{schemaname}
GET
Integrationaccountschemasget — Azure Logic Apps Integration Account Schemas_ Get
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/schemas/{schemaname}
PUT
Integrationaccountschemascreateorupdate — Azure Logic Apps Integration Account Schemas_ Create or Update
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/schemas/{schemaname}
POST
Integrationaccountschemaslistcontentcallbackurl — Azure Logic Apps Integration Account Schemas_ List Content Callback Url
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/schemas/{schemaname}/listcontentcallbackurl

MCP Tools

azure-logic-apps-integration-account

Azure Logic Apps Integration Account Schemas_ List

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

Azure Logic Apps Integration Account Schemas_ Delete

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

Azure Logic Apps Integration Account Schemas_ Get

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

Azure Logic Apps Integration Account Schemas_ Create or Update

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

Azure Logic Apps Integration Account Schemas_ List Content Callback Url

read-only

Capability Spec

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