Skip to main content
Glama

run_vm_command

Run commands inside a Proxmox virtual machine via the guest agent. Specify node, VM ID, and command to execute.

Instructions

Run a command in a VM (requires guest agent)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeYesNode where VM is located
vmidYesVM ID
commandYesCommand to run
timeoutNoTimeout in seconds
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 the guest agent prerequisite but does not explain that the command executes remotely via the guest agent, whether output is returned, what happens on timeout, or what privileges are used. This is insufficient for a command execution tool.

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 sentence that is concise, front-loaded, and free of redundant or filler content. It includes the key requirement (guest agent) without wasting words.

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?

Given that there is no output schema and no annotations, the description should convey what the tool returns (e.g., command output and exit code) and any behavioral caveats (e.g., timeout handling, non-interactive commands). It fails to do so, making the tool's behavior opaque beyond the input parameters.

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?

Schema description coverage is 100%, so the schema fully documents all parameters (node, vmid, command, timeout). The description adds no extra semantic meaning beyond the schema. Baseline 3 is appropriate because the description does not need to compensate for missing schema details.

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 runs a command in a virtual machine, using a specific verb ('run') and resource ('command in a VM'). It distinguishes from sibling tools like start_vm/stop_vm (which manage VM state) and ssh_to_vm (which likely opens an interactive shell). The prerequisite 'requires guest agent' adds relevant context.

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?

The description provides no explicit guidance on when to use this tool versus alternatives such as ssh_to_vm, nor when not to use it. The only hint is the guest agent requirement, which is a dependency rather than a usage directive. No alternatives are named or compared.

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