Skip to main content
Glama

list_servers

Retrieve a complete list of all servers managed by a Coolify instance to view their status and details.

Instructions

List all servers in Coolify

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.6

TDQS

A3.7/5.0
Behavior2/5

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

With no annotations, the description carries full responsibility for behavioral disclosure. It only states the action without mentioning response format, pagination, or the fact that this is a read-only operation. An agent has no information about what the result looks like or any side effects, leaving a significant gap for a simple but essential tool.

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 a single, concise sentence that front-loads the core action and scope. It contains no filler or redundant information, making it highly efficient for an agent to parse.

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?

For a zero-parameter, read-only list operation, the description is minimally adequate. However, it omits any detail about the returned data structure, ordering, or pagination, which might be expected. While the simplicity of the tool lowers the bar, the absence of any output schema or behavioral note leaves some uncertainty for an agent calling it.

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

Parameters4/5

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

The tool has zero parameters, so the schema already covers everything. Per the baseline rule for 0 parameters, the description need not add parameter detail; it would only be redundant. The description adds no parameter semantics, but none are required, so the baseline of 4 is appropriate.

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 verb 'List' and the resource 'servers', scoped to 'all servers in Coolify'. This distinguishes it from sibling list tools (list_applications, list_databases) by resource type, leaving no ambiguity about what the tool retrieves.

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

Usage Guidelines3/5

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

The description implies its usage — to list servers — but provides no explicit guidance on when to choose this over alternatives or any exclusions. Since the tool name and description are self-explanatory and siblings handle other resources, the context is clear, but the lack of explicit direction keeps it from scoring higher.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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