Skip to main content
Glama

create_vm

Create a new QEMU virtual machine on a Proxmox node with configurable CPU, memory, disks, network, and boot settings.

Instructions

Create a new QEMU virtual machine.

Args: node: The node name. vmid: The VM ID number. name: VM name. memory: Memory in MB (default 2048). cores: Number of CPU cores per socket (default 1). sockets: Number of CPU sockets (default 1). cpu: CPU type (default 'host'). ostype: OS type: l26 (Linux 2.6+), win10, win11, wxp, other, etc. scsihw: SCSI controller: virtio-scsi-single, virtio-scsi-pci, lsi, megasas, pvscsi. scsi0: First SCSI disk (e.g. 'local-lvm:32' for 32GB on local-lvm). ide2: IDE device, often used for CD-ROM (e.g. 'local:iso/ubuntu.iso,media=cdrom'). net0: Network device (e.g. 'virtio,bridge=vmbr0'). boot: Boot order (e.g. 'order=scsi0;ide2;net0'). bios: BIOS type: seabios, ovmf (UEFI). machine: Machine type (e.g. 'q35', 'i440fx'). cdrom: CD-ROM ISO image path. agent: QEMU guest agent: '1' to enable, 'enabled=1,fstrim_cloned_disks=1'. start: Start the VM after creation. onboot: Start on host boot. description: VM description. pool: Resource pool to add the VM to. tags: Semicolon-separated tags.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeYes
vmidYes
nameNo
memoryNo
coresNo
socketsNo
cpuNohost
ostypeNol26
scsihwNovirtio-scsi-single
scsi0No
ide2No
net0No
bootNo
biosNoseabios
machineNo
cdromNo
agentNo
startNo
onbootNo
descriptionNo
poolNo
tagsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description must disclose behavioral traits fully. It lists parameters and defaults but does not mention side effects (e.g., resource allocation, potential conflicts with existing VM IDs, or required permissions). The behavior beyond parameter input is largely opaque.

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

Conciseness4/5

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

The description is structured as a clear list of arguments with inline explanations, making it easy to scan. However, it is lengthy and could be more concise by grouping related parameters. It is front-loaded with the purpose.

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?

The description adequately covers parameter semantics given the tool's complexity and the existence of an output schema. However, it lacks information on error handling, return values, or prerequisites like storage availability, which limits completeness for a 22-parameter tool.

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?

The input schema has 0% description coverage, meaning all parameter meaning comes from the tool description. The description explains each parameter with examples and default values (e.g., 'scsi0: First SCSI disk (e.g. "local-lvm:32")'), adding substantial value beyond schema field names and types.

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 begins with 'Create a new QEMU virtual machine,' which is a specific verb+resource. Among sibling tools like clone_vm and create_container, this tool is clearly distinguished as the primary VM creation function.

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

Usage Guidelines2/5

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

No explicit guidance is provided on when to use create_vm versus alternatives like clone_vm or create_container. There is no discussion of prerequisites, such as available node capacity or storage, nor any mention of when not to use it.

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/GethosTheWalrus/proxmox-mcp'

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