Skip to main content
Glama

Coolify MCP Server

by StuMason

get-application

Retrieve detailed information about an application, including status, configuration, and deployment details, using its UUID through the Coolify MCP Server.

Instructions

Retrieve detailed information about a specific application using its UUID. This includes the application's status, configuration, and deployment details.

Input Schema

NameRequiredDescriptionDefault
uuidYesResource UUID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "uuid": { "description": "Resource UUID", "type": "string" } }, "required": [ "uuid" ], "type": "object" }

You must be authenticated.

Other Tools from Coolify MCP Server

Related Tools

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

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