Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

Delete snapshot

VPS_deleteSnapshotV1
DestructiveIdempotent

Delete a snapshot of a virtual machine to free up storage and manage backup versions. Provide the virtual machine ID to remove the specified snapshot.

Instructions

Delete a snapshot of a specified virtual machine.

Use this endpoint to remove VPS snapshots.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
virtualMachineIdYesVirtual Machine ID

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv0.2.2
  2. Removedv0.2.1
  3. First observedv1.0.0

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=false, idempotentHint=true, and destructiveHint=true, which cover the destructive and idempotent nature. The description's 'Delete a snapshot' is consistent with these annotations but adds no additional behavioral context, such as reversibility, permission requirements, or what occurs if the snapshot doesn't exist. With annotations present, the bar is lower, and the description does not contradict them, so a 3 is appropriate.

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?

The description is concise, with two short sentences. The first sentence states the core action, and the second rephrases the purpose. While efficient, the second sentence is somewhat redundant ('Use this endpoint to remove VPS snapshots' overlaps with the first). It is front-loaded with the key information and has no unnecessary fluff, earning a 4.

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?

For a simple delete operation with one well-documented parameter and annotations covering destructive and idempotent behavior, the description is largely sufficient. It doesn't mention error handling or return format, but given the low complexity and that the output schema is absent, the missing details are minor. The existing coverage is adequate for an agent to call the tool correctly.

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

Parameters3/5

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

The schema provides 100% coverage for the single required parameter 'virtualMachineId' with description 'Virtual Machine ID.' The tool description merely references 'a specified virtual machine' without adding formatting, constraints, or additional meaning beyond the schema. Thus the description adds minimal value, warranting the baseline 3.

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: 'Delete a snapshot of a specified virtual machine.' It identifies the specific resource (snapshot) and the target (virtual machine), and distinguishes it from sibling operations like create, restore, or get snapshots. The verb and resource are unambiguous.

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

Usage Guidelines2/5

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

The description includes 'Use this endpoint to remove VPS snapshots,' which restates the purpose but does not provide guidance on when to use this tool versus alternatives. No explicit conditions, exclusions, or comparisons with related snapshot operations (create, restore, get) are given. The agent has to infer the use case from the tool name alone.

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/hostinger/api-mcp-server'

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