Skip to main content
Glama
lazyants
by lazyants

List Primary IPs

hetzner_list_primary_ips
Read-onlyIdempotent

List all primary IPs in your Hetzner project. Filter by name, label selector, or IP address for targeted results.

Instructions

List all primary IPs in the project, with optional filtering by name, label, or IP address.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoFilter by primary IP name
label_selectorNoLabel filter, e.g. "env=prod,tier=web"
ipNoFilter by IP address
pageNoPage number
per_pageNoResults per page (max 50)
Behavior3/5

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

Annotations already declare readOnlyHint, destructiveHint, idempotentHint, and openWorldHint, covering the safety profile. The description adds filtering capabilities but does not disclose pagination behavior, rate limits, or other behavioral traits beyond annotations.

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?

Single sentence, front-loaded with action ('List all primary IPs'), no wasted words. Perfectly concise.

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 no output schema and 5 optional parameters, the description covers the filtering intent but omits pagination details (page, per_page). However, for a straightforward list operation, this is nearly complete. Loss of 1 for missing pagination context.

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 description coverage is 100%, so parameters are already documented. The description iterates 'name, label, or IP address' corresponding to three parameters, adding no new meaning. Pagination parameters are omitted from description but covered in schema. Baseline 3 applies.

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 verb 'List' and the resource 'primary IPs', and specifies optional filtering criteria (name, label, IP address), distinguishing it from sibling tools like 'get_primary_ip' or 'create_primary_ip'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool versus alternatives (e.g., 'hetzner_get_primary_ip'). No mention of when not to use it or prerequisites. The description merely states what it does without context for selection.

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

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