Skip to main content
Glama
henrikogaard

infomaniak-admin-mcp

by henrikogaard

infomaniak_list_hostings

Read-onlyIdempotent

List all web hostings (classic and Node.js) for an Infomaniak organization using the account ID, to identify available hosting resources.

Instructions

Lists web hostings (classic + Node.js) for a given Infomaniak organization. Use infomaniak_list_organizations first to discover account IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_idNoOrganization/account ID. Optional: if omitted, falls back to the first account the token has access to. Use infomaniak_overview to enumerate.
include_nodejsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostingsYes
account_idYes
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, so the safety profile is covered. The description adds useful scope (given organization, classic + Node.js) but does not disclose return format, pagination, or auth details. It adds some value beyond annotations but not rich behavioral context.

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 the primary action and resource, and includes a useful prerequisite without redundancy. Every word earns its place.

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

Completeness5/5

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

Given the tool's low complexity, presence of an output schema, and strong annotations (readOnly, openWorld, idempotent), the description is complete: it names the resource types, the required scope (organization), and the prerequisite discovery step. No significant information gap remains.

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 coverage is 50%: account_id has a full description, while include_nodejs has only type and default. The description's 'classic + Node.js' partially clarifies include_nodejs's purpose, but does not explicitly state that setting it to false excludes Node.js. The description compensates somewhat but does not fully carry the parameter-semantics burden.

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 tool lists web hostings (classic + Node.js) for a given Infomaniak organization, using a specific verb ('Lists') and resource ('web hostings'). It distinguishes from siblings like infomaniak_list_sites and infomaniak_list_nodejs_apps by explicitly scoping to hostings and including both classic and Node.js types.

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?

The description provides a clear prerequisite: 'Use infomaniak_list_organizations first to discover account IDs.' This gives explicit when-to-use guidance, though it does not mention when not to use this tool or name alternative listing tools, stopping short of a 5.

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/henrikogaard/infomaniak-admin-mcp'

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