Skip to main content
Glama

vm_reboot

Reboot a VM cleanly or force a hard reset, with dry-run validation and audit logging for governance.

Instructions

[WRITE][risk=medium] Reboot a VM (clean; hard with force). No undo.

A reboot has no meaningful inverse — the prior power state is captured for
the audit record only.

Args:
    vm_id: VM uuid (see vm_list).
    force: Hard reboot instead of a clean guest reboot.
    dry_run: If True, preview without rebooting.
    target: Xen Orchestra target name from config; omit for the default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
forceNo
vm_idYes
targetNo
dry_runNo
Behavior4/5

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

With no annotations, the description carries full burden. It declares '[WRITE][risk=medium]', mentions 'No undo', and explains the behavior of force and dry_run parameters. This provides good transparency beyond the schema.

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 with a clear header and structured Args section. It is front-loaded with the core action and risk, but some redundancy (e.g., 'No undo' repeated) slightly reduces efficiency.

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 4 parameters, no output schema, and no annotations, the description covers the tool's purpose, all parameters, and key behavioral aspects (no undo, audit). It lacks explicit return value info but is otherwise complete.

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?

Schema coverage is 0%, and the description fully explains each parameter: vm_id (source from vm_list), force (hard vs clean), dry_run (preview), target (default from config). This adds significant meaning beyond the bare schema.

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 'Reboot a VM (clean; hard with force)', which is a specific verb+resource. It distinguishes from siblings like vm_start and vm_stop by focusing on reboot, not start or stop.

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

Usage Guidelines3/5

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

The description gives context (no undo, audit record) but does not explicitly state when to use this tool vs alternatives like vm_start/vm_stop. Usage is implied but lacks explicit guidance.

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/XCPng-AIops'

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