Skip to main content
Glama

VMware Fusion MCP Server

by yeahdongcn
MIT License
4

power_vm

Control VMware Fusion virtual machines by executing power actions such as turning on, off, shutting down, suspending, pausing, or unpausing a specified VM.

Instructions

Perform a power action on a VM. Valid actions are 'on', 'off', 'shutdown', 'suspend', 'pause', 'unpause'.

Input Schema

NameRequiredDescriptionDefault
actionYes
vm_idYes

Input Schema (JSON Schema)

{ "properties": { "action": { "title": "Action", "type": "string" }, "vm_id": { "title": "Vm Id", "type": "string" } }, "required": [ "vm_id", "action" ], "type": "object" }

Other Tools from VMware Fusion MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/yeahdongcn/vmware-fusion-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server