| List Servers | Read | List servers in the Hetzner Cloud project with optional name, label, and status filtering |
| Get Server | Read | Get a server by ID, including status, server type, image, and public network info |
| Create Server | Write | Create a new server (provisions billable infrastructure) |
| Power On Server | Write | Power on a server by ID |
| Power Off Server | Write | Cut power to a server by ID (hard power off, like pulling the plug; data may be lost if the OS is running) |
| List Images | Read | List available images (system images, backups, snapshots) usable for server creation |
| List Server Types | Read | List available server types (sizes) with cores, memory, disk, and pricing |
| Shutdown Server | Write | Gracefully shut down a server by sending an ACPI shutdown signal to the OS - prefer this over Power Off for running workloads |
| Reboot Server | Write | Gracefully reboot a server by sending an ACPI reboot signal to the OS |
| List SSH Keys | Read | List SSH keys in the project - use these IDs or names in the ssh_keys field of Create Server |