Microsoft Azure · Capability

Microsoft Azure SCVMM — Clouds

Microsoft Azure SCVMM — Clouds. 6 operations. Lead operation: Microsoft Azure Implements Get Clouds In A Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureClouds

What You Can Do

GET
Microsoftazurecloudslistbysubscription — Microsoft Azure Implements Get Clouds In A Subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-scvmm/clouds
GET
Microsoftazurecloudslistbyresourcegroup — Microsoft Azure Implements Get Clouds In A Resource Group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/clouds
GET
Microsoftazurecloudsget — Microsoft Azure Gets A Cloud
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/clouds/{cloudname}
PUT
Microsoftazurecloudscreateorupdate — Microsoft Azure Implements Clouds Put Method
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/clouds/{cloudname}
DELETE
Microsoftazurecloudsdelete — Microsoft Azure Implements Cloud Resource Delete Method
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/clouds/{cloudname}
PATCH
Microsoftazurecloudsupdate — Microsoft Azure Implements The Clouds Patch Method
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/clouds/{cloudname}

MCP Tools

microsoft-azure-implements-get-clouds

Microsoft Azure Implements Get Clouds In A Subscription

read-only idempotent
microsoft-azure-implements-get-clouds-2

Microsoft Azure Implements Get Clouds In A Resource Group

read-only idempotent
microsoft-azure-gets-cloud

Microsoft Azure Gets A Cloud

read-only idempotent
microsoft-azure-implements-clouds-put

Microsoft Azure Implements Clouds Put Method

idempotent
microsoft-azure-implements-cloud-resource

Microsoft Azure Implements Cloud Resource Delete Method

idempotent
microsoft-azure-implements-clouds-patch

Microsoft Azure Implements The Clouds Patch Method

idempotent

Capability Spec

scvmm-clouds.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure SCVMM — Clouds
  description: 'Microsoft Azure SCVMM — Clouds. 6 operations. Lead operation: Microsoft Azure Implements Get Clouds In A Subscription.
    Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Clouds
  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: scvmm-clouds
    baseUri: https://management.azure.com
    description: Microsoft Azure SCVMM — Clouds business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.ScVmm-clouds
      path: /subscriptions/{subscriptionId}/providers/Microsoft.ScVmm/clouds
      operations:
      - name: microsoftazurecloudslistbysubscription
        method: GET
        description: Microsoft Azure Implements Get Clouds In A Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/clouds
      operations:
      - name: microsoftazurecloudslistbyresourcegroup
        method: GET
        description: Microsoft Azure Implements Get Clouds In A Resource Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/clouds/{cloudName}
      operations:
      - name: microsoftazurecloudsget
        method: GET
        description: Microsoft Azure Gets A Cloud
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: cloudName
          in: path
          type: string
          description: Name of the Cloud.
          required: true
      - name: microsoftazurecloudscreateorupdate
        method: PUT
        description: Microsoft Azure Implements Clouds Put Method
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: cloudName
          in: path
          type: string
          description: Name of the Cloud.
          required: true
        - name: body
          in: body
          type: string
          description: Request payload.
          required: true
      - name: microsoftazurecloudsdelete
        method: DELETE
        description: Microsoft Azure Implements Cloud Resource Delete Method
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: cloudName
          in: path
          type: string
          description: Name of the Cloud.
          required: true
        - name: force
          in: query
          type: boolean
          description: Forces the resource to be deleted from azure. The corresponding CR would be attempted to be deleted
            too.
      - name: microsoftazurecloudsupdate
        method: PATCH
        description: Microsoft Azure Implements The Clouds Patch Method
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: cloudName
          in: path
          type: string
          description: Name of the Cloud.
          required: true
        - name: body
          in: body
          type: string
          description: Clouds patch payload.
          required: true
  exposes:
  - type: rest
    namespace: scvmm-clouds-rest
    port: 8080
    description: REST adapter for Microsoft Azure SCVMM — Clouds. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-scvmm/clouds
      name: subscriptions-subscriptionid-providers-microsoft-scvmm-clouds
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.ScVmm-clouds.
      operations:
      - method: GET
        name: microsoftazurecloudslistbysubscription
        description: Microsoft Azure Implements Get Clouds In A Subscription
        call: scvmm-clouds.microsoftazurecloudslistbysubscription
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/clouds
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurecloudslistbyresourcegroup
        description: Microsoft Azure Implements Get Clouds In A Resource Group
        call: scvmm-clouds.microsoftazurecloudslistbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/clouds/{cloudname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurecloudsget
        description: Microsoft Azure Gets A Cloud
        call: scvmm-clouds.microsoftazurecloudsget
        with:
          cloudName: rest.cloudName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurecloudscreateorupdate
        description: Microsoft Azure Implements Clouds Put Method
        call: scvmm-clouds.microsoftazurecloudscreateorupdate
        with:
          cloudName: rest.cloudName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurecloudsdelete
        description: Microsoft Azure Implements Cloud Resource Delete Method
        call: scvmm-clouds.microsoftazurecloudsdelete
        with:
          cloudName: rest.cloudName
          force: rest.force
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurecloudsupdate
        description: Microsoft Azure Implements The Clouds Patch Method
        call: scvmm-clouds.microsoftazurecloudsupdate
        with:
          cloudName: rest.cloudName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: scvmm-clouds-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure SCVMM — Clouds. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: microsoft-azure-implements-get-clouds
      description: Microsoft Azure Implements Get Clouds In A Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: scvmm-clouds.microsoftazurecloudslistbysubscription
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-get-clouds-2
      description: Microsoft Azure Implements Get Clouds In A Resource Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: scvmm-clouds.microsoftazurecloudslistbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-cloud
      description: Microsoft Azure Gets A Cloud
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: scvmm-clouds.microsoftazurecloudsget
      with:
        cloudName: tools.cloudName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-clouds-put
      description: Microsoft Azure Implements Clouds Put Method
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: scvmm-clouds.microsoftazurecloudscreateorupdate
      with:
        cloudName: tools.cloudName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-cloud-resource
      description: Microsoft Azure Implements Cloud Resource Delete Method
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: scvmm-clouds.microsoftazurecloudsdelete
      with:
        cloudName: tools.cloudName
        force: tools.force
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-clouds-patch
      description: Microsoft Azure Implements The Clouds Patch Method
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: scvmm-clouds.microsoftazurecloudsupdate
      with:
        cloudName: tools.cloudName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.