Skip to main content
Glama

robot raw request

robot_request

Access and manage Hetzner Robot dedicated servers through direct API calls. Use relative paths for any endpoint; reads are free, write operations respect cost guards.

Instructions

Call any Hetzner Robot dedicated servers (robot-ws.your-server.de) 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?

With no annotations, the description discloses key behaviors: reads are free, writes incur costs, the verbose flag controls output detail. It does not detail error handling or rate limiting, but is sufficient for a generic endpoint tool.

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 two sentences, front-loaded with purpose and example, no wasted words. Every part earns its place.

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?

No output schema, but description hints at response format (full vs compact). It covers endpoint usage, cost model, and fallback. Lacks detailed return structure, but acceptable 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?

Schema coverage is 100%, baseline 3. The description adds operational context for path (example) and for confirm/verbose (billing and compact view), adding value beyond schema definitions.

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 'Call any Hetzner Robot dedicated servers endpoint directly' with a specific example. It distinguishes this generic tool from sibling-specific list tools by being a raw request interface.

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 explains when to use this tool (for any endpoint) and directs to contribute_or_report for missing endpoints, though it could more explicitly state when to prefer sibling tools over this raw request.

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