Microsoft Azure · Capability

Microsoft Azure AzureSphereProviderClient — Deployments

Microsoft Azure AzureSphereProviderClient — Deployments. 4 operations. Lead operation: Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azuresphere Catalogs Catalogname Products Productname Devicegroups Devicegroupname Deployments. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureDeployments

What You Can Do

GET
Microsoftazuredeploymentslistbydevicegroup — Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azuresphere Catalogs Catalogname Products Productname Devicegroups Devicegroupname Deployments
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-azuresphere/catalogs/{catalogname}/products/{productname}/devicegroups/{devicegroupname}/deployments
GET
Microsoftazuredeploymentsget — Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azuresphere Catalogs Catalogname Products Productname Devicegroups Devicegroupname Deployments Deploymentname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-azuresphere/catalogs/{catalogname}/products/{productname}/devicegroups/{devicegroupname}/deployments/{deploymentname}
PUT
Microsoftazuredeploymentscreateorupdate — Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azuresphere Catalogs Catalogname Products Productname Devicegroups Devicegroupname Deployments Deploymentname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-azuresphere/catalogs/{catalogname}/products/{productname}/devicegroups/{devicegroupname}/deployments/{deploymentname}
DELETE
Microsoftazuredeploymentsdelete — Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azuresphere Catalogs Catalogname Products Productname Devicegroups Devicegroupname Deployments Deploymentname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-azuresphere/catalogs/{catalogname}/products/{productname}/devicegroups/{devicegroupname}/deployments/{deploymentname}

MCP Tools

get-subscriptions-subscriptionid-resourcegroups-resourcegroupname

Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azuresphere Catalogs Catalogname Products Productname Devicegroups Devicegroupname Deployments

read-only idempotent
get-subscriptions-subscriptionid-resourcegroups-resourcegroupname-2

Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azuresphere Catalogs Catalogname Products Productname Devicegroups Devicegroupname Deployments Deploymentname

read-only idempotent
put-subscriptions-subscriptionid-resourcegroups-resourcegroupname

Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azuresphere Catalogs Catalogname Products Productname Devicegroups Devicegroupname Deployments Deploymentname

idempotent
delete-subscriptions-subscriptionid-resourcegroups-resourcegroupname

Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azuresphere Catalogs Catalogname Products Productname Devicegroups Devicegroupname Deployments Deploymentname

idempotent

Capability Spec

