Skip to main content
Glama
hostinger

hostinger-api-mcp

Official

VPS_getProjectListV1

List all Docker Compose projects on your VPS. Get project names, statuses, file paths, and container details for an overview of deployed applications.

Instructions

Retrieves a list of all Docker Compose projects currently deployed on the virtual machine.

This endpoint returns basic information about each project including name, status, file path and list of containers with details about their names, image, status, health and ports. Container stats are omitted in this endpoint. If you need to get detailed information about container with stats included, use the Get project containers endpoint.

Use this to get an overview of all Docker projects on your VPS instance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
virtualMachineIdYesVirtual Machine ID
Behavior4/5

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

With no annotations, the description takes on the burden of disclosing behavior. It accurately states what is returned (basic project info, container details but no stats) and that container stats are omitted. While it does not explicitly state the operation is read-only, this is implied for a list endpoint. The description adds value beyond the input schema.

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 three sentences with no unnecessary words. The first sentence states the main purpose, the second details what is returned and what is omitted, and the third provides a use case and redirects to an alternative. It is front-loaded and efficient.

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, the description explains the output contents (name, status, file path, containers with names, image, status, health, ports) and notes omitted data (stats). It also points to a sibling tool for more detail. For a simple list endpoint, this is fairly complete, though it could mention pagination or error handling.

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 100% and the single parameter (virtualMachineId) is described as 'Virtual Machine ID'. The description does not add extra semantic context about the parameter, but it is adequate. Baseline 3 is appropriate since the schema already provides the necessary information.

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 uses a specific verb ('Retrieves a list') and clearly identifies the resource ('Docker Compose projects') and scope ('currently deployed on the virtual machine'). It distinguishes from sibling tool VPS_getProjectContainersV1 by noting that container stats are omitted and directing to that endpoint for detailed container information.

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

Usage Guidelines5/5

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

The description explicitly states when to use this tool ('Use this to get an overview of all Docker projects') and when not ('If you need to get detailed information about container with stats included, use the `Get project containers` endpoint'). This provides clear guidance on 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/hostinger/api-mcp-server'

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