Skip to main content
Glama
MTDEV2312

Proxmox VE MCP Server

by MTDEV2312

list_containers

Retrieve the full list of LXC containers on a specified Proxmox VE node for quick inventory and lifecycle management.

Instructions

List all LXC containers on a specified node.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeYes
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It only states the action and fails to mention side effects (none expected for a list), required permissions, error conditions, pagination, or return format. The read-only nature is implied but not explicitly stated.

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 a single, focused sentence with no filler or redundant information. It immediately communicates the tool's purpose.

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

Completeness4/5

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

For a simple list operation with one parameter and no output schema, the description sufficiently covers the essentials. It tells the agent exactly what to expect (list of containers on a node) and the required input. However, it could be more complete by noting that only containers are returned (not VMs/templates) and possibly the response format.

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?

The schema has 0% description coverage for the single 'node' parameter. The description simply repeats 'specified node' without explaining what valid node identifiers are (hostname, IP, ID?) or any constraints. It adds minimal semantic value beyond the parameter name itself.

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 states a specific verb ('List'), a clear resource ('all LXC containers'), and the scope ('on a specified node'). It clearly distinguishes itself from siblings like list_vms (VMs) and list_nodes (nodes).

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?

The description implies when to use the tool (to list containers on a node) but gives no explicit guidance on when not to use it or which alternative to use (e.g., get_container_status for a specific container, list_vms for VMs). No exclusions or alternatives are mentioned.

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/MTDEV2312/Proxmox_mcp'

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