Skip to main content
Glama

pve_agent_exec

Execute commands inside a QEMU guest OS using the qemu-agent. Dry-run by default records a plan; set confirm=True to execute and poll for exit status.

Instructions

MUTATION: run a command inside a guest via the qemu-agent (async, polls for result).

Dry-run by default: without confirm=True you get a PLAN recorded to the ledger. Re-call with confirm=True to execute.

Requires PROXIMO_ENABLE_AGENT=1 and the VMID in PROXIMO_AGENT_ALLOWLIST. The command runs INSIDE the guest OS — no undo primitive on this plane.

Returns status="ok" only when the agent reports the process exited. Returns status="running" with pid when the poll deadline is reached before exit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeNo
vmidYes
commandYes
confirmNo
timeoutNo
proximo_targetNoWhich configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations, the description fully discloses that it is a mutation ('no undo primitive'), async with polling, dry-run default, and expected return values (status 'ok' or 'running' with pid). This provides sufficient behavioral context for safe invocation.

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 6 sentences, front-loaded with the main purpose. It is efficient but could be more concise by merging redundant clauses. No wasted content, but the parameter information gap undermines conciseness.

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

Completeness3/5

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

While the description covers the core behavior (async, dry-run, return states), it lacks parameter details and does not explain failure scenarios. Given the complexity (6 params, async semantics), the description is moderately complete but leaves gaps in parameter usage.

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?

Schema description coverage is only 17% (only proximo_target documented). The description mentions 'confirm' in context but does not explain vmid, command, node, timeout format or constraints. The agent must rely on parameter names alone, which is insufficient for complex parameters like command array.

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 it runs a command inside a guest via qemu-agent, which is distinct from sibling agent tools (file read, write, fs, info, set_password). The specific verb 'run a command' and mention of async polling make the purpose unambiguous.

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 explains the dry-run pattern (default plan, re-call with confirm=True) and prerequisites (PROXIMO_ENABLE_AGENT=1, VMID in allowlist). It does not explicitly compare to sibling tools, but the context makes it clear when to use this vs. other agent commands.

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/john-broadway/proximo'

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