Microsoft Azure · Capability

Microsoft Azure VMwareCloudSimple — PrivateClouds

Microsoft Azure VMwareCloudSimple — PrivateClouds. 2 operations. Lead operation: Microsoft Azure Implements Private Cloud List Get Method. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzurePrivateClouds

What You Can Do

GET
Microsoftazureprivatecloudslist — Microsoft Azure Implements Private Cloud List Get Method
/v1/subscriptions/{subscriptionid}/providers/microsoft-vmwarecloudsimple/locations/{regionid}/privateclouds
GET
Microsoftazureprivatecloudsget — Microsoft Azure Implements Private Cloud Get Method
/v1/subscriptions/{subscriptionid}/providers/microsoft-vmwarecloudsimple/locations/{regionid}/privateclouds/{pcname}

MCP Tools

microsoft-azure-implements-private-cloud

Microsoft Azure Implements Private Cloud List Get Method

read-only idempotent
microsoft-azure-implements-private-cloud-2

Microsoft Azure Implements Private Cloud Get Method

read-only idempotent

Capability Spec

vmwarecloudsimple-privateclouds.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure VMwareCloudSimple — PrivateClouds
  description: 'Microsoft Azure VMwareCloudSimple — PrivateClouds. 2 operations. Lead operation: Microsoft Azure Implements
    Private Cloud List Get Method. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - PrivateClouds
  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: vmwarecloudsimple-privateclouds
    baseUri: https://management.azure.com
    description: Microsoft Azure VMwareCloudSimple — PrivateClouds business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.VMwareCloudSimple-locations-reg
      path: /subscriptions/{subscriptionId}/providers/Microsoft.VMwareCloudSimple/locations/{regionId}/privateClouds
      operations:
      - name: microsoftazureprivatecloudslist
        method: GET
        description: Microsoft Azure Implements Private Cloud List Get Method
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-providers-Microsoft.VMwareCloudSimple-locations-reg
      path: /subscriptions/{subscriptionId}/providers/Microsoft.VMwareCloudSimple/locations/{regionId}/privateClouds/{pcName}
      operations:
      - name: microsoftazureprivatecloudsget
        method: GET
        description: Microsoft Azure Implements Private Cloud Get Method
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: vmwarecloudsimple-privateclouds-rest
    port: 8080
    description: REST adapter for Microsoft Azure VMwareCloudSimple — PrivateClouds. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-vmwarecloudsimple/locations/{regionid}/privateclouds
      name: subscriptions-subscriptionid-providers-microsoft-vmwarecloudsimple-locations-reg
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.VMwareCloudSimple-locations-reg.
      operations:
      - method: GET
        name: microsoftazureprivatecloudslist
        description: Microsoft Azure Implements Private Cloud List Get Method
        call: vmwarecloudsimple-privateclouds.microsoftazureprivatecloudslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-vmwarecloudsimple/locations/{regionid}/privateclouds/{pcname}
      name: subscriptions-subscriptionid-providers-microsoft-vmwarecloudsimple-locations-reg
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.VMwareCloudSimple-locations-reg.
      operations:
      - method: GET
        name: microsoftazureprivatecloudsget
        description: Microsoft Azure Implements Private Cloud Get Method
        call: vmwarecloudsimple-privateclouds.microsoftazureprivatecloudsget
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: vmwarecloudsimple-privateclouds-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure VMwareCloudSimple — PrivateClouds. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-implements-private-cloud
      description: Microsoft Azure Implements Private Cloud List Get Method
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: vmwarecloudsimple-privateclouds.microsoftazureprivatecloudslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-private-cloud-2
      description: Microsoft Azure Implements Private Cloud Get Method
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: vmwarecloudsimple-privateclouds.microsoftazureprivatecloudsget
      outputParameters:
      - type: object
        mapping: $.