Skip to main content
Glama

create_container

Create a new container on a Proxmox node by specifying VM ID, hostname, OS template, memory, and network settings.

Instructions

Create a new container on Proxmox

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
net0NoNetwork interface configuration
nodeYesNode to create container on
swapNoSwap in MB
vmidYesContainer ID (unique, 100-999999999)
coresNoNumber of CPU cores
ipaddrNoIP address
memoryYesMemory in MB
gatewayNoGateway
hostnameYesContainer hostname
passwordNoRoot password
nameserverNoDNS server
ostemplateYesOS template (e.g., 'local:vztmpl/ubuntu-22.04-standard_22.04-1_amd64.tar.zst')
descriptionNoDescription
unprivilegedNoUnprivileged container
ssh_public_keysNoSSH public keys
Behavior1/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states a basic 'create' action without mentioning required permissions, asynchronous task behavior, potential side effects, or dependency on existing templates or node state.

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 a single, focused sentence with no filler or redundancy. It conveys the essential purpose efficiently and is appropriately front-loaded.

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

Completeness1/5

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

Despite a rich schema, the description is extremely thin and does not address operational context such as dependencies on templates/nodes, return values, or whether creation is asynchronous. With no annotations or output schema, this leaves the tool under-specified for an agent to invoke confidently.

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% description coverage for all 15 parameters, including types, ranges, and examples, so the description need not elaborate. The description itself adds no parameter details, but the schema already provides sufficient 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 clearly states the tool creates a new container on Proxmox, using the specific verb 'create' and naming the resource 'container'. This distinguishes it from create_vm and other container lifecycle tools in the sibling list.

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 guidance is provided about when to use this tool versus alternatives like create_vm, or about prerequisites such as template availability or node readiness. The description lacks any contextual pointers for selection.

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

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