Skip to main content
Glama

Create a cloud server

cloud_create_server

Create a Hetzner Cloud server with optional SSH keys, private network, firewalls, and cloud-init data. Requires confirmation and shows live pricing.

Instructions

Create a Hetzner Cloud server. This is billed. It requires confirm true and shows the live hourly and monthly price first. Optionally attach SSH keys, a private network, firewalls, cloud-init user_data, and labels.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesServer name.
imageYesFor example ubuntu-24.04. List options with cloud_list_images.
labelsNoKey value labels.
confirmNoMust be true. Creating a server costs money.
locationNoFor example nbg1, fsn1, hel1.
networksNoPrivate network ids to attach.
ssh_keysNoSSH key ids or names.
firewallsNoFirewall ids to apply.
user_dataNocloud-init user data run at first boot.
server_typeYesFor example cx23 or cax21. List options with cloud_list_server_types.
start_after_createNoStart the server after creation. Default true.
Behavior3/5

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

With no annotations, the description covers billing and the need for confirm, but omits details like start_after_create behavior (e.g., server starts by default), return format, or asynchronous nature. The provided traits are useful but incomplete.

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?

Two sentences, no fluff, and front-loaded with the core action. Could be slightly restructured for clarity but is efficient.

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?

Given 11 parameters and no output schema, the description is incomplete: it fails to mention required parameters (name, server_type, image) as mandatory and does not address return values or location. The phrase 'Optionally attach' might mislead about required fields.

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 coverage is 100% (all 11 parameters have descriptions). The description merely lists optional attachments without adding new semantic details, so it does not enhance understanding beyond the schema.

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 specific action: 'Create a Hetzner Cloud server.' It uses a specific verb and resource, distinguishing it from sibling tools like cloud_list_servers and cloud_delete_server. No ambiguity.

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?

The description implies the tool is for creating servers but does not explicitly state when to use it vs. alternatives, nor does it provide exclusions or prerequisites beyond requiring confirm=true.

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/mjmirza/hetzner-mcp'

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