Skip to main content
Glama

cloud raw request

cloud_request

Call any Hetzner Cloud API endpoint by providing a relative path. Reads are free; write requests need confirmation to create billed resources.

Instructions

Call any Hetzner Cloud (api.hetzner.cloud) endpoint directly. Use a relative path like /servers. Reads are free. Writes obey the read-only and cost guards. If an endpoint you need is missing or misbehaving, use the contribute_or_report tool to open a prefilled issue or pull request.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoRequest body for write methods, as a JSON object, for example {"name":"web1","type":"spread"}. A JSON string is also accepted and parsed.
pathYesRelative API path, for example /servers or /servers/123.
queryNoQuery string parameters.
methodNoHTTP method. Defaults to GET.
confirmNoMust be true to create a billed resource. Reads and free resources do not need it.
verboseNoReturn the full payload. Default false returns a compact, token-efficient view.
Behavior4/5

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

Despite no annotations, the description discloses that reads are free, writes have safeguards, confirm parameter is needed for billed resources, and verbose controls response detail. It does not cover error handling or rate limits.

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 three sentences, front-loaded with the main purpose, then usage guidance and a fallback. Every sentence adds value with no redundancy.

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

Completeness4/5

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

Given 6 parameters, nested objects, and no output schema, the description covers purpose, behavior, and fallback. It could elaborate on error responses but is adequate for a raw request tool.

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

Parameters4/5

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

All 6 parameters have schema descriptions (100% coverage), and the description adds value by explaining the confirm flag for billed resources, the verbose flag, and that body can be a JSON string.

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 states 'Call any Hetzner Cloud endpoint directly' with a specific verb and resource. It distinguishes from sibling tools by mentioning the fallback contribute_or_report tool.

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?

It provides guidance on reads being free and writes obeying guards, and suggests using contribute_or_report for missing endpoints. It lacks explicit 'when not to use' but context is clear.

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