Skip to main content
Glama

infomaniak_nodejs_app_aliases

Read-onlyIdempotent

List all FQDNs serving a Node.js application, including the primary domain and its automatic preview URL.

Instructions

List the FQDNs (domain names) serving a Node.js application. Returns the primary FQDN plus the automatic preview URL (xxx.preview.hosting-ik.com). Manager-private.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hosting_idYes
vhost_route_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
aliasesYes
Behavior3/5

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

Annotations already indicate readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds that it returns primary FQDN and preview URL, and notes 'Manager-private' – an access restriction not in annotations. This is useful but limited. No contradictions with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, concise and front-loaded with the main purpose. No redundancy, but could include parameter explanations. Still, it's efficiently written.

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 presence of an output schema (mentioned in context) and annotations covering safety, the description adds return value details and access hint. However, the complete lack of parameter documentation leaves a gap. For a simple read tool it is adequate but not thorough.

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 has two required integer parameters (hosting_id, vhost_route_id) with 0% description coverage in schema. The description does not explain their meaning or purpose, forcing the agent to infer. This severely hinders correct invocation.

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 the verb 'List' and the resource 'FQDNs serving a Node.js application'. It specifies the output includes primary FQDN and preview URL. However, it doesn't explicitly differentiate from similar sibling tools like 'infomaniak_list_site_aliases', which might list aliases for sites generally vs Node.js apps. The purpose is mostly clear but lacks sibling distinction.

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 versus alternatives (e.g., infomaniak_list_site_aliases or other Node.js app tools). There are no when-not or context cues. The 'Manager-private' remark hints at restricted access but doesn't guide usage.

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