Skip to main content
Glama
lazyants
by lazyants

List Storage Box Subaccounts

hetzner_list_storage_box_subaccounts
Read-onlyIdempotent

List subaccounts of a Storage Box, with optional filtering by name, username, or label selectors.

Instructions

List the subaccounts of a Storage Box, with optional filtering by name, username, or labels.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesStorage Box ID
nameNoFilter by name
usernameNoFilter by subaccount username
label_selectorNoLabel filter, e.g. "env=prod,tier=web"
sortNoSort field, e.g. "id:asc" or "name:desc"
Behavior4/5

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

Annotations already indicate read-only, non-destructive, idempotent behavior. The description adds filtering context. No contradictions. Slightly less than 5 because pagination or error handling are not disclosed.

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 that efficiently communicates purpose and key parameters. No unnecessary words or repetition.

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?

For a list tool with high schema coverage and annotations, the description is adequate. It covers the main filters but omits mention of sorting or pagination, which are minor.

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% with descriptions. The description adds value by summarizing filter options (name, username, labels) and grouping them, going beyond the schema's individual descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states action (list), resource (subaccounts of a Storage Box), and mentions optional filtering. It distinguishes from single-get and create tools but does not explicitly differentiate from other list tools, though the resource is unique.

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

Usage Guidelines3/5

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

The description lists parameters but does not provide explicit guidance on when to use this tool over alternatives, nor does it mention prerequisites or when not to use. The required 'id' parameter is implied but not emphasized.

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