Skip to main content
Glama
anatsheh84

vmware-fusion-mcp-server

by anatsheh84

Run Program in Guest

fusion_run_in_guest

Run a program inside a VMware Fusion guest OS using the VM's .vmx path and guest credentials, returning the program's output. Requires VMware Tools for guest authentication.

Instructions

Run a program inside a VMware Fusion guest OS.

Requires VMware Tools to be installed and running in the guest.

Args:

  • vmx_path (string): Absolute path to the VM's .vmx file.

  • guest_user (string): Username for guest authentication.

  • guest_password (string): Password for guest authentication.

  • program (string): Full path to the program inside the guest OS.

  • program_args (string, optional): Arguments to pass to the program.

  • no_wait (boolean, optional): If true, returns immediately without waiting for the program to finish. Default: false.

Returns: Output from the program or confirmation that it was launched.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
no_waitNoReturn immediately without waiting for completion
programYesFull path to the program inside the guest
vmx_pathYesAbsolute path to the .vmx file
guest_userYesGuest OS username
vm_passwordNoEncryption password for the VM (if encrypted)
program_argsNoArguments to pass to the program
guest_passwordYesGuest OS password
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description discloses key behavioral traits: the dependency on VMware Tools, the no_wait option's effect on return timing, and that it returns program output or confirmation. Annotations provide no safety hints (all false), so the description carries the transparency burden and handles it well, though it could mention side effects like process execution in the guest.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear purpose statement, a requirements note, a bullet-like Args list, and a Returns section. It is succinct, front-loaded, and every sentence contributes useful information without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 7-parameter tool with no output schema, the description covers the essential context: purpose, prerequisite (VMware Tools), parameter meanings, and return behavior. It does not explain error scenarios or whether the VM must be running, but these are reasonable gaps given the tool's specificity and the sibling context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, with all parameters documented. The description repeats most parameter meanings but adds contextual detail like 'Full path' and 'Arguments to pass'. However, it omits the vm_password parameter from its Args list, though the schema covers it. This provides marginal added value beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Run a program inside a VMware Fusion guest OS' with a specific verb and resource. It is distinct from sibling tools like fusion_start_vm or fusion_list_snapshots, which cover different operations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides clear context by noting 'Requires VMware Tools to be installed and running in the guest' and listing the function's purpose. It does not explicitly mention alternatives, but the sibling tools are semantically distinct, so usage is unambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/anatsheh84/vmware-fusion-mcp-server'

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