Skip to main content
Glama
anatsheh84

vmware-fusion-mcp-server

by anatsheh84

Get VM IP Address

fusion_get_ip
Read-onlyIdempotent

Retrieve the IP address of a running VMware Fusion virtual machine by providing the path to its .vmx file. Optionally wait for the guest to obtain an IP.

Instructions

Get the IP address of a running VMware Fusion guest OS.

The VM must be running and have VMware Tools installed for this to work.

Args:

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

  • wait (boolean, optional): If true, waits for the guest to obtain an IP. Default: true.

Returns: The IP address as a string, or an error if unavailable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
waitNoWait for the guest to obtain an IP address
vmx_pathYesAbsolute path to the .vmx file
vm_passwordNoEncryption password for the VM (if encrypted)
Behavior4/5

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

The description adds context beyond annotations by specifying the wait behavior and the dependency on VMware Tools. It does not contradict the readOnlyHint or idempotentHint. Minor omission: it does not mention the vm_password parameter.

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 concise and well-structured with Args and Returns sections. Every sentence contributes to clarity, with no redundant content beyond the schema.

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?

Given the simple nature and the presence of annotations, the description adequately covers prerequisites, wait behavior, and return value. However, the omission of vm_password from the Args list is a small completeness gap, even though the schema documents it.

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?

The schema fully describes all three parameters (100% coverage), so the baseline is 3. The description's Args section duplicates the schema information for vmx_path and wait, and omits vm_password entirely, adding no extra semantic value.

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 the tool's function: retrieving the IP address of a VMware Fusion guest. The verb 'Get' and resource 'IP address' are specific and differentiate it from sibling tools like fusion_get_vm_info or fusion_list_running.

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?

It provides explicit operational prerequisites: the VM must be running and VMware Tools installed. It does not explicitly discuss when not to use or alternatives, but the context is clear.

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