Skip to main content
Glama
edymol

proxmox-mcp

by edymol

list_snapshots

List all snapshots for a specific guest using node and VMID, including parent, description, timestamp, and RAM state. Returns an empty list when no snapshots exist.

Instructions

Snapshots for exactly one guest, with parent, description, timestamp, and RAM state.

Read-only and idempotent. A guest that has never been snapshotted returns an empty list: the endpoint always reports a current pseudo-entry, which is not a snapshot and is not counted as one. Absence is an answer, not an error.

The node and vmid are bound together before anything is read, so this never answers about a guest on a node the caller did not name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeYes
vmidYes
profileNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeYes
vmidYes
sourceYes
partialNo
profileYes
warningsNo
snapshotsNo
collected_atYes
Behavior5/5

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

The description discloses read-only and idempotent behavior, the empty-list edge case with the 'current' pseudo-entry, and the node/vmid binding safety property. Since no annotations are provided, this thorough behavioral context fully carries the transparency burden.

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?

Three concise sentences, each with a distinct purpose: defining the operation, describing the empty-list edge case, and explaining the safety binding. No unnecessary words.

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 covers edge cases, idempotency, and safety properties. With an output schema present, return values need not be described. It is complete for a simple read-only listing tool.

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?

It adds meaning to node and vmid by explaining they are bound together, and 'exactly one guest' implies vmid identifies the guest. However, the profile parameter is not mentioned at all, and with 0% schema coverage, this partial compensation leaves a gap.

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 lists snapshots for exactly one guest, with specific fields (parent, description, timestamp, RAM state). This distinguishes it from sibling tools like list_guests and get_guest_status.

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 phrase 'exactly one guest' provides clear context for when to use the tool. However, it does not explicitly name alternative tools or describe when not to use it, so it stops short of full guidance.

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/edymol/proxmox-mcp'

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