Skip to main content
Glama

pve_create_container

Create a new LXC container on Proxmox VE with a dry-run plan before execution. Specify vmid, template, storage, and optional parameters like cores and memory.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeNoPVE node to create the container on. Omit to use the configured default node.
vmidYesNumeric CTID to assign to the new LXC container.
confirmNoLeave `false` (default) to get a dry-run PLAN; set `true` to execute the creation.
optionsNoExtra Proxmox create params (e.g. cores, memory, net0, rootfs, password) merged into the request.
storageYesStorage backend name to place the container's root filesystem on.
ostemplateYesStorage volume ID of the OS template to install, e.g. `local:vztmpl/debian-12-standard_12.2-1_amd64.tar.zst`.
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?

With no annotations, the description carries the full burden. It discloses mutation, dry-run default, async behavior (returns UPID), and the poll suggestion. It could mention potential errors (e.g., vmid conflict) or irreversibility, but the async workflow is well-documented.

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?

Four concise sentences. The first sets the verb and resource, the second explains the dry-run/async workflow, the third details the key options parameter, and the fourth lists alternatives. 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 tool's complexity (7 parameters, 3 required, async output with UPID), the description covers workflow, parameter usage, and alternatives. The presence of an output schema means return values need not be described. The mention of polling with pve_task_status completes the usage lifecycle.

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?

Schema coverage is 100%, but the description adds significant value by explaining the `options` parameter with concrete examples (cores, memory, net0, rootfs, password) and clarifying the `confirm` parameter's role in dry-run vs. execution.

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 starts with 'MUTATION: create a new LXC container', clearly stating the verb and resource. It also distinguishes from sibling tools pve_create_vm (QEMU) and pve_clone (copy), so an agent can immediately identify the correct tool for creating an LXC container.

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 provides explicit when-to-use guidance: 'create a new LXC container'. It also gives alternatives: 'For a QEMU VM use pve_create_vm; to copy an existing guest instead use pve_clone.' The dry-run default and confirm parameter further guide usage.

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