Skip to main content
Glama
edymol

proxmox-mcp

by edymol

list_guest_containers

List Docker containers inside a specified LXC guest on a Proxmox node, showing image, state, health, ports, and networks.

Instructions

Docker containers inside one LXC guest, on exactly the node named.

Read-only and idempotent. Reports each container's name, image, state, health verdict, creation time, published ports, compose project and service, and attached networks.

Environment variables are never returned, and neither are container labels or command lines: there is no field for any of them.

None of the four absences is an error. Docker not installed and a QEMU guest are both complete answers with partial false and no warning, and they are told apart by docker_available: false means the guest was asked and has no Docker, null means the question does not apply because there is no pct exec path into a QEMU VM. A guest that is not running and a listing that could not be read are questions that could not be asked: docker_available false, partial true, and a warning saying which.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeYes
vmidYes
profileNo

Output Schema

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

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

With no annotations, the description carries the full burden and exceeds expectations. It states 'Read-only and idempotent' and then provides a detailed, nuanced explanation of four absence scenarios, including how docker_available and partial differentiate them. This level of behavioral disclosure is exceptional and prevents misinterpretation of edge cases.

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 dense but every sentence earns its place. It is front-loaded with the core purpose, then lists output fields, then explicitly states exclusions, and finally explains edge cases in a structured, logical progression. The length is justified by the complexity of the behavior being described, and there is no filler.

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 and the presence of an output schema (which handles return values), the description is remarkably complete. It covers the purpose, the output fields, what is deliberately omitted, and the full semantics of failure/absence cases. The only minor gap is the undefined 'profile' parameter, but overall context for agent decision-making is exceptional.

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?

The description implicitly defines 'node' (the node named) and 'vmid' (the LXC guest) through the opening sentence. However, it does not mention the 'profile' parameter at all, and with 0% schema description coverage, the description must compensate but fails to explain this optional parameter. This is a notable gap, though the two primary parameters are clear.

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 identifies the tool's purpose: listing Docker containers inside a specific LXC guest on a named node. It uses a specific verb ('list') and resource ('Docker containers ... inside one LXC guest'), and the scope is precise ('exactly the node named'). This distinguishes it from sibling tools like list_guests, which list guests themselves, and inspect_compose_stack, which inspects compose stacks.

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 clear context about when this tool is appropriate: when you need container-level details within a particular LXC guest on a specific node. It does not explicitly name alternatives or say 'use X instead', but it clarifies what the tool does not return (env vars, labels, command lines) and explains the meaning of docker_available and partial, helping an agent decide if this tool fits. However, it stops short of explicit when-to-use vs. 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/edymol/proxmox-mcp'

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