Microsoft Azure · Capability

Microsoft Azure SCVMM — InventoryItems

Microsoft Azure SCVMM — InventoryItems. 4 operations. Lead operation: Microsoft Azure Implements Get For The List Of Inventory Items In The Vmmserver. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureInventoryItems

What You Can Do

GET
Microsoftazureinventoryitemslistbyvmmserver — Microsoft Azure Implements Get For The List Of Inventory Items In The Vmmserver
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/vmmservers/{vmmservername}/inventoryitems
PUT
Microsoftazureinventoryitemscreate — Microsoft Azure Implements Inventoryitem Put Method
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/vmmservers/{vmmservername}/inventoryitems/{inventoryitemname}
GET
Microsoftazureinventoryitemsget — Microsoft Azure Implements Get Inventoryitem Method
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/vmmservers/{vmmservername}/inventoryitems/{inventoryitemname}
DELETE
Microsoftazureinventoryitemsdelete — Microsoft Azure Implements Inventoryitem Delete Method
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/vmmservers/{vmmservername}/inventoryitems/{inventoryitemname}

MCP Tools

microsoft-azure-implements-get-list

Microsoft Azure Implements Get For The List Of Inventory Items In The Vmmserver

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

Microsoft Azure Implements Inventoryitem Put Method

idempotent
microsoft-azure-implements-get-inventoryitem

Microsoft Azure Implements Get Inventoryitem Method

read-only idempotent
microsoft-azure-implements-inventoryitem-delete

Microsoft Azure Implements Inventoryitem Delete Method

idempotent

Capability Spec

scvmm-inventoryitems.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure SCVMM — InventoryItems
  description: 'Microsoft Azure SCVMM — InventoryItems. 4 operations. Lead operation: Microsoft Azure Implements Get For The
    List Of Inventory Items In The Vmmserver. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - InventoryItems
  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-inventoryitems
    baseUri: https://management.azure.com
    description: Microsoft Azure SCVMM — InventoryItems business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/vmmServers/{vmmServerName}/inventoryItems
      operations:
      - name: microsoftazureinventoryitemslistbyvmmserver
        method: GET
        description: Microsoft Azure Implements Get For The List Of Inventory Items In The Vmmserver
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: vmmServerName
          in: path
          type: string
          description: Name of the VMMServer.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/vmmServers/{vmmServerName}/inventoryItems/{inventoryItemName}
      operations:
      - name: microsoftazureinventoryitemscreate
        method: PUT
        description: Microsoft Azure Implements Inventoryitem 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: inventoryItemName
          in: path
          type: string
          description: Name of the inventoryItem.
          required: true
        - name: body
          in: body
          type: string
          description: Request payload.
      - name: microsoftazureinventoryitemsget
        method: GET
        description: Microsoft Azure Implements Get Inventoryitem Method
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: vmmServerName
          in: path
          type: string
          description: Name of the VMMServer.
          required: true
        - name: inventoryItemName
          in: path
          type: string
          description: Name of the inventoryItem.
          required: true
      - name: microsoftazureinventoryitemsdelete
        method: DELETE
        description: Microsoft Azure Implements Inventoryitem 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: inventoryItemName
          in: path
          type: string
          description: Name of the inventoryItem.
          required: true
  exposes:
  - type: rest
    namespace: scvmm-inventoryitems-rest
    port: 8080
    description: REST adapter for Microsoft Azure SCVMM — InventoryItems. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/vmmservers/{vmmservername}/inventoryitems
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureinventoryitemslistbyvmmserver
        description: Microsoft Azure Implements Get For The List Of Inventory Items In The Vmmserver
        call: scvmm-inventoryitems.microsoftazureinventoryitemslistbyvmmserver
        with:
          vmmServerName: rest.vmmServerName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/vmmservers/{vmmservername}/inventoryitems/{inventoryitemname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: PUT
        name: microsoftazureinventoryitemscreate
        description: Microsoft Azure Implements Inventoryitem Put Method
        call: scvmm-inventoryitems.microsoftazureinventoryitemscreate
        with:
          vmmServerName: rest.vmmServerName
          inventoryItemName: rest.inventoryItemName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureinventoryitemsget
        description: Microsoft Azure Implements Get Inventoryitem Method
        call: scvmm-inventoryitems.microsoftazureinventoryitemsget
        with:
          vmmServerName: rest.vmmServerName
          inventoryItemName: rest.inventoryItemName
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureinventoryitemsdelete
        description: Microsoft Azure Implements Inventoryitem Delete Method
        call: scvmm-inventoryitems.microsoftazureinventoryitemsdelete
        with:
          vmmServerName: rest.vmmServerName
          inventoryItemName: rest.inventoryItemName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: scvmm-inventoryitems-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure SCVMM — InventoryItems. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: microsoft-azure-implements-get-list
      description: Microsoft Azure Implements Get For The List Of Inventory Items In The Vmmserver
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: scvmm-inventoryitems.microsoftazureinventoryitemslistbyvmmserver
      with:
        vmmServerName: tools.vmmServerName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-inventoryitem-put
      description: Microsoft Azure Implements Inventoryitem Put Method
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: scvmm-inventoryitems.microsoftazureinventoryitemscreate
      with:
        vmmServerName: tools.vmmServerName
        inventoryItemName: tools.inventoryItemName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-get-inventoryitem
      description: Microsoft Azure Implements Get Inventoryitem Method
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: scvmm-inventoryitems.microsoftazureinventoryitemsget
      with:
        vmmServerName: tools.vmmServerName
        inventoryItemName: tools.inventoryItemName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-inventoryitem-delete
      description: Microsoft Azure Implements Inventoryitem Delete Method
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: scvmm-inventoryitems.microsoftazureinventoryitemsdelete
      with:
        vmmServerName: tools.vmmServerName
        inventoryItemName: tools.inventoryItemName
      outputParameters:
      - type: object
        mapping: $.