Skip to main content
Glama

List projects

listProjects

Retrieve all Coolify projects with their UUID, name, description, and environments. Get a complete overview of your projects for management and deployment workflows.

Instructions

List all Coolify projects. Returns project UUID, name, description, and environments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions the return fields, but does not disclose pagination defaults or limits despite the presence of limit and offset parameters. The phrase 'List all' may be misleading if pagination caps results. This is a notable gap.

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 clearly conveys the tool's purpose and return fields. It is front-loaded with the core action and avoids unnecessary wording, earning a perfect score for conciseness.

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

Completeness2/5

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

Without an output schema, the description must explain return values, which it does (UUID, name, description, environments). However, it omits critical context about pagination behavior (limit/offset) and whether 'all' is subject to a maximum. Given the tool's simplicity and lack of annotations, this is incomplete.

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 description coverage is 0%, and the description does not explain the meaning or effect of the limit and offset parameters. The phrase 'List all' is insufficient and potentially contradicts the existence of pagination parameters. No parameter-level information is provided.

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 and resource: 'List all Coolify projects.' It clearly distinguishes from sibling tools like listApplications and listDatabases by naming projects. Additionally, it lists the return fields (UUID, name, description, environments), which adds clarity.

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?

Usage context is implied: use this tool to list projects. However, there is no explicit guidance on when to use this versus sibling tools like listResources or listEnvironments, nor are any exclusions or prerequisites mentioned. This is adequate but lacks explicit alternative 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/frndchagas/coolify-mcp'

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