Skip to main content
Glama

clone_guest

Clone virtual machines or containers in Proxmox VE, creating independent or linked copies with configurable storage and node placement.

Instructions

Clone an existing VM or container. Auto-detects type and node.

Creates a full (independent) clone by default. Set full_clone=false for a linked clone.

Args: vmid: Source VM/container VMID to clone. new_name: Optional name for the clone. target_node: Optional target node for the clone (for cross-node cloning). full_clone: Full clone (true, default) or linked clone (false). target_storage: Optional target storage for the clone's disks. new_vmid: Optional VMID for the clone. Auto-assigned if not provided.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vmidYes
new_nameNo
target_nodeNo
full_cloneNo
target_storageNo
new_vmidNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses key behavioral traits like auto-detection of type/node, default full clone behavior, and optional linked clones, but does not cover permissions, rate limits, error conditions, or the output format (though an output schema exists).

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 well-structured and front-loaded with the core purpose, followed by a clear 'Args' section. Every sentence adds value without redundancy, making it efficient and easy to parse.

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

Completeness4/5

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

Given the tool's complexity (cloning operation with 6 parameters) and no annotations, the description does well by explaining parameters and basic behavior. However, it lacks details on permissions, errors, or side effects. The presence of an output schema mitigates the need to explain return values, keeping it reasonably complete.

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 description coverage is 0%, so the description must compensate. It provides detailed semantics for all 6 parameters beyond the schema, explaining each parameter's purpose, defaults (e.g., full_clone default true), and implications (e.g., linked vs. full clone), adding significant value.

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's purpose with specific verbs ('Clone an existing VM or container') and resources ('VM or container'), distinguishing it from siblings like create_vm, create_container, or create_snapshot by focusing on cloning rather than creating from scratch or snapshotting.

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

Usage Guidelines3/5

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

The description implies usage for cloning VMs/containers but does not explicitly state when to use this tool versus alternatives like create_vm or create_container. It mentions auto-detection of type and node, which provides some context, but lacks explicit guidance on prerequisites or exclusions.

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/antonio-mello-ai/mcp-proxmox'

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