Start VM
start_vmPower on a QEMU virtual machine by providing the node and VM ID.
Instructions
Power on a QEMU VM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| vmid | Yes |
start_vmPower on a QEMU virtual machine by providing the node and VM ID.
Power on a QEMU VM.
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| vmid | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate non-read-only (readOnlyHint=false) and non-destructive (destructiveHint=false). The description adds no further behavioral context such as what happens if the VM is already running, whether it is asynchronous, or any required permissions.
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 extremely concise at 4 words with no wasted phrasing. It efficiently communicates the core function.
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?
Given the simple action and two obvious parameters, the description is incomplete. It lacks information on return values (e.g., task ID), error states, idempotency effects, and any interaction with the 'openWorldHint' annotation.
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?
With 0% schema description coverage, the description must compensate by explaining the two parameters (node and vmid), but it fails to do so. No meaning is added beyond the schema's names.
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 'Power on a QEMU VM' uses a specific verb ('Power on') and resource ('QEMU VM'), clearly distinguishing it from sibling tools like start_container, shutdown_vm, stop_vm, reboot_vm, and reset_vm.
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?
The description provides no guidance on when to use this tool versus alternatives (e.g., start_container for containers, reboot_vm for rebooting, or waking a VM via other methods). No exclusion criteria or prerequisites are mentioned.
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/ngocdd/proxmox-mcps'
If you have feedback or need assistance with the MCP directory API, please join our Discord server