Microsoft Azure · Capability

Microsoft Azure ManagedApplicationClient — Appliances

Microsoft Azure ManagedApplicationClient — Appliances. 10 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Solutions Appliances. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureAppliances

What You Can Do

GET
Microsoftazureapplianceslistbysubscription — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Solutions Appliances
/v1/subscriptions/{subscriptionid}/providers/microsoft-solutions/appliances
GET
Microsoftazureapplianceslistbyresourcegroup — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Solutions Appliances
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-solutions/appliances
GET
Microsoftazureappliancesget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Solutions Appliances Appliancename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-solutions/appliances/{appliancename}
DELETE
Microsoftazureappliancesdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Solutions Appliances Appliancename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-solutions/appliances/{appliancename}
PUT
Microsoftazureappliancescreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Solutions Appliances Appliancename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-solutions/appliances/{appliancename}
PATCH
Microsoftazureappliancesupdate — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Solutions Appliances Appliancename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-solutions/appliances/{appliancename}
GET
Microsoftazureappliancesgetbyid — Microsoft Azure Get Applianceid
/v1/{applianceid}
DELETE
Microsoftazureappliancesdeletebyid — Microsoft Azure Delete Applianceid
/v1/{applianceid}
PUT
Microsoftazureappliancescreateorupdatebyid — Microsoft Azure Put Applianceid
/v1/{applianceid}
PATCH
Microsoftazureappliancesupdatebyid — Microsoft Azure Patch Applianceid
/v1/{applianceid}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Solutions Appliances

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Solutions Appliances

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Solutions Appliances Appliancename

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

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Solutions Appliances Appliancename

idempotent
microsoft-azure-put-subscriptions-subscriptionid

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Solutions Appliances Appliancename

idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Solutions Appliances Appliancename

idempotent
microsoft-azure-get-applianceid

Microsoft Azure Get Applianceid

read-only idempotent
microsoft-azure-delete-applianceid

Microsoft Azure Delete Applianceid

idempotent
microsoft-azure-put-applianceid

Microsoft Azure Put Applianceid

idempotent
microsoft-azure-patch-applianceid

Microsoft Azure Patch Applianceid

idempotent

Capability Spec

