Skip to main content
Glama

infomaniak_list_sites

Read-onlyIdempotent

Retrieve the list of all sites and their attached applications for a specified web hosting ID.

Instructions

Lists all sites on a given web hosting (with applications attached).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hosting_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
hosting_idYes
sitesYes
Behavior3/5

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

Annotations already indicate read-only, idempotent, and open-world behavior. The description adds 'with applications attached,' which provides extra context. However, it does not disclose pagination, ordering, or potential incompleteness beyond the openWorldHint.

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?

One concise sentence that efficiently conveys the tool's purpose without unnecessary words.

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

Completeness3/5

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

Given the tool has an output schema (not shown), the description need not detail return values. However, it lacks information on pagination or sorting, and the open-world hint suggests results may be incomplete, which is not mentioned.

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

Parameters1/5

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

Schema coverage is 0% and the description provides no explanation of the hosting_id parameter (e.g., how to find it, format, or constraints). The description only says 'given web hosting,' which is vague.

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 it lists all sites on a given web hosting, and specifies that applications are attached. This distinguishes it from sibling tools like infomaniak_create_site and infomaniak_find_site.

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 guidance on when to use this tool vs other list/find tools (e.g., infomaniak_find_site, infomaniak_list_hostings). The description implies needing a hosting_id, but does not explain how to obtain it or when to choose this over alternatives.

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/Mogacode-ma/infomaniak-mcp-agent'

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