Skip to main content
Glama

pve_node_migrateall

Migrate all or selected virtual machines from a node to a specified target node. Execution requires explicit confirmation and is not automatically reversible.

Instructions

MUTATION: migrate all (or filtered) guests from a node to a target node.

RISK_HIGH, NOT auto-reversible: reversal requires a second pve_node_migrateall back, which may not restore the original state. target = destination node name (required). confirm=True to execute.

POST /nodes/{node}/migrateall Smoke-confirm: endpoint and body shape not live-verified. May return task UPID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vmsNo
nodeNo
targetYes
confirmNo
maxworkersNo
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 clearly labels the operation as a high-risk mutation, warns that it is not auto-reversible, and explains the reversal limitation. It also mentions the potential return of a UPID. This provides good transparency beyond the basic mutation nature.

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 very concise: a few lines that front-load the purpose, risk, and key parameters. Every sentence adds value without redundancy, making it easy to scan.

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 high-risk mutation tool, the description covers purpose and risk well but lacks details on filtering via 'vms' and parallelism via 'maxworkers'. The presence of an output schema somewhat mitigates the lack of return value details, but overall completeness could be higher.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 17% (only proximo_target has a description). The description adds meaning for 'target' (required) and 'confirm' (execution flag), but does not explain other parameters like 'vms' (for filtering) or 'maxworkers'. Given low schema coverage, more parameter details in the description were needed.

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 action ('migrate all (or filtered) guests'), the source node (implied by endpoint), and the target node. It distinguishes itself from sibling tools like pve_guest_migrate by specifying 'all' guests.

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

Usage Guidelines4/5

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

The description provides usage context by labeling it as a mutation and warning about high risk and non-reversibility. It specifies required parameters (target) and execution flag (confirm). However, it lacks explicit guidance on when not to use this tool compared to alternatives.

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