Skip to main content
Glama
Bldg-7

Proxmox MCP Server

by Bldg-7

Migrate Guest

proxmox_guest_migrate
Destructive

Migrate a VM or LXC container to another Proxmox node. Specify type, VMID, source and target nodes, with options for live migration, force, bandwidth limit, and local storage.

Instructions

Migrate a VM or LXC container to another node (type=vm|lxc) (requires elevated permissions)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeYesSource node name
typeYes
vmidYesVM ID to migrate
forceNoForce migration
onlineNoLive migrate running VM
targetYesTarget node name
bwlimitNoMigration bandwidth limit (MB/s)
with-local-disksNoMigrate local disks
with-local-storageNoMigrate local storage

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv1.3.0
    • addedInput schema / $schema
      Added value: +"http://json-schema.org/draft-07/schema#"
  2. First observedv1.2.1

TDQS

B3.4/5.0
Behavior2/5

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

Annotations already indicate destructiveHint=true and readOnlyHint=false, so the description adds that it requires elevated permissions, but does not disclose other important behaviors like potential downtime, irreversible effects, or need for shared storage. For a destructive operation, more transparency is expected.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single concise sentence that front-loads the main action and includes a key qualifier (elevated permissions). It is minimal but not vague.

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

Completeness3/5

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

For a migration tool with 9 parameters, the description is rather sparse. It does not discuss prerequisites (e.g., storage must be available on target), or what happens to local disks. With high schema coverage and no output schema, the description is adequate but leaves room for improvement.

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?

Schema coverage is 89%, so most parameters are described. The description adds little beyond the schema except that it handles both VM and LXC and needs elevated permissions. It does not explain nuances like the difference between 'with-local-disks' and 'with-local-storage' or how 'online' affects behavior.

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 VM or LXC container to another node, with the type parameter explicitly given. It is distinct from sibling tools like proxmox_guest_clone or proxmox_guest_disk_move.

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?

It implies use when migrating a guest, and notes elevated permissions required, but does not explicitly mention when not to use it or compare to alternatives. The sibling list is large but no alternatives are named.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools