Microsoft Azure · Capability

Microsoft Azure VMwareCloudSimple — Operations

Microsoft Azure VMwareCloudSimple — Operations. 2 operations. Lead operation: Microsoft Azure Implements List Of Available Operations. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureOperations

What You Can Do

GET
Microsoftazureoperationslist — Microsoft Azure Implements List Of Available Operations
/v1/providers/microsoft-vmwarecloudsimple/operations
GET
Microsoftazureoperationsget — Microsoft Azure Implements Get Of Async Operation
/v1/subscriptions/{subscriptionid}/providers/microsoft-vmwarecloudsimple/locations/{regionid}/operationresults/{operationid}

MCP Tools

microsoft-azure-implements-list-available

Microsoft Azure Implements List Of Available Operations

read-only idempotent
microsoft-azure-implements-get-async

Microsoft Azure Implements Get Of Async Operation

read-only idempotent

Capability Spec

vmwarecloudsimple-operations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure VMwareCloudSimple — Operations
  description: 'Microsoft Azure VMwareCloudSimple — Operations. 2 operations. Lead operation: Microsoft Azure Implements List
    Of Available Operations. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Operations
  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-operations
    baseUri: https://management.azure.com
    description: Microsoft Azure VMwareCloudSimple — Operations business capability. Self-contained, no shared references.
    resources:
    - name: providers-Microsoft.VMwareCloudSimple-operations
      path: /providers/Microsoft.VMwareCloudSimple/operations
      operations:
      - name: microsoftazureoperationslist
        method: GET
        description: Microsoft Azure Implements List Of Available Operations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-providers-Microsoft.VMwareCloudSimple-locations-reg
      path: /subscriptions/{subscriptionId}/providers/Microsoft.VMwareCloudSimple/locations/{regionId}/operationResults/{operationId}
      operations:
      - name: microsoftazureoperationsget
        method: GET
        description: Microsoft Azure Implements Get Of Async Operation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: operationId
          in: path
          type: string
          description: operation id
          required: true
  exposes:
  - type: rest
    namespace: vmwarecloudsimple-operations-rest
    port: 8080
    description: REST adapter for Microsoft Azure VMwareCloudSimple — Operations. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/providers/microsoft-vmwarecloudsimple/operations
      name: providers-microsoft-vmwarecloudsimple-operations
      description: REST surface for providers-Microsoft.VMwareCloudSimple-operations.
      operations:
      - method: GET
        name: microsoftazureoperationslist
        description: Microsoft Azure Implements List Of Available Operations
        call: vmwarecloudsimple-operations.microsoftazureoperationslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-vmwarecloudsimple/locations/{regionid}/operationresults/{operationid}
      name: subscriptions-subscriptionid-providers-microsoft-vmwarecloudsimple-locations-reg
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.VMwareCloudSimple-locations-reg.
      operations:
      - method: GET
        name: microsoftazureoperationsget
        description: Microsoft Azure Implements Get Of Async Operation
        call: vmwarecloudsimple-operations.microsoftazureoperationsget
        with:
          operationId: rest.operationId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: vmwarecloudsimple-operations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure VMwareCloudSimple — Operations. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-implements-list-available
      description: Microsoft Azure Implements List Of Available Operations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: vmwarecloudsimple-operations.microsoftazureoperationslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-get-async
      description: Microsoft Azure Implements Get Of Async Operation
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: vmwarecloudsimple-operations.microsoftazureoperationsget
      with:
        operationId: tools.operationId
      outputParameters:
      - type: object
        mapping: $.