get_vm_info
Retrieve detailed information about a specific virtual machine using its ID with the VMware Fusion MCP Server. Simplify VM management and access essential data efficiently.
Instructions
Get detailed information about a specific VM.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
vm_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"vm_id": {
"title": "Vm Id",
"type": "string"
}
},
"required": [
"vm_id"
],
"type": "object"
}