Skip to main content
Glama

list_deployments

View all active deployments on your Coolify PaaS instance to monitor application status and manage resources.

Instructions

List all deployments

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler case for 'list_deployments' tool that executes client.get('/deployments') to retrieve the list of all deployments from the Coolify API.
    case 'list_deployments': return client.get('/deployments');
  • The schema definition for the 'list_deployments' tool, which requires no input parameters and lists all deployments.
    { name: 'list_deployments', description: 'List all deployments', inputSchema: { type: 'object', properties: {}, required: [] } },
  • src/index.ts:36-38 (registration)
    Registration of all tools via the ListToolsRequestHandler, which returns the tool definitions including 'list_deployments' from getToolDefinitions().
    this.server.setRequestHandler(ListToolsRequestSchema, async () => ({ tools: getToolDefinitions() }));
  • 'list_deployments' is included in READ_ONLY_TOOLS array, allowing it to be used even in read-only mode.
    'list_deployments',
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