intelligence
Evaluate Coolify instance health, map resource dependencies, analyze change impact, and clean up long-stopped resources.
Instructions
Instance health scorecard, dependency graph, impact analysis, and janitor cleanup. Actions: scorecard(format?, max_chars?, instance?) · graph(format?, max_chars?, instance?) · impact(uuid, type, intent?, max_depth?, instance?) · janitor(stopped_days?, format?, instance?) · cleanup(targets, confirm, delete_volumes?, delete_configurations?, instance?) Safety: cleanup requires confirm:true · delete_volumes/configurations default false · advisory impact only
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| type | No | Resource type (impact) | |
| uuid | No | Resource UUID (impact) | |
| action | Yes | The action to run | |
| format | No | Output format style | |
| intent | No | Impact intent (advisory) | |
| reveal | No | Reveal sensitive/masked values in full projection (default false — secrets masked as ***) | |
| confirm | No | Explicit confirm for cleanup mutations | |
| targets | No | Cleanup target list (explicit UUIDs only) | |
| instance | No | Coolify instance name from registry (optional — uses env credentials or registry default) | |
| per_page | No | Items per page | |
| max_chars | No | Maximum characters in text response before truncation | |
| max_depth | No | Max transitive depth for impact (default 3) | |
| projection | No | Detail projection depth | |
| include_full | No | Alias for projection: full | |
| stopped_days | No | Janitor long-exited threshold in days (default 7) | |
| delete_volumes | No | Pass-through to domain delete (default false) | |
| delete_configurations | No | Pass-through to domain delete (default false) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| _meta | No | ||
| error | No | ||
| _size_warning | No | ||
| _formattedText | No |