Skip to main content
Glama
hecateq
by hecateq

coolify_list_resources

Read-onlyIdempotent

Filter and list all Coolify resources by project, environment, type, status, or name to locate specific deployments.

Instructions

List all resources with filters: project_uuid, environment_uuid, resource_type, status, search.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
searchNoSearch by resource name (case-insensitive)
statusNoFilter by status
project_uuidNoFilter by project UUID
resource_typeNoFilter by resource type
environment_uuidNoFilter by environment UUID
Behavior3/5

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

The description adds the filter list, which is behaviorally relevant, but the read-only and idempotent nature is already disclosed by annotations. No additional behaviors like pagination or ordering are described.

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, efficient sentence that front-loads the action and lists filters. Every word earns its place, with no redundancy.

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?

For a simple filter list with strong annotations and full schema coverage, the description is nearly complete. It clearly states the function and filters, though it omits details about return value or pagination, which are not critical given the context.

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 schema already includes comprehensive descriptions for all five parameters (100% coverage). The tool description merely lists the parameter names without adding new semantic details, so the baseline of 3 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 tool's action (list) and resource (resources), and enumerates the filter parameters. This differentiates it from sibling tools like coolify_list_servers (lists servers) and coolify_get_resource (gets a single resource).

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 this is the general resource listing tool with filters, but does not explicitly state when to use it vs alternatives. No mention of when to prefer coolify_list_server_resources or coolify_project_overview.

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

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