Skip to main content
Glama

rename_vm

Rename a stopped virtual machine by specifying its current name and a new name.

Instructions

Rename a stopped VM.

Args: name: Current VM name (must be stopped) new_name: New name for the VM

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
new_nameYes
Behavior3/5

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

No annotations are provided, so the description bears the full burden. It discloses the precondition (stopped VM) but omits details like error behavior if the VM is running, whether the operation is synchronous, or any side effects.

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 two sentences plus labeled parameter explanations—extremely concise and front-loaded with the core action and precondition. No unnecessary words.

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 no output schema and no annotations, the description covers purpose, preconditions, and parameters adequately for a simple rename operation. However, it lacks any mention of return values or reversibility, which could be helpful.

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

Parameters4/5

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

With 0% schema description coverage, the description compensates by explaining each parameter: 'name' is the current VM name (must be stopped) and 'new_name' is the new name. This adds critical meaning beyond the raw 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?

Description clearly states the action ('Rename'), the resource ('a stopped VM'), and a precondition ('stopped'). This distinguishes it from sibling tools like 'clone_vm' or 'delete_vm'.

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?

Description explicitly notes the VM must be stopped before renaming, providing a clear usage condition. It does not specify when not to use or suggest alternatives, but the essential context is given.

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/neverprepared/mcp-utm'

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