Skip to main content
Glama

shutdown_container

Gracefully shut down a Proxmox container using node and container ID, with an optional timeout for force shutdown.

Instructions

Shutdown a container gracefully

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeYesNode where container is located
vmidYesContainer ID to shutdown
timeoutNoTimeout in seconds before force shutdown
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only mentions 'gracefully,' which hints at a graceful ACPI shutdown, but does not explain timeout behavior, what happens on failure, whether it returns a status, or if any permissions are required. This is insufficient for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise and front-loaded, containing no filler words. Every word ('Shutdown', 'container', 'gracefully') adds meaningful information. It is appropriately sized for a simple verb action, though it could arguably be expanded with essential caveats.

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

Completeness2/5

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

The description is incomplete for a tool with no output schema and no annotations. It fails to explain the timeout mechanism, behavior on unresponsive containers, or how it fits with sibling container lifecycle tools (start_container, stop_container, restart_container). Given the action's mutating nature, this is a significant gap.

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 input schema covers 100% of parameters with descriptions (node, vmid, timeout), meeting the baseline for high schema_description_coverage. The description adds little beyond implying that 'timeout' plays a role in the graceful shutdown, but it does not explain semantics beyond what the schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific action (shutdown) and resource (container), with 'gracefully' indicating a particular shutdown mode. This distinguishes it from force-stop variants like stop_container, though it doesn't explicitly name them.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus alternatives such as stop_container, shutdown_vm, or restart_container. There are no prerequisites, conditions, or exclusions mentioned, leaving the when-to-use context entirely implicit.

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

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