Skip to main content
Glama

vsphere_reconfigure_vm

Reconfigure a VMware VM's CPU count, memory size, or notes. Requires the VM to be powered off unless hardware hot-add is enabled. Changes only the specified properties.

Instructions

Change a virtual machine's CPU count, memory size or notes.

Unless CPU/memory hot-add is enabled on the guest, vSphere requires the VM to be powered off for resource changes and will reject the request otherwise. Only the supplied fields are changed.

Requires permission mode write or higher.

Args: vm: VM name, managed object id, UUID or inventory path. cpu_count: New total number of virtual CPUs. cores_per_socket: Cores per virtual socket. Must divide cpu_count. memory_mb: New memory size in MiB. annotation: Replacement notes/annotation text. wait: Wait for the reconfigure task to finish. timeout_seconds: Override the default task timeout.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vmYes
waitNo
cpu_countNo
memory_mbNo
annotationNo
timeout_secondsNo
cores_per_socketNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The annotations already signal mutation (readOnlyHint=false), but the description adds valuable behavior beyond that: the requirement for permission mode 'write', the power-state constraint, and the 'only supplied fields are changed' partial-update semantics. These are not inferable from the annotations alone.

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: a concise introductory paragraph followed by a per-parameter list. Every sentence earns its place—no redundant fluff, and the format is easy to scan.

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

Completeness5/5

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

For a complex mutation tool with 7 parameters, the description covers the purpose, usage conditions, permissions, and all parameter semantics. Return values are handled by the output schema, so no critical context is missing.

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

Parameters5/5

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

With 0% schema description coverage, the 'Args' block in the description fully compensates by explaining every parameter in detail—including the VM identification formats, the divisibility constraint between cores_per_socket and cpu_count, the MiB unit for memory, and the wait/timeout semantics.

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 accurately states the tool's purpose with a specific verb ('Change') and resource ('a virtual machine') and identifies the exact attributes (CPU count, memory size, notes). This distinguishes it from sibling tools like vsphere_change_vm_power_state or snapshot 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?

The description gives an explicit precondition: powered off unless hot-add is enabled, and notes that only supplied fields are changed. While it does not explicitly list alternative tools, this context clearly indicates when the tool is applicable.

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/ISH2YU/VMware-MCP'

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