Skip to main content
Glama
clezcoding

awesome-coolify-mcp

by clezcoding

emergency

Stop all, redeploy, or restart Coolify projects in bulk for urgent incidents. Requires explicit confirmation for destructive actions.

Instructions

Emergency and bulk operations (stop_all, redeploy_project, restart_project). Actions: stop_all(confirm) · redeploy_project(project_uuid?, project_name?, confirm, force?, wait?) · restart_project(project_uuid?, project_name?, confirm) Safety: confirm for destructive ops · optional instance

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
waitNoPoll each deployment to terminal — ask the human before enabling
forceNoForce rebuild without cache (mirror P4 application.deploy)
actionYesThe action to run
formatNoOutput format (default pretty)
confirmNoExplicit confirmation required
timeoutNoPer-app wait timeout in seconds
instanceNoCoolify instance name from registry (optional — uses env credentials or registry default)
max_charsNoMax formatted output characters (default 16000)
project_nameNoProject name substring (case-insensitive contains-match)
project_uuidNoProject UUID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
dataNo
_metaNo
errorNo
_size_warningNo
_formattedTextNo
Behavior3/5

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

The description discloses that operations are destructive and require confirmation ('Safety: confirm for destructive ops'), which adds behavioral context beyond the openWorldHint annotation. However, it does not detail potential side effects, the return format, or what happens on failure, leaving gaps given the open-world hint.

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 extremely concise: a single introductory sentence followed by a compact list of action signatures and a safety note. Every part serves a purpose, and the key information is front-loaded.

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 10 parameters (all described in schema) and an output schema existing, the description covers the main actions and safety. However, it omits explanatory context about the grouping rationale or cross-tool relationships, which would help an agent decide when to invoke this tool over siblings.

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?

Schema coverage is 100%, so the description doesn't need to compensate heavily. However, it adds value by showing the action signatures (e.g., 'stop_all(confirm)') and indicating which parameters are relevant per action, clarifying usage beyond the schema's general descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly lists the three actions (stop_all, redeploy_project, restart_project) and states 'Emergency and bulk operations', providing a specific verb+resource combination. However, it doesn't explicitly differentiate from sibling tools like 'deployment' or 'application', which could also handle similar actions individually.

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

Usage Guidelines2/5

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

The description says 'Emergency and bulk operations' but offers no guidance on when to use this tool versus its siblings. It doesn't mention prerequisites, exclusions, or suggest alternatives for non-emergency or single-item operations.

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/clezcoding/awesome-coolify'

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