Skip to main content
Glama
imprezahost

Impreza Host MCP Server

impreza_vps_reinstall

Wipe and reinstall a Proxmox VPS from an OS template, erasing all data. Requires service ID, template ID, and a new root password (min 8 characters).

Instructions

DESTRUCTIVE: wipe and reinstall a Proxmox VPS from an OS template — ALL DATA ON THE VPS IS ERASED. Pick a template_id via impreza_vps_list_templates and set a new root password (min 8 chars). Always confirm with the customer before calling.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
passwordYesNew root / administrator password (min 8 chars).
service_idYesVPS service id (numeric; from impreza_list_services).
template_idYesOS template id (from impreza_vps_list_templates).
Behavior5/5

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

The description starts with 'DESTRUCTIVE: ... ALL DATA ON THE VPS IS ERASED', which fully discloses the irreversible nature of the operation. It also mentions password requirements. With no annotations, the description carries the full burden and does so excellently.

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, well-structured sentence that leads with the most critical information ('DESTRUCTIVE'), then explains the action, and ends with usage guidance. No unnecessary words.

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 tool has 3 required parameters and no output schema, the description covers the essential behavior and usage. It could briefly mention what happens after the reinstall (e.g., a confirmation or status update), but the current level is adequate for safe usage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already describes all three parameters (100% coverage). The description adds value by explaining how to obtain `template_id` via a sibling tool and that `password` is the new root password with a minimum length of 8 characters, which goes beyond the schema's description.

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's purpose: 'wipe and reinstall a Proxmox VPS from an OS template'. It specifies the destructive nature and what it does, distinguishing it from sibling tools like `impreza_vps_status` or `impreza_vps_power`.

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

Usage Guidelines5/5

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

The description explicitly says 'Always confirm with the customer before calling', which provides clear when-to-use guidance. It also instructs to use `impreza_vps_list_templates` to pick a template, giving an explicit alternative step.

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/imprezahost/impreza-mcp'

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