Skip to main content
Glama
AIops-tools

io.github.AIops-tools/proxmox-aiops

vm_reboot

Reboot a Proxmox VM gracefully. Provide the VM ID, and optionally the target or node.

Instructions

[WRITE] Reboot a VM (graceful). No undo token — reboot has no inverse.

Args: vmid: Numeric Proxmox VM id. target: Proxmox target name from config. node: Node name; omit to auto-locate the VM.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeNo
vmidYes
targetNo
Behavior3/5

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

Discloses the operation is a write ('[WRITE]') and 'graceful', but with no annotations, fails to detail permission requirements, whether the reboot is synchronous or asynchronous, or any side effects on VM state beyond reboot.

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?

Two concise paragraphs with no fluff. Front-loaded with purpose and key behavioral note. Parameter list is minimal and clear.

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?

For a simple reboot operation with 3 simple parameters and no output schema, the description covers the main points. Omits details like 'graceful' semantics, idempotency, or cooldown, but these are minor for a typical reboot.

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

Parameters5/5

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

Without schema descriptions (0% coverage), the description explains all three parameters: vmid (numeric id), target (Proxmox target name from config), and node (optional, auto-locate if omitted). This adds crucial meaning beyond types.

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?

Clearly states 'Reboot a VM (graceful)' with a specific verb and resource. The '[WRITE]' prefix adds context. Distinguishes from sibling tools like vm_shutdown and vm_stop by implying a restart (not stop or shutdown).

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?

Explicitly notes 'No undo token — reboot has no inverse', warning agents about irreversibility. However, does not explicitly compare to alternatives like vm_shutdown or vm_stop for when a reboot is preferred over a shutdown/start sequence.

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/AIops-tools/Proxmox-AIops'

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