Skip to main content
Glama
nityeshaga

hetzner-mcp-server

by nityeshaga

Create Server

hetzner_create_server

Create a new Hetzner Cloud server with specified name, type, and OS image. Optionally set location, SSH keys, and labels for immediate provisioning.

Instructions

Create a new server.

Required parameters:

  • name: Server name (letters, digits, hyphens)

  • server_type: Instance size (e.g., "cx22", "cpx11"). Use hetzner_list_server_types to see options.

  • image: OS image (e.g., "ubuntu-24.04"). Use hetzner_list_images to see options.

Optional parameters:

  • location: Datacenter (e.g., "fsn1", "nbg1"). Use hetzner_list_locations to see options.

  • ssh_keys: List of SSH key names or IDs for server access

  • labels: Key-value labels for organization

Returns the new server details including IP address and root password (if no SSH keys specified).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesServer name
imageYesOS image name (e.g., 'ubuntu-24.04')
labelsNoLabels as key-value pairs
locationNoDatacenter location (e.g., 'fsn1', 'nbg1')
ssh_keysNoSSH key names or IDs for access
server_typeYesServer type (e.g., 'cx22', 'cpx11')
response_formatNoOutput format: 'markdown' or 'json'markdown
start_after_createNoStart server after creation
Behavior4/5

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

Annotations already indicate a non-read-only, non-idempotent operation. The description adds useful behavioral context: it returns the new server details including IP address and root password (if no SSH keys specified). However, it does not mention side effects like billing or provisioning time.

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 well-structured with required and optional sections, front-loaded with the primary purpose, and contains no filler. Every sentence adds value.

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?

While the schema fully documents all 8 parameters, the description omits response_format and start_after_create from its optional list, giving an incomplete picture of invocable parameters. It otherwise covers key aspects like return details and parameter discovery.

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

Parameters5/5

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

Schema coverage is 100%, but the description goes beyond schema by giving concrete examples ('cx22', 'ubuntu-24.04', 'fsn1') and referencing list tools to discover valid options. This significantly helps correct invocation.

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 starts with 'Create a new server,' which is a specific verb+resource. It clearly differentiates from sibling operations like reboot, power on/off, and delete. The scope of creating a server is unambiguous.

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 provides clear usage context by listing required vs optional parameters and pointing to sibling list tools (e.g., hetzner_list_server_types) for valid values. It does not explicitly state when not to use the tool, but for a create operation the guidance is sufficient.

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

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