Skip to main content
Glama

pve_create_vm

Create a new QEMU virtual machine on a Proxmox node. Dry-run by default to preview the plan; set confirm=true to execute.

Instructions

MUTATION: create a new QEMU VM. Dry-run by default; confirm=True. Async — returns a UPID (poll with pve_task_status). options carries create params (cores, memory, net0, scsi0, ostype, ...). For an LXC container use pve_create_container; to copy an existing guest instead use pve_clone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeNoPVE node to create the VM on. Omit to use the configured default node.
vmidYesNumeric VMID to assign to the new QEMU VM.
confirmNoLeave `false` (default) to get a dry-run PLAN; set `true` to execute the creation.
optionsNoExtra Proxmox create params (e.g. cores, memory, net0, scsi0, ostype) merged into the request.
proximo_targetNoWhich configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description discloses key behavioral traits: mutation, dry-run safety mechanism, and asynchronous nature with UPID return. With no annotations provided, this is good transparency. It could mention prerequisites or error behavior, but the core user-facing behavior is well covered.

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 three sentences, front-loaded with the core purpose. Every sentence adds distinct value: mutation identifier, dry-run/async behavior, options clarification, and sibling tool pointers. No wasted words.

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?

Given the complexity of creating a VM, the description covers the essential context: what the tool does, its safety mechanism, async flow, and key parameter guidance. The input schema covers remaining details (node, vmid, confirm, options, target). With output schema implied (UPID), the description is complete for an agent to use correctly.

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

Parameters4/5

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

The input schema has 100% coverage with descriptions for all 5 parameters. The description adds value by exemplifying the `options` parameter contents (cores, memory, net0, scsi0, ostype), which helps the agent understand what to include. This goes slightly beyond the schema's generic description.

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 it creates a new QEMU VM (specific verb+resource) and explicitly distinguishes from sibling tools: 'For an LXC container use pve_create_container; to copy an existing guest instead use pve_clone.' This provides immediate clarity on scope and differentiation.

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

Usage Guidelines5/5

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

The description gives explicit usage guidance: dry-run by default, set confirm=True to execute, async returns UPID for polling. It also tells the agent when to use alternative tools for LXC containers or cloning. This fully covers when to use this tool vs alternatives.

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/john-broadway/proximo'

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