Skip to main content
Glama

pve_agent_file_write

Write a file inside a Proxmox guest using the QEMU agent. Requires target VM ID, absolute file path, and content. Dry-run mode provides a plan; confirm to execute.

Instructions

MUTATION: write a file inside the guest via the qemu-agent.

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. File path must be absolute. Content is UNCONDITIONALLY redacted from the ledger. No undo primitive on this plane. Smoke-confirm: PVE file-write endpoint and content encoding are unverified.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileYes
nodeNo
vmidYes
confirmNo
contentYes
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 provided, the description carries full burden and excellently discloses key behaviors: mutation, dry-run default, content redaction from ledger, no undo, and unverified endpoint. This goes beyond basic annotations.

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 concise and front-loaded with the main purpose. Each sentence adds necessary information without redundancy. Minor improvement could be grouping related points.

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?

Given the existence of an output schema, the description covers the mutation behavior, confirm pattern, prerequisites, redaction, and endpoint uncertainty. It is fairly complete for a file-write tool, though some details about the plan or ledger format may be inferred from the output schema.

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 coverage is only 17%, so description should compensate. It explains the 'confirm' parameter (dry-run vs execute) and mentions file path must be absolute ('file') and content redacted ('content'), but does not describe 'vmid', 'node', or 'proximo_target'. Partial but incomplete coverage.

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 'write a file inside the guest via the qemu-agent', specifying a specific verb and resource. It distinguishes this tool from siblings like pve_agent_file_read and pve_agent_exec by focusing on file writing.

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/confirm mechanism, prerequisites (PROXIMO_ENABLE_AGENT=1 and VMID in ALLOWLIST), and file path requirement. It provides clear context for when to use, though it does not explicitly exclude alternatives or compare to other agent tools.

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