Skip to main content
Glama
clezcoding

awesome-coolify-mcp

by clezcoding

diagnose

Investigate application and server issues across Coolify instances. Run fleet scans, retrieve logs, and analyze runtime patterns to identify root causes.

Instructions

Synthesizes diagnose views for applications and servers, or runs a global fleet scan. Actions: app(query?, uuid?, name?, domain?, limit?) · server(query?, uuid?, name?, ip?, trigger_validate?) · scan(format?, page?, per_page?) · logs(query?, uuid?, name?, domain?, mode?, deployment_uuid?, lines?, offset?, include_hidden?, type?, format?, max_chars?, instance?) · analyze(query?, uuid?, name?, domain?, deployment_uuid?, lines?, offset?, max_chars?, instance?) — pattern triage on runtime logs (advisory) Safety: confirm for destructive ops · analyze is advisory-only (no restart/redeploy/rollback) · optional instance · reveal opt-in only

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipNoExplicit server IP substring
modeNofull = diagnose triage + logs (default); logs-only = skip diagnosefull
nameNoExplicit name substring
pageNoPage number for pagination
typeNoFilter build-logs entries by type (default all — no filter). Applies only to the deployment_uuid (build-logs) path; ignored on runtime logs path.
uuidNoExplicit resource UUID
limitNoMax recent deployments to include (default 10, max 50)
linesNoNumber of log lines to retrieve
queryNoFuzzy query string (UUID, name, or FQDN/IP)
actionYesThe action to run
domainNoExplicit application FQDN substring
formatNoOutput format style
offsetNoSkip first K lines of the log blob before applying lines (runtime or build)
revealNoReveal sensitive/masked values in full projection (default false — secrets masked as ***)
instanceNoCoolify instance name from registry (optional — uses env credentials or registry default)
per_pageNoItems per page
max_charsNoMaximum characters in response before truncation
projectionNoDetail projection depth
include_fullNoAlias for projection: full
include_hiddenNoInclude entries with hidden:true in build-logs output (default false — hidden entries are filtered out)
deployment_uuidNoFetch build logs for this deployment only (XOR with runtime identifiers)
trigger_validateNoTriggers non-blocking server verification (D-10)

Output Schema

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

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

Despite sparse annotations (only openWorldHint), the description voluntarily discloses important behavioral traits: analyze is advisory-only, reveal is opt-in only, and confirm is needed for destructive ops. This goes beyond the schema and annotations, though it could still elaborate on which specific actions are destructive or how confirmation is triggered.

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 compact and structured: first a one-line purpose, then a dense action list with parameter signatures, then a safety section. Every sentence conveys necessary information without fluff, and the line breaks make it scannable for an agent.

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 the tool's complexity (22 parameters, 5 actions) and the existence of an output schema, the description covers the purpose, action breakdown, and safety constraints sufficiently. It does not explain return values (unnecessary due to output schema) but adequately orients the agent on the tool's scope and boundaries.

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?

Input schema has 100% description coverage for all 22 parameters, so the schema already documents each parameter well. The description's action list repeats parameter names but adds only marginal semantics (e.g., 'pattern triage on runtime logs' for analyze). This meets the baseline for schema-covered parameters.

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 synthesizes diagnose views for applications and servers or runs a global fleet scan, then enumerates five distinct actions (app, server, scan, logs, analyze) with their parameter signatures. This provides a specific verb+resource mapping for each action, fully distinguishing it from sibling tools like resource or server.

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 gives clear intra-tool guidance: analyze is explicitly advisory-only with no restart/redeploy/rollback, and safety notes confirm for destructive ops. However, it does not explicitly compare to sibling tools (e.g., when to use diagnose vs resource or system), so it lacks alternative exclusions but still provides actionable context.

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