Microsoft Azure · Capability

Microsoft Azure SCVMM — VmmServers

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

Run with Naftiko Microsoft AzureVmmServers

What You Can Do

GET
Microsoftazurevmmserverslistbysubscription — Microsoft Azure Implements Get Vmmservers In A Subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-scvmm/vmmservers
GET
Microsoftazurevmmserverslistbyresourcegroup — Microsoft Azure Implements Get Vmmservers In A Resource Group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/vmmservers
GET
Microsoftazurevmmserversget — Microsoft Azure Gets A Vmmserver
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/vmmservers/{vmmservername}
PUT
Microsoftazurevmmserverscreateorupdate — Microsoft Azure Implements Vmmservers Put Method
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/vmmservers/{vmmservername}
DELETE
Microsoftazurevmmserversdelete — Microsoft Azure Implements Vmmservers Delete Method
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/vmmservers/{vmmservername}
PATCH
Microsoftazurevmmserversupdate — Microsoft Azure Implements Vmmservers Patch Method
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/vmmservers/{vmmservername}

MCP Tools

microsoft-azure-implements-get-vmmservers

Microsoft Azure Implements Get Vmmservers In A Subscription

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

Microsoft Azure Implements Get Vmmservers In A Resource Group

read-only idempotent
microsoft-azure-gets-vmmserver

Microsoft Azure Gets A Vmmserver

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

Microsoft Azure Implements Vmmservers Put Method

idempotent
microsoft-azure-implements-vmmservers-delete

Microsoft Azure Implements Vmmservers Delete Method

idempotent
microsoft-azure-implements-vmmservers-patch

Microsoft Azure Implements Vmmservers Patch Method

idempotent

Capability Spec

scvmm-vmmservers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure SCVMM — VmmServers
  description: 'Microsoft Azure SCVMM — VmmServers. 6 operations. Lead operation: Microsoft Azure Implements Get Vmmservers
    In A Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - VmmServers
  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-vmmservers
    baseUri: https://management.azure.com
    description: Microsoft Azure SCVMM — VmmServers business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.ScVmm-vmmServers
      path: /subscriptions/{subscriptionId}/providers/Microsoft.ScVmm/vmmServers
      operations:
      - name: microsoftazurevmmserverslistbysubscription
        method: GET
        description: Microsoft Azure Implements Get Vmmservers 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/vmmServers
      operations:
      - name: microsoftazurevmmserverslistbyresourcegroup
        method: GET
        description: Microsoft Azure Implements Get Vmmservers 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/vmmServers/{vmmServerName}
      operations:
      - name: microsoftazurevmmserversget
        method: GET
        description: Microsoft Azure Gets A Vmmserver
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: vmmServerName
          in: path
          type: string
          description: Name of the VMMServer.
          required: true
      - name: microsoftazurevmmserverscreateorupdate
        method: PUT
        description: Microsoft Azure Implements Vmmservers Put Method
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: vmmServerName
          in: path
          type: string
          description: Name of the VMMServer.
          required: true
        - name: body
          in: body
          type: string
          description: Request payload.
          required: true
      - name: microsoftazurevmmserversdelete
        method: DELETE
        description: Microsoft Azure Implements Vmmservers Delete Method
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: vmmServerName
          in: path
          type: string
          description: Name of the VMMServer.
          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: microsoftazurevmmserversupdate
        method: PATCH
        description: Microsoft Azure Implements Vmmservers Patch Method
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: vmmServerName
          in: path
          type: string
          description: Name of the VMMServer.
          required: true
        - name: body
          in: body
          type: string
          description: VmmServers patch payload.
          required: true
  exposes:
  - type: rest
    namespace: scvmm-vmmservers-rest
    port: 8080
    description: REST adapter for Microsoft Azure SCVMM — VmmServers. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-scvmm/vmmservers
      name: subscriptions-subscriptionid-providers-microsoft-scvmm-vmmservers
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.ScVmm-vmmServers.
      operations:
      - method: GET
        name: microsoftazurevmmserverslistbysubscription
        description: Microsoft Azure Implements Get Vmmservers In A Subscription
        call: scvmm-vmmservers.microsoftazurevmmserverslistbysubscription
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/vmmservers
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurevmmserverslistbyresourcegroup
        description: Microsoft Azure Implements Get Vmmservers In A Resource Group
        call: scvmm-vmmservers.microsoftazurevmmserverslistbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/vmmservers/{vmmservername}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurevmmserversget
        description: Microsoft Azure Gets A Vmmserver
        call: scvmm-vmmservers.microsoftazurevmmserversget
        with:
          vmmServerName: rest.vmmServerName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurevmmserverscreateorupdate
        description: Microsoft Azure Implements Vmmservers Put Method
        call: scvmm-vmmservers.microsoftazurevmmserverscreateorupdate
        with:
          vmmServerName: rest.vmmServerName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurevmmserversdelete
        description: Microsoft Azure Implements Vmmservers Delete Method
        call: scvmm-vmmservers.microsoftazurevmmserversdelete
        with:
          vmmServerName: rest.vmmServerName
          force: rest.force
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurevmmserversupdate
        description: Microsoft Azure Implements Vmmservers Patch Method
        call: scvmm-vmmservers.microsoftazurevmmserversupdate
        with:
          vmmServerName: rest.vmmServerName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: scvmm-vmmservers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure SCVMM — VmmServers. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: microsoft-azure-implements-get-vmmservers
      description: Microsoft Azure Implements Get Vmmservers In A Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: scvmm-vmmservers.microsoftazurevmmserverslistbysubscription
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-get-vmmservers-2
      description: Microsoft Azure Implements Get Vmmservers In A Resource Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: scvmm-vmmservers.microsoftazurevmmserverslistbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-vmmserver
      description: Microsoft Azure Gets A Vmmserver
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: scvmm-vmmservers.microsoftazurevmmserversget
      with:
        vmmServerName: tools.vmmServerName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-vmmservers-put
      description: Microsoft Azure Implements Vmmservers Put Method
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: scvmm-vmmservers.microsoftazurevmmserverscreateorupdate
      with:
        vmmServerName: tools.vmmServerName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-vmmservers-delete
      description: Microsoft Azure Implements Vmmservers Delete Method
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: scvmm-vmmservers.microsoftazurevmmserversdelete
      with:
        vmmServerName: tools.vmmServerName
        force: tools.force
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-vmmservers-patch
      description: Microsoft Azure Implements Vmmservers Patch Method
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: scvmm-vmmservers.microsoftazurevmmserversupdate
      with:
        vmmServerName: tools.vmmServerName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.