Skip to main content
Glama

list-services

Retrieve and display all services managed by Coolify, including external services and microservices, for streamlined monitoring and management.

Instructions

Retrieve a list of all services managed by Coolify. This includes external services and microservices.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • src/index.ts:113-117 (registration)
    Registration of the 'list-services' tool in the ListToolsRequestSchema handler. Defines the tool name, description, and empty input schema.
    { name: "list-services", description: "Retrieve a list of all services managed by Coolify. This includes external services and microservices.", inputSchema: zodToJsonSchema(z.object({})), },
  • The handler function for the 'list-services' tool. It calls the Coolify API endpoint '/services' and returns the JSON-formatted list of services.
    case "list-services": { const services = await coolifyApiCall('/services'); return { content: [{ type: "text", text: JSON.stringify(services, null, 2) }] }; }
  • Input schema for 'list-services' tool: empty object (no parameters required).
    inputSchema: zodToJsonSchema(z.object({})),

Other Tools

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

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