Microsoft Azure · Capability

Microsoft Azure Azure Arc VMware Management Service API — InventoryItems

Microsoft Azure Azure Arc VMware Management Service API — InventoryItems. 4 operations. Lead operation: Microsoft Azure Implements Get Inventoryitems In A Vcenter. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureInventoryItems

What You Can Do

GET
Microsoftazureinventoryitemslistbyvcenter — Microsoft Azure Implements Get Inventoryitems In A Vcenter
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/vcenters/{vcentername}/inventoryitems
PUT
Microsoftazureinventoryitemscreate — Microsoft Azure Implements Inventoryitem Put Method
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/vcenters/{vcentername}/inventoryitems/{inventoryitemname}
GET
Microsoftazureinventoryitemsget — Microsoft Azure Gets Inventoryitem
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/vcenters/{vcentername}/inventoryitems/{inventoryitemname}
DELETE
Microsoftazureinventoryitemsdelete — Microsoft Azure Deletes An Inventoryitem
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/vcenters/{vcentername}/inventoryitems/{inventoryitemname}

MCP Tools

microsoft-azure-implements-get-inventoryitems

Microsoft Azure Implements Get Inventoryitems In A Vcenter

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

Microsoft Azure Implements Inventoryitem Put Method

idempotent
microsoft-azure-gets-inventoryitem

Microsoft Azure Gets Inventoryitem

read-only idempotent
microsoft-azure-deletes-inventoryitem

Microsoft Azure Deletes An Inventoryitem

idempotent

Capability Spec

azure-arc-vmware-management-service-inventoryitems.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Arc VMware Management Service API — InventoryItems
  description: 'Microsoft Azure Azure Arc VMware Management Service API — InventoryItems. 4 operations. Lead operation: Microsoft
    Azure Implements Get Inventoryitems In A Vcenter. 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: azure-arc-vmware-management-service-inventoryitems
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure Arc VMware Management Service API — InventoryItems business capability. Self-contained,
      no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/vcenters/{vcenterName}/inventoryItems
      operations:
      - name: microsoftazureinventoryitemslistbyvcenter
        method: GET
        description: Microsoft Azure Implements Get Inventoryitems In A Vcenter
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: vcenterName
          in: path
          type: string
          description: Name of the vCenter.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/vcenters/{vcenterName}/inventoryItems/{inventoryItemName}
      operations:
      - name: microsoftazureinventoryitemscreate
        method: PUT
        description: Microsoft Azure Implements Inventoryitem Put Method
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: vcenterName
          in: path
          type: string
          description: Name of the vCenter.
          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 Gets Inventoryitem
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: vcenterName
          in: path
          type: string
          description: Name of the vCenter.
          required: true
        - name: inventoryItemName
          in: path
          type: string
          description: Name of the inventoryItem.
          required: true
      - name: microsoftazureinventoryitemsdelete
        method: DELETE
        description: Microsoft Azure Deletes An Inventoryitem
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: vcenterName
          in: path
          type: string
          description: Name of the vCenter.
          required: true
        - name: inventoryItemName
          in: path
          type: string
          description: Name of the inventoryItem.
          required: true
  exposes:
  - type: rest
    namespace: azure-arc-vmware-management-service-inventoryitems-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Arc VMware Management Service API — InventoryItems. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/vcenters/{vcentername}/inventoryitems
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureinventoryitemslistbyvcenter
        description: Microsoft Azure Implements Get Inventoryitems In A Vcenter
        call: azure-arc-vmware-management-service-inventoryitems.microsoftazureinventoryitemslistbyvcenter
        with:
          vcenterName: rest.vcenterName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/vcenters/{vcentername}/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: azure-arc-vmware-management-service-inventoryitems.microsoftazureinventoryitemscreate
        with:
          vcenterName: rest.vcenterName
          inventoryItemName: rest.inventoryItemName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureinventoryitemsget
        description: Microsoft Azure Gets Inventoryitem
        call: azure-arc-vmware-management-service-inventoryitems.microsoftazureinventoryitemsget
        with:
          vcenterName: rest.vcenterName
          inventoryItemName: rest.inventoryItemName
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureinventoryitemsdelete
        description: Microsoft Azure Deletes An Inventoryitem
        call: azure-arc-vmware-management-service-inventoryitems.microsoftazureinventoryitemsdelete
        with:
          vcenterName: rest.vcenterName
          inventoryItemName: rest.inventoryItemName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-arc-vmware-management-service-inventoryitems-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Arc VMware Management Service API — InventoryItems. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-implements-get-inventoryitems
      description: Microsoft Azure Implements Get Inventoryitems In A Vcenter
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-arc-vmware-management-service-inventoryitems.microsoftazureinventoryitemslistbyvcenter
      with:
        vcenterName: tools.vcenterName
      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: azure-arc-vmware-management-service-inventoryitems.microsoftazureinventoryitemscreate
      with:
        vcenterName: tools.vcenterName
        inventoryItemName: tools.inventoryItemName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-inventoryitem
      description: Microsoft Azure Gets Inventoryitem
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-arc-vmware-management-service-inventoryitems.microsoftazureinventoryitemsget
      with:
        vcenterName: tools.vcenterName
        inventoryItemName: tools.inventoryItemName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-inventoryitem
      description: Microsoft Azure Deletes An Inventoryitem
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-arc-vmware-management-service-inventoryitems.microsoftazureinventoryitemsdelete
      with:
        vcenterName: tools.vcenterName
        inventoryItemName: tools.inventoryItemName
      outputParameters:
      - type: object
        mapping: $.