Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

Setup purchased virtual machine

VPS_setupPurchasedVirtualMachineV1

Configure and initialize a newly purchased VPS instance by setting data center, template, hostname, SSH keys, backups, and security options.

Instructions

Setup newly purchased virtual machine with initial state.

Use this endpoint to configure and initialize purchased VPS instances.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ns1NoName server 1
ns2NoName server 2
hostnameNoOverride default hostname of the virtual machine
passwordNoPassword for the virtual machine. If not provided, random password will be generated. Password will not be shown in the response.
public_keyNoUse SSH key
template_idYesTemplate ID
data_center_idYesData center ID
enable_backupsNoEnable weekly backup schedule
install_monarxNoInstall Monarx malware scanner (if supported)
virtualMachineIdYesVirtual Machine ID
post_install_script_idNoPost-install script 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. Changed1 schema field changedv0.1.40
    • changedInput schema / properties / password / description
      Previous value: -"Password for the virtual machine. If not provided, random password will be generated. Password will not be shown in the response."New value: +"Password for the virtual machine. If not provided, random password will be generated.\nPassword will not be shown in the response."
  4. First observedv1.0.0

TDQS

B3.3/5.0
Behavior3/5

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

The description aligns with the annotations: it is a mutating operation (readOnlyHint=false) but not destructive (destructiveHint=false). It adds useful context that the VM must be newly purchased and in 'initial' state, but it does not disclose whether the operation is asynchronous, what side effects it has, or what response the caller should expect.

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 short and front-loaded with the key lifecycle qualifier ('newly purchased', 'initial' state). The second sentence is slightly redundant—'use this endpoint' repeats the first sentence—but it is still concise and scannable.

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

Completeness2/5

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

This tool has 11 parameters, nested input, and no output schema, yet the description gives no information about return values, async behavior, polling needs, or prerequisites beyond 'newly purchased' and 'initial' state. The annotations do not fill these gaps, so an agent would still be unsure what to expect after calling it.

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?

With 100% schema description coverage, the schema already documents each parameter's basic meaning. The description adds no parameter-level guidance about relationships or constraints (e.g., password vs. public_key, or required template/data_center combination), so it stays at the baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the operation as setting up/initializing a newly purchased VPS instance, which is distinct from purchasing or starting a VM. It is specific about the resource and action, but it does not explicitly name or contrast a sibling tool such as VPS_purchaseNewVirtualMachineV1.

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

Usage Guidelines3/5

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

It explicitly says to use this endpoint to configure and initialize purchased VPS instances, which gives clear context. However, it does not state when not to use it, what conditions must be met (beyond 'initial' state), or how it differs from related VPS lifecycle tools.

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