Skip to main content
Glama

pve_node_disk_wipe

Wipe all data and partition table from a Proxmox node disk. Destroys partitions and filesystems permanently. Requires explicit confirmation to execute.

Instructions

MUTATION: wipe ALL data and the partition table on a node disk.

RISK_HIGH, NO UNDO: DESTROYS all data, partitions, and filesystems on the named disk. This is irreversible — all data is permanently erased. confirm=True to execute.

PUT /nodes/{node}/disks/wipedisk Smoke-confirm: endpoint and body shape not live-verified.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
diskYes
nodeNo
confirmNo
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
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It correctly discloses the destructive nature (irreversible data destruction) and notes the HTTP endpoint. The caveat 'Smoke-confirm: endpoint and body shape not live-verified' is a useful behavioral hint. However, it omits authentication requirements, potential errors, or what happens on failure. For a high-risk tool, this is adequate but not comprehensive.

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 relatively short and front-loads critical information: 'MUTATION', 'RISK_HIGH, NO UNDO'. Every sentence adds value except perhaps the redundant 'This is irreversible — all data is permanently erased.' which echoes earlier warnings. Overall, it is efficiently structured.

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 the tool's high risk and 4 parameters with low schema coverage, the description should provide more context: parameter details, error handling, and usage scenarios. The output schema exists but is not referenced. The description covers safety warnings well but leaves gaps in operational context, making it incomplete for a destructive operation.

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 low (25%): only 'proximo_target' has a description. The tool description does not explain the 'disk' parameter format (e.g., device path like /dev/sda), the 'node' parameter meaning, or the 'confirm' parameter beyond a mention. It adds minimal value beyond the schema, and with low coverage, more explanation is needed.

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 the tool wipes all data and partition tables on a node disk, using strong terms like 'MUTATION' and 'RISK_HIGH, NO UNDO'. However, it does not explicitly differentiate from sibling tools like pve_node_disk_initgpt, which may initialize a disk but not wipe data. The purpose is specific and clear but lacks sibling contrast.

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 minimal guidance: it mentions that 'confirm=True' is required to execute and warns about high risk. However, it does not explain when to use this tool versus alternatives (e.g., pve_node_disk_initgpt for initializing GPT, or pve_disk_move for moving disks). No context on prerequisites or post-conditions.

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