Skip to main content
Glama

pdm_pve_lxc_snapshot_rollback

Roll back an LXC container to a specified snapshot on a PDM-registered Proxmox cluster. Automatically creates a safety snapshot before the destructive rollback; dry-run (plan) by default, confirm to execute.

Instructions

MUTATION: roll a container back to a snapshot on a PDM-registered remote (through PDM).

For a VM use pdm_pve_qemu_snapshot_rollback; to roll back without PDM use pve_rollback. DESTRUCTIVE (discards current state). Takes an auto safety-snapshot first (fail-closed: no snapshot, no rollback) and returns its name as safety_snapshot — the handle to undo this rollback. Dry-run by default (PLAN); confirm=True submits and returns the Proxmox task UPID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vmidYesNumeric CTID of the target container, as a string.
remoteYesPDM-registered remote (Proxmox cluster) hosting the container.
confirmNoFalse (default) returns a PLAN only; True runs it.
snapnameYesName of the snapshot to roll back to.
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
Behavior5/5

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

Fully discloses critical behaviors: labels as DESTRUCTIVE, explains the auto safety-snapshot with fail-closed behavior, describes the dry-run default and confirm action, and mentions return of safety_snapshot name for undo and UPID upon confirmation. This is comprehensive given no annotations.

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?

Extremely concise: 4 sentences covering purpose, alternatives, key behaviors, and execution modes. No redundancy. Front-loaded with the core action. Every sentence serves a distinct purpose.

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?

Given the tool's complexity (destructive mutation with safety snapshot and dry-run), the description covers all essential aspects. It explains the fail-closed behavior, undo mechanism via safety_snapshot, and the effect of confirm. With an output schema present, return values like UPID are sufficiently described. No gaps.

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 the `confirm` parameter semantics (dry-run vs submit) and the role of `snapname` in context. It does not detail all parameters individually, but the schema already covers them. The added behavioral context (safety snapshot) indirectly clarifies some parameter usage.

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: 'roll a container back to a snapshot on a PDM-registered remote (through PDM)'. It also distinguishes from siblings by explicitly naming alternatives for VMs and for non-PDM rollbacks, leaving no ambiguity about the tool's scope.

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?

Excellent usage guidance: it explicitly states when to use this tool (for LXC containers via PDM) and directs to alternatives for VMs (`pdm_pve_qemu_snapshot_rollback`) and for non-PDM rollbacks (`pve_rollback`). Also clarifies the destructive nature and execution modes (dry-run vs confirm).

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