Skip to main content
Glama

pdm_pve_lxc_remote_migrate

Migrate an LXC container across Proxmox datacenters using PDM. Specify target bridge and storage mappings. Optionally delete source after success. Dry-run to plan, then confirm to execute.

Instructions

MUTATION: migrate a container to a DIFFERENT PDM-registered remote (datacenter-to-datacenter).

For a VM use pdm_pve_qemu_remote_migrate; for a same-cluster move use pdm_pve_lxc_migrate. target_bridge and target_storage mappings are required (e.g. 'vmbr0:vmbr0', 'local-lvm:local-lvm'). delete=True removes the source after a successful move (irreversible). Dry-run by default (PLAN); confirm=True submits and returns a PDM task reference — track it with pdm_tasks_list (pve_task_status cannot poll a PDM UPID).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vmidYesNumeric CTID of the container to migrate, as a string.
deleteNoTrue deletes container after successful move (destructive).
onlineNoTrue attempts online (restart) migration — real downtime for LXC; else the container must be stopped.
remoteYesPDM-registered remote (Proxmox cluster) hosting the container.
confirmNoFalse (default) returns a PLAN only; True submits it.
target_vmidNoCTID on the destination; omit to keep same CTID.
target_bridgeYesSource-to-target network bridge mapping, e.g. 'vmbr0:vmbr0'.
target_remoteYesDestination PDM-registered remote (a different datacenter).
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.
target_storageYesSource-to-target storage mapping, e.g. 'local-lvm:local-lvm'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool is a mutation, default is dry-run (PLAN), confirm=True submits and returns a PDM task reference, and delete=True is irreversible. It also notes that pve_task_status cannot poll the returned UPID, so pdm_tasks_list must be used.

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 concise and well-structured: first sentence states the purpose, then sibling differentiation, then required inputs, then optional behaviors, then task tracking. Every sentence earns its place with no redundancy.

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?

The description is complete for the tool's complexity. It covers the main action, required parameters, default behavior, destructive option, and post-submission tracking. With an output schema present, the return value is already defined.

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?

Schema coverage is 100%, so baseline is 3. The description adds value by explaining mapping syntax (e.g., 'vmbr0:vmbr0'), clarifying delete=True as irreversible, and explaining dry-run vs confirm behavior. This goes beyond the schema descriptions.

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 migrates a container to a different PDM-registered remote (datacenter-to-datacenter). It distinguishes from siblings by specifying alternatives for VMs and same-cluster moves, making the tool's purpose unambiguous.

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 explicitly says when to use this tool vs alternatives: 'For a VM use pdm_pve_qemu_remote_migrate; for a same-cluster move use pdm_pve_lxc_migrate.' It also mentions required parameters (target_bridge, target_storage) and default behavior (dry-run).

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