Skip to main content
Glama

provision_hetzner

Provision a new Hetzner Cloud server through Coolify, creating billable infrastructure. Requires confirmation and the allow-destructive flag to proceed.

Instructions

Provision a new server on Hetzner Cloud via Coolify (destructive — creates billable infrastructure). Requires --allow-destructive flag and confirm:true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipNoOverride the provisioned IP (advanced).
nameYesDisplay name for the new server.
portNoSSH port (default 22).
userNoSSH user (default root).
confirmNoMust be true to proceed.
dry_runNoPreview without provisioning.
instanceNoCoolify instance name (omit for the default).
locationYesHetzner datacenter location (e.g. nbg1). Use hetzner_inventory to browse.
descriptionNoOptional description.
coolify_tokenNoCoolify cloud token UUID for the account.
instant_validateNoValidate connectivity immediately.
private_key_uuidNoSSH private key UUID to install on the new server.
hetzner_api_tokenNoHetzner API token (if not configured server-side).
hetzner_server_typeYesHetzner server type (e.g. cx11). Use hetzner_inventory to browse.
Behavior4/5

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

With no annotations, the description carries the burden. It discloses that the action is destructive and creates billable infrastructure, along with required confirmation flags. This is significant, but it does not describe what happens after provisioning (e.g., return value, connectivity checks) or irreversible consequences beyond 'destructive'.

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?

Two sentences, front-loaded with the main purpose, followed by safety requirements. Every word earns its place with no filler.

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

Completeness3/5

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

This is a complex tool with 14 parameters and no output schema. The description covers the core purpose and safety gate, but it does not explain the provisioning workflow, what the response looks like, or how to use the hetzner_inventory sibling for browsing types/locations (which the schema property descriptions reference). It is minimally viable but lacks depth for such a complex operation.

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?

Schema description coverage is 100%, so baseline is 3. The description adds context about the confirm parameter and the --allow-destructive flag, but this is already partially captured in the schema (confirm: 'Must be true to proceed'). No new parameter semantics are added beyond what the schema provides.

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?

States clearly that it provisions a new server on Hetzner Cloud via Coolify, using a specific verb and resource. This distinguishes it from sibling tools like manage_server and hetzner_inventory, which handle existing servers or inventory.

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?

Implies usage for creating new servers by the phrase 'Provision a new server' and provides explicit prerequisites (--allow-destructive flag and confirm:true). However, it does not explicitly contrast with alternatives like manage_server for existing servers, so it misses the 'when-not' guidance.

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/jimrarras/coolify-mcp'

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