Skip to main content
Glama

list_instances

List Coolify instances configured on this server, including names, base URLs, default status, and host-ops/destructive flags. Get an overview without exposing secrets.

Instructions

List the Coolify instances this server is configured to drive (names, base URLs, default, and per-instance host-ops/destructive flags). Never returns tokens or other secrets. Pass an instance name as the 'instance' arg to any other tool to route to it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
instanceNoNot used for routing here — the instance list is server-global. Pass an instance name to any OTHER tool to target a specific Coolify instance.
Behavior4/5

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

With no annotations, the description carries the burden and explicitly notes that it 'Never returns tokens or other secrets,' adding a behavioral guarantee beyond the schema. It also discloses the scope (server-global) and the content of the list, providing adequate transparency for a read-only list operation.

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?

Three short sentences front-load the main purpose, then add a safety note and a routing tip. No waste.

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?

For a simple discovery tool with no output schema, the description mentions all relevant return fields and the safety constraint. It is complete enough for an agent to know what the tool returns and how to use the result.

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?

The single optional 'instance' parameter is fully documented in the schema, and the description reinforces that it is not used for routing here. Since schema coverage is 100%, the description adds no new parameter syntax but usefully repeats the cross-tool routing advice.

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 the specific verb 'List' and identifies the resource as 'Coolify instances this server is configured to drive,' with the fields returned ('names, base URLs, default, and per-instance host-ops/destructive flags'). This distinguishes it from sibling tools like list_resources or get_servers by focusing on instances and their routing configuration.

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 states that the instance list is server-global and directs users to pass an instance name to any other tool for routing, which gives clear usage context. It does not explicitly list when not to use this tool or name alternative list tools, but the routing instruction serves as practical guidance.

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/jimrarras/coolify-mcp'

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