Skip to main content
Glama
RareCloudio

@rarecloudio/mcp-server

Official
by RareCloudio

reset_service_password

Destructive

Reset the root password on a running cloud VM without reboot or data loss. Use qemu-guest-agent with service ID and new password.

Instructions

Reset the root password on a RUNNING cloud VM (Nova UUID service_id) live via qemu-guest-agent — the VM keeps running and keeps its data (this is NOT a reboot/rebuild). Requires scope services:write. CLOUD VM ONLY: a legacy VPS (numeric service_id) is rejected — use set_service_password for that. You must supply the new password (8–128 chars); the value is a secret and is never echoed back or logged. The previous credential stops working immediately, so pass confirm:true only after the user has explicitly approved. service_id from list_services.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmYesSet to true to execute. This operation spends from your account balance and/or is irreversible; only pass true after the user has explicitly approved. Omit or false → the tool refuses and makes no API call.
passwordYesNew root password (8–128 chars). Never echoed or logged.
service_idYesService ID from list_services (cloud VM / Nova UUID only).
Behavior4/5

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

Annotations only set destructiveHint=true. The description adds critical behavioral details: live operation via qemu-guest-agent, no reboot/data loss, immediate credential invalidation, secret value handling, and the confirm safety check. No contradictions with annotations.

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?

Description is front-loaded with key action and constraints. All sentences are informative, but slightly verbose. Could be trimmed without losing meaning, but still effective.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 3 required params and no output schema, the description covers all contextual needs: when to use, scope requirements, parameter semantics, side effects, and safety confirmations. No gaps identified.

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?

Schema coverage is 100% with descriptions for all three parameters. The description adds value beyond schema: password is secret/never echoed, confirm requires explicit approval, and service_id source (list_services). Minor improvement would be noting the exact UUID format.

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 action (reset root password), the target (running cloud VM via qemu-guest-agent), and distinguishes from sibling tool set_service_password for legacy VPS. It also clarifies it's not a reboot/rebuild, making the purpose unambiguous.

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

Usage Guidelines5/5

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

Explicitly states when to use (cloud VM with Nova UUID) and when not to (legacy VPS, directing to set_service_password). Provides prerequisites like 'services:write' scope and warns about the confirm flag requirement for irreversible actions.

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/RareCloudio/rarecloud-mcp-server'

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