Skip to main content
Glama

health_check

Verify the operational status of the Coolify API to ensure it's running correctly and ready for deployment and management tasks.

Instructions

Check Coolify API health status

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler logic for the 'health_check' tool. It attempts to fetch the Coolify API health status from '/health' endpoint, with a fallback message if the endpoint is unavailable.
    case 'health_check': try { return await client.get('/health'); } catch { return { status: 'Health check endpoint not available in this Coolify version' }; }
  • The schema definition for the 'health_check' tool, specifying its name, description, and input schema (no required parameters). This is part of the tool definitions used for MCP registration.
    { name: 'health_check', description: 'Check Coolify API health status', inputSchema: { type: 'object', properties: {}, required: [] } },
  • The 'health_check' tool is included in the READ_ONLY_TOOLS array, ensuring it is available even in read-only mode.
    'health_check',
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/kof70/coolify-mcp-server'

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