Skip to main content
Glama

system_shutdown

Destructive

Shut down a Windows 98 VM with optional force and delay settings. The VM remains locked until externally restarted, so call vm_unlock afterward.

Instructions

Shut down Windows 98. The guest cannot reconnect until the VM is started externally. VM remains locked by this session; call vm_unlock when finished.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
forceNo
delay_secondsNo
Behavior5/5

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

Annotations already provide destructiveHint=true, but the description adds important behavioral context: the VM remains locked by this session and the guest cannot reconnect until external restart. It also mandates calling vm_unlock, which is beyond what annotations convey.

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 extremely concise, two sentences long, with the purpose front-loaded and the lock caveat following immediately. Every sentence provides critical information without redundancy.

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 that this is a simple tool with only two optional parameters and no output schema, the description covers the essential effect (shutdown), the critical lock state, and the required follow-up (vm_unlock). It omits parameter-specific behavior, but that is already penalized in parameter semantics. Overall, it is nearly complete for the tool's complexity.

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

Parameters1/5

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

The schema has zero description coverage, and the description does not explain the meaning of 'force' or 'delay_seconds'. The agent receives no guidance on how these parameters affect the shutdown, leaving a significant gap in parameter understanding.

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 'shuts down Windows 98', which is a specific verb+resource. It distinguishes itself from sibling tools like system_reboot by indicating a full shutdown with no automatic restart.

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?

The description implies usage context (full shutdown, not reboot) by stating that the guest cannot reconnect until the VM is started externally. However, it does not explicitly name alternative tools or say when not to use it, so it lacks an explicit when-not condition.

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/ido-pluto/windows98-mcp'

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