boxes.reboot
Reboot a running virtual machine domain by specifying its name or UUID. Initiates a clean restart.
Instructions
Reboot a running domain
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nameOrUuid | Yes | Domain name or UUID |
Reboot a running virtual machine domain by specifying its name or UUID. Initiates a clean restart.
Reboot a running domain
| Name | Required | Description | Default |
|---|---|---|---|
| nameOrUuid | Yes | Domain name or UUID |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description bears full responsibility for behavioral context. It only states 'running domain' implying a prerequisite, but does not disclose whether the reboot is graceful, what happens if the domain is not running, or any other behaviors.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very concise (one short sentence), but it omits necessary details. It is front-loaded but under-specified for a tool with no annotations.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with one parameter and no output schema, the description is insufficient. It does not explain what happens after reboot, error conditions, or any return information. More context is needed.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Parameter description in schema is 'Domain name or UUID', which fully covers the parameter. The tool description adds no additional meaning beyond what the schema already provides. With 100% schema coverage, baseline is 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Reboot a running domain' clearly states the action (reboot) and resource (domain), and distinguishes from siblings like shutdown or start by specifying 'running'. However, it lacks explicit differentiation from similar tools like boxes.shutdown.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives like boxes.shutdown or boxes.start. The description does not mention prerequisites or context for use.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/btafoya/boxes-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server