managedapplicationclient-appliances.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure ManagedApplicationClient — Appliances
  description: 'Microsoft Azure ManagedApplicationClient — Appliances. 10 operations. Lead operation: Microsoft Azure Get
    Subscriptions Subscriptionid Providers Microsoft Solutions Appliances. Self-contained Naftiko capability covering one
    Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Appliances
  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: managedapplicationclient-appliances
    baseUri: https://management.azure.com
    description: Microsoft Azure ManagedApplicationClient — Appliances business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.Solutions-appliances
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Solutions/appliances
      operations:
      - name: microsoftazureapplianceslistbysubscription
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Solutions Appliances
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/appliances
      operations:
      - name: microsoftazureapplianceslistbyresourcegroup
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Solutions Appliances
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group. The name is case insensitive.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/appliances/{applianceName}
      operations:
      - name: microsoftazureappliancesget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Solutions Appliances Appliancename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group. The name is case insensitive.
          required: true
        - name: applianceName
          in: path
          type: string
          description: The name of the appliance.
          required: true
      - name: microsoftazureappliancesdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Solutions Appliances Appliancename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group. The name is case insensitive.
          required: true
        - name: applianceName
          in: path
          type: string
          description: The name of the appliance.
          required: true
      - name: microsoftazureappliancescreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Solutions Appliances Appliancename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group. The name is case insensitive.
          required: true
        - name: applianceName
          in: path
          type: string
          description: The name of the appliance.
          required: true
        - name: parameters
          in: body
          type: string
          description: Parameters supplied to the create or update an appliance.
          required: true
      - name: microsoftazureappliancesupdate
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Solutions Appliances Appliancename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group. The name is case insensitive.
          required: true
        - name: applianceName
          in: path
          type: string
          description: The name of the appliance.
          required: true
        - name: parameters
          in: body
          type: string
          description: Parameters supplied to update an existing appliance.
    - name: applianceId
      path: /{applianceId}
      operations:
      - name: microsoftazureappliancesgetbyid
        method: GET
        description: Microsoft Azure Get Applianceid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: applianceId
          in: path
          type: string
          description: The fully qualified ID of the appliance, including the appliance name and the appliance resource type.
            Use the format, /subscriptions/{guid}/resourceGroups/{res
          required: true
      - name: microsoftazureappliancesdeletebyid
        method: DELETE
        description: Microsoft Azure Delete Applianceid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: applianceId
          in: path
          type: string
          description: The fully qualified ID of the appliance, including the appliance name and the appliance resource type.
            Use the format, /subscriptions/{guid}/resourceGroups/{res
          required: true
      - name: microsoftazureappliancescreateorupdatebyid
        method: PUT
        description: Microsoft Azure Put Applianceid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: applianceId
          in: path
          type: string
          description: The fully qualified ID of the appliance, including the appliance name and the appliance resource type.
            Use the format, /subscriptions/{guid}/resourceGroups/{res
          required: true
        - name: parameters
          in: body
          type: string
          description: Parameters supplied to the create or update an appliance.
          required: true
      - name: microsoftazureappliancesupdatebyid
        method: PATCH
        description: Microsoft Azure Patch Applianceid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: applianceId
          in: path
          type: string
          description: The fully qualified ID of the appliance, including the appliance name and the appliance resource type.
            Use the format, /subscriptions/{guid}/resourceGroups/{res
          required: true
        - name: parameters
          in: body
          type: string
          description: Parameters supplied to update an existing appliance.
  exposes:
  - type: rest
    namespace: managedapplicationclient-appliances-rest
    port: 8080
    description: REST adapter for Microsoft Azure ManagedApplicationClient — Appliances. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-solutions/appliances
      name: subscriptions-subscriptionid-providers-microsoft-solutions-appliances
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Solutions-appliances.
      operations:
      - method: GET
        name: microsoftazureapplianceslistbysubscription
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Solutions Appliances
        call: managedapplicationclient-appliances.microsoftazureapplianceslistbysubscription
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-solutions/appliances
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureapplianceslistbyresourcegroup
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Solutions Appliances
        call: managedapplicationclient-appliances.microsoftazureapplianceslistbyresourcegroup
        with:
          resourceGroupName: rest.resourceGroupName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-solutions/appliances/{appliancename}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureappliancesget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Solutions Appliances Appliancename
        call: managedapplicationclient-appliances.microsoftazureappliancesget
        with:
          resourceGroupName: rest.resourceGroupName
          applianceName: rest.applianceName
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureappliancesdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Solutions Appliances Appliancename
        call: managedapplicationclient-appliances.microsoftazureappliancesdelete
        with:
          resourceGroupName: rest.resourceGroupName
          applianceName: rest.applianceName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureappliancescreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Solutions Appliances Appliancename
        call: managedapplicationclient-appliances.microsoftazureappliancescreateorupdate
        with:
          resourceGroupName: rest.resourceGroupName
          applianceName: rest.applianceName
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureappliancesupdate
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Solutions Appliances Appliancename
        call: managedapplicationclient-appliances.microsoftazureappliancesupdate
        with:
          resourceGroupName: rest.resourceGroupName
          applianceName: rest.applianceName
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{applianceid}
      name: applianceid
      description: REST surface for applianceId.
      operations:
      - method: GET
        name: microsoftazureappliancesgetbyid
        description: Microsoft Azure Get Applianceid
        call: managedapplicationclient-appliances.microsoftazureappliancesgetbyid
        with:
          applianceId: rest.applianceId
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureappliancesdeletebyid
        description: Microsoft Azure Delete Applianceid
        call: managedapplicationclient-appliances.microsoftazureappliancesdeletebyid
        with:
          applianceId: rest.applianceId
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureappliancescreateorupdatebyid
        description: Microsoft Azure Put Applianceid
        call: managedapplicationclient-appliances.microsoftazureappliancescreateorupdatebyid
        with:
          applianceId: rest.applianceId
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureappliancesupdatebyid
        description: Microsoft Azure Patch Applianceid
        call: managedapplicationclient-appliances.microsoftazureappliancesupdatebyid
        with:
          applianceId: rest.applianceId
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: managedapplicationclient-appliances-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure ManagedApplicationClient — Appliances. 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 Providers Microsoft Solutions Appliances
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: managedapplicationclient-appliances.microsoftazureapplianceslistbysubscription
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Solutions
        Appliances
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: managedapplicationclient-appliances.microsoftazureapplianceslistbyresourcegroup
      with:
        resourceGroupName: tools.resourceGroupName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-3
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Solutions
        Appliances Appliancename
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: managedapplicationclient-appliances.microsoftazureappliancesget
      with:
        resourceGroupName: tools.resourceGroupName
        applianceName: tools.applianceName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Solutions Appliances Appliancename
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: managedapplicationclient-appliances.microsoftazureappliancesdelete
      with:
        resourceGroupName: tools.resourceGroupName
        applianceName: tools.applianceName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Solutions
        Appliances Appliancename
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: managedapplicationclient-appliances.microsoftazureappliancescreateorupdate
      with:
        resourceGroupName: tools.resourceGroupName
        applianceName: tools.applianceName
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Solutions Appliances Appliancename
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: managedapplicationclient-appliances.microsoftazureappliancesupdate
      with:
        resourceGroupName: tools.resourceGroupName
        applianceName: tools.applianceName
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-applianceid
      description: Microsoft Azure Get Applianceid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: managedapplicationclient-appliances.microsoftazureappliancesgetbyid
      with:
        applianceId: tools.applianceId
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-applianceid
      description: Microsoft Azure Delete Applianceid
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: managedapplicationclient-appliances.microsoftazureappliancesdeletebyid
      with:
        applianceId: tools.applianceId
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-applianceid
      description: Microsoft Azure Put Applianceid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: managedapplicationclient-appliances.microsoftazureappliancescreateorupdatebyid
      with:
        applianceId: tools.applianceId
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-applianceid
      description: Microsoft Azure Patch Applianceid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: managedapplicationclient-appliances.microsoftazureappliancesupdatebyid
      with:
        applianceId: tools.applianceId
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.