azuresphereproviderclient-deployments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure AzureSphereProviderClient — Deployments
  description: 'Microsoft Azure AzureSphereProviderClient — Deployments. 4 operations. Lead operation: Get Subscriptions Subscriptionid
    Resourcegroups Resourcegroupname Providers Microsoft Azuresphere Catalogs Catalogname Products Productname Devicegroups
    Devicegroupname Deployments. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Deployments
  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: azuresphereproviderclient-deployments
    baseUri: https://management.azure.com
    description: Microsoft Azure AzureSphereProviderClient — Deployments business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureSphere/catalogs/{catalogName}/products/{productName}/deviceGroups/{deviceGroupName}/deployments
      operations:
      - name: microsoftazuredeploymentslistbydevicegroup
        method: GET
        description: Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azuresphere Catalogs
          Catalogname Products Productname Devicegroups Devicegroupname Deployments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: catalogName
          in: path
          type: string
          description: Name of catalog
          required: true
        - name: productName
          in: path
          type: string
          description: Name of product.
          required: true
        - name: deviceGroupName
          in: path
          type: string
          description: Name of device group.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureSphere/catalogs/{catalogName}/products/{productName}/deviceGroups/{deviceGroupName}/deployments/{deploymentName}
      operations:
      - name: microsoftazuredeploymentsget
        method: GET
        description: Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azuresphere Catalogs
          Catalogname Products Productname Devicegroups Devicegroupname Deployments Deploymentname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: catalogName
          in: path
          type: string
          description: Name of catalog
          required: true
        - name: productName
          in: path
          type: string
          description: Name of product.
          required: true
        - name: deviceGroupName
          in: path
          type: string
          description: Name of device group.
          required: true
        - name: deploymentName
          in: path
          type: string
          description: Deployment name. Use .default for deployment creation and to get the current deployment for the associated
            device group.
          required: true
      - name: microsoftazuredeploymentscreateorupdate
        method: PUT
        description: Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azuresphere Catalogs
          Catalogname Products Productname Devicegroups Devicegroupname Deployments Deploymentname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: catalogName
          in: path
          type: string
          description: Name of catalog
          required: true
        - name: productName
          in: path
          type: string
          description: Name of product.
          required: true
        - name: deviceGroupName
          in: path
          type: string
          description: Name of device group.
          required: true
        - name: deploymentName
          in: path
          type: string
          description: Deployment name. Use .default for deployment creation and to get the current deployment for the associated
            device group.
          required: true
        - name: resource
          in: body
          type: string
          description: Resource create parameters.
          required: true
      - name: microsoftazuredeploymentsdelete
        method: DELETE
        description: Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azuresphere
          Catalogs Catalogname Products Productname Devicegroups Devicegroupname Deployments Deploymentname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: catalogName
          in: path
          type: string
          description: Name of catalog
          required: true
        - name: productName
          in: path
          type: string
          description: Name of product.
          required: true
        - name: deviceGroupName
          in: path
          type: string
          description: Name of device group.
          required: true
        - name: deploymentName
          in: path
          type: string
          description: Deployment name. Use .default for deployment creation and to get the current deployment for the associated
            device group.
          required: true
  exposes:
  - type: rest
    namespace: azuresphereproviderclient-deployments-rest
    port: 8080
    description: REST adapter for Microsoft Azure AzureSphereProviderClient — Deployments. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-azuresphere/catalogs/{catalogname}/products/{productname}/devicegroups/{devicegroupname}/deployments
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuredeploymentslistbydevicegroup
        description: Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azuresphere Catalogs
          Catalogname Products Productname Devicegroups Devicegroupname Deployments
        call: azuresphereproviderclient-deployments.microsoftazuredeploymentslistbydevicegroup
        with:
          catalogName: rest.catalogName
          productName: rest.productName
          deviceGroupName: rest.deviceGroupName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-azuresphere/catalogs/{catalogname}/products/{productname}/devicegroups/{devicegroupname}/deployments/{deploymentname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuredeploymentsget
        description: Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azuresphere Catalogs
          Catalogname Products Productname Devicegroups Devicegroupname Deployments Deploymentname
        call: azuresphereproviderclient-deployments.microsoftazuredeploymentsget
        with:
          catalogName: rest.catalogName
          productName: rest.productName
          deviceGroupName: rest.deviceGroupName
          deploymentName: rest.deploymentName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazuredeploymentscreateorupdate
        description: Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azuresphere Catalogs
          Catalogname Products Productname Devicegroups Devicegroupname Deployments Deploymentname
        call: azuresphereproviderclient-deployments.microsoftazuredeploymentscreateorupdate
        with:
          catalogName: rest.catalogName
          productName: rest.productName
          deviceGroupName: rest.deviceGroupName
          deploymentName: rest.deploymentName
          resource: rest.resource
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuredeploymentsdelete
        description: Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azuresphere
          Catalogs Catalogname Products Productname Devicegroups Devicegroupname Deployments Deploymentname
        call: azuresphereproviderclient-deployments.microsoftazuredeploymentsdelete
        with:
          catalogName: rest.catalogName
          productName: rest.productName
          deviceGroupName: rest.deviceGroupName
          deploymentName: rest.deploymentName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azuresphereproviderclient-deployments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure AzureSphereProviderClient — Deployments. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: get-subscriptions-subscriptionid-resourcegroups-resourcegroupname
      description: Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azuresphere Catalogs
        Catalogname Products Productname Devicegroups Devicegroupname Deployments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azuresphereproviderclient-deployments.microsoftazuredeploymentslistbydevicegroup
      with:
        catalogName: tools.catalogName
        productName: tools.productName
        deviceGroupName: tools.deviceGroupName
      outputParameters:
      - type: object
        mapping: $.
    - name: get-subscriptions-subscriptionid-resourcegroups-resourcegroupname-2
      description: Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azuresphere Catalogs
        Catalogname Products Productname Devicegroups Devicegroupname Deployments Deploymentname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azuresphereproviderclient-deployments.microsoftazuredeploymentsget
      with:
        catalogName: tools.catalogName
        productName: tools.productName
        deviceGroupName: tools.deviceGroupName
        deploymentName: tools.deploymentName
      outputParameters:
      - type: object
        mapping: $.
    - name: put-subscriptions-subscriptionid-resourcegroups-resourcegroupname
      description: Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azuresphere Catalogs
        Catalogname Products Productname Devicegroups Devicegroupname Deployments Deploymentname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azuresphereproviderclient-deployments.microsoftazuredeploymentscreateorupdate
      with:
        catalogName: tools.catalogName
        productName: tools.productName
        deviceGroupName: tools.deviceGroupName
        deploymentName: tools.deploymentName
        resource: tools.resource
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-subscriptions-subscriptionid-resourcegroups-resourcegroupname
      description: Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azuresphere Catalogs
        Catalogname Products Productname Devicegroups Devicegroupname Deployments Deploymentname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azuresphereproviderclient-deployments.microsoftazuredeploymentsdelete
      with:
        catalogName: tools.catalogName
        productName: tools.productName
        deviceGroupName: tools.deviceGroupName
        deploymentName: tools.deploymentName
      outputParameters:
      - type: object
        mapping: $.