Skip to main content
Glama
RareCloudio

@rarecloudio/mcp-server

Official
by RareCloudio

destroy_service

Destructive

Permanently destroy a service and release its resources. Requires explicit user confirmation and the service ID. This action is irreversible.

Instructions

Permanently destroy a service and release its resources. Requires scope services:write. IRREVERSIBLE: the service and its data are gone for good. You MUST pass confirm:true, and only after the user has explicitly approved. service_id comes 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.
service_idYesService ID from list_services.
Behavior4/5

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

The description adds significant behavioral context beyond the destructiveHint annotation, stating 'IRREVERSIBLE: the service and its data are gone for good' and that the operation spends from the account balance. This goes beyond what the annotation alone conveys.

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 exceptionally concise: two short sentences and a numbered instruction. The critical information (irreversibility, confirm requirement, service_id source) is front-loaded with no wasted words.

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?

Given the tool's simplicity (2 params, no output schema, no nested objects), the description covers all necessary aspects: what it does, prerequisites, and behavioral implications. It fully equips the agent to use the tool correctly.

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 100% schema coverage, the description still adds value by clarifying that confirm must only be true after user approval and that service_id comes from list_services. This enriches the schema descriptions.

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 verb and resource: 'Permanently destroy a service and release its resources.' It uses strong, specific language that distinguishes this destructive tool from sibling tools like get_service, stop_service, or reboot_service.

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 explicitly states prerequisites: 'You MUST pass confirm:true, and only after the user has explicitly approved.' and 'service_id comes from list_services.' This provides clear context for when and how to use the tool, though it does not explicitly mention when not to use it or list alternatives.

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