Microsoft Azure · Capability

Microsoft Azure LogicManagementClient — IntegrationAccountSchemas

Microsoft Azure LogicManagementClient — IntegrationAccountSchemas. 5 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname Schemas. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureIntegrationAccountSchemas

What You Can Do

GET
Microsoftazureintegrationaccountschemaslist — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname Schemas
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/schemas
GET
Microsoftazureintegrationaccountschemasget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname Schemas Schemaname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/schemas/{schemaname}
PUT
Microsoftazureintegrationaccountschemascreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname Schemas Schemaname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/schemas/{schemaname}
DELETE
Microsoftazureintegrationaccountschemasdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname Schemas Schemaname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/schemas/{schemaname}
POST
Microsoftazureintegrationaccountschemaslistcontentcallbackurl — Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname Schemas Schemaname Listcontentcallbackurl
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/schemas/{schemaname}/listcontentcallbackurl

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname Schemas

read-only idempotent
microsoft-azure-get-subscriptions-subscriptionid-2

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname Schemas Schemaname

read-only idempotent
microsoft-azure-put-subscriptions-subscriptionid

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname Schemas Schemaname

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname Schemas Schemaname

idempotent
microsoft-azure-post-subscriptions-subscriptionid

Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname Schemas Schemaname Listcontentcallbackurl

Capability Spec

logicmanagementclient-integrationaccountschemas.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure LogicManagementClient — IntegrationAccountSchemas
  description: 'Microsoft Azure LogicManagementClient — IntegrationAccountSchemas. 5 operations. Lead operation: Microsoft
    Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts
    Integrationaccountname Schemas. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - IntegrationAccountSchemas
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: logicmanagementclient-integrationaccountschemas
    baseUri: https://management.azure.com
    description: Microsoft Azure 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: microsoftazureintegrationaccountschemaslist
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Logic Integrationaccounts Integrationaccountname Schemas
        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: microsoftazureintegrationaccountschemasget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Logic Integrationaccounts Integrationaccountname Schemas Schemaname
        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: microsoftazureintegrationaccountschemascreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Logic Integrationaccounts Integrationaccountname Schemas Schemaname
        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: microsoftazureintegrationaccountschemasdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Logic Integrationaccounts Integrationaccountname Schemas Schemaname
        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: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/schemas/{schemaName}/listContentCallbackUrl
      operations:
      - name: microsoftazureintegrationaccountschemaslistcontentcallbackurl
        method: POST
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Logic Integrationaccounts Integrationaccountname Schemas Schemaname Listcontentcallbackurl
        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: logicmanagementclient-integrationaccountschemas-rest
    port: 8080
    description: REST adapter for Microsoft Azure 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: microsoftazureintegrationaccountschemaslist
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Logic Integrationaccounts Integrationaccountname Schemas
        call: logicmanagementclient-integrationaccountschemas.microsoftazureintegrationaccountschemaslist
        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: GET
        name: microsoftazureintegrationaccountschemasget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Logic Integrationaccounts Integrationaccountname Schemas Schemaname
        call: logicmanagementclient-integrationaccountschemas.microsoftazureintegrationaccountschemasget
        with:
          resourceGroupName: rest.resourceGroupName
          integrationAccountName: rest.integrationAccountName
          schemaName: rest.schemaName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureintegrationaccountschemascreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Logic Integrationaccounts Integrationaccountname Schemas Schemaname
        call: logicmanagementclient-integrationaccountschemas.microsoftazureintegrationaccountschemascreateorupdate
        with:
          resourceGroupName: rest.resourceGroupName
          integrationAccountName: rest.integrationAccountName
          schemaName: rest.schemaName
          schema: rest.schema
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureintegrationaccountschemasdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Logic Integrationaccounts Integrationaccountname Schemas Schemaname
        call: logicmanagementclient-integrationaccountschemas.microsoftazureintegrationaccountschemasdelete
        with:
          resourceGroupName: rest.resourceGroupName
          integrationAccountName: rest.integrationAccountName
          schemaName: rest.schemaName
        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: microsoftazureintegrationaccountschemaslistcontentcallbackurl
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Logic Integrationaccounts Integrationaccountname Schemas Schemaname Listcontentcallbackurl
        call: logicmanagementclient-integrationaccountschemas.microsoftazureintegrationaccountschemaslistcontentcallbackurl
        with:
          resourceGroupName: rest.resourceGroupName
          integrationAccountName: rest.integrationAccountName
          schemaName: rest.schemaName
          listContentCallbackUrl: rest.listContentCallbackUrl
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: logicmanagementclient-integrationaccountschemas-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure LogicManagementClient — IntegrationAccountSchemas. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-subscriptions-subscriptionid
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic
        Integrationaccounts Integrationaccountname Schemas
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: logicmanagementclient-integrationaccountschemas.microsoftazureintegrationaccountschemaslist
      with:
        resourceGroupName: tools.resourceGroupName
        integrationAccountName: tools.integrationAccountName
        $top: tools.$top
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic
        Integrationaccounts Integrationaccountname Schemas Schemaname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: logicmanagementclient-integrationaccountschemas.microsoftazureintegrationaccountschemasget
      with:
        resourceGroupName: tools.resourceGroupName
        integrationAccountName: tools.integrationAccountName
        schemaName: tools.schemaName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic
        Integrationaccounts Integrationaccountname Schemas Schemaname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: logicmanagementclient-integrationaccountschemas.microsoftazureintegrationaccountschemascreateorupdate
      with:
        resourceGroupName: tools.resourceGroupName
        integrationAccountName: tools.integrationAccountName
        schemaName: tools.schemaName
        schema: tools.schema
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Logic Integrationaccounts Integrationaccountname Schemas Schemaname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: logicmanagementclient-integrationaccountschemas.microsoftazureintegrationaccountschemasdelete
      with:
        resourceGroupName: tools.resourceGroupName
        integrationAccountName: tools.integrationAccountName
        schemaName: tools.schemaName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-subscriptions-subscriptionid
      description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Logic Integrationaccounts Integrationaccountname Schemas Schemaname Listcontentcallbackurl
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: logicmanagementclient-integrationaccountschemas.microsoftazureintegrationaccountschemaslistcontentcallbackurl
      with:
        resourceGroupName: tools.resourceGroupName
        integrationAccountName: tools.integrationAccountName
        schemaName: tools.schemaName
        listContentCallbackUrl: tools.listContentCallbackUrl
      outputParameters:
      - type: object
        mapping: $.