Skip to main content
Glama

Create VM

create_vm

Create a new QEMU virtual machine on a specified Proxmox node with custom CPU, memory, disk, and network settings. Optionally attach an ISO and start the VM after creation.

Instructions

Create a new QEMU VM. Auto-detects default storage for the disk. Use clone_vm to duplicate from a template.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
isoNoOptional ISO volume to attach (e.g. 'local:iso/ubuntu.iso')
cpusNovCPU cores
nameYesVM name
nodeYesHost node name
vmidYesNew VM ID (must be unique cluster-wide)
memoryNoMemory in MB (default 2048)
ostypeNoOS type hint, e.g. 'l26' (Linux 2.6+), 'win11', 'other'
storageNoStorage pool for the primary disk
disk_sizeNoPrimary disk size in GB (default 10)
network_bridgeNoNetwork bridge (default vmbr0)vmbr0
start_after_createNoStart VM after creation
Behavior3/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false. The description adds auto-detection of default storage, but does not discuss permissions, side effects, or other traits not captured by annotations.

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?

Two sentences, zero wasted words. The information is front-loaded and every sentence provides value.

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

Completeness3/5

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

Given high parameter count and no output schema, the description is brief. It does not explain prerequisites (e.g., node existence, vmid uniqueness) or default behavior for omitted parameters. Adequate but could be more complete.

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 input schema has 100% coverage of parameter descriptions. The description adds no additional parameter semantics beyond noting auto-detection of storage, which is not a parameter. Baseline score of 3 applies.

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 action ('Create a new QEMU VM') and the resource, and distinguishes from a sibling tool ('Use clone_vm to duplicate from a template').

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 provides an explicit alternative (clone_vm for duplication), indicating when to use a different tool. It lacks explicit exclusions but gives clear context.

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/ngocdd/proxmox-mcps'

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