Skip to main content
Glama

list-applications

Fetch all applications managed by Coolify to view deployed services and monitor your application inventory.

Instructions

Fetch a list of all applications currently managed by Coolify. This provides an overview of all deployed applications.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler for the 'list-applications' tool. It calls the Coolify API endpoint '/applications' to fetch the list of applications and returns the result as formatted JSON text content.
    case "list-applications": { const apps = await coolifyApiCall('/applications'); return { content: [{ type: "text", text: JSON.stringify(apps, null, 2) }] }; }
  • src/index.ts:88-92 (registration)
    Registration of the 'list-applications' tool in the ListToolsRequestSchema handler, including name, description, and empty input schema.
    { name: "list-applications", description: "Fetch a list of all applications currently managed by Coolify. This provides an overview of all deployed applications.", inputSchema: zodToJsonSchema(z.object({})), },
  • Input schema for the 'list-applications' tool, defined as an empty object (no parameters required).
    inputSchema: zodToJsonSchema(z.object({})),

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