Skip to main content
Glama

get_deployment

Retrieve deployment details by UUID to monitor application status and configuration in Coolify self-hosted PaaS instances.

Instructions

Get deployment details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYesDeployment UUID

Implementation Reference

  • The handler case for 'get_deployment' which validates the uuid parameter and calls the Coolify API endpoint `/deployments/{uuid}` to retrieve deployment details.
    case 'get_deployment': requireParam(args, 'uuid'); return client.get(`/deployments/${args.uuid}`);
  • Tool schema definition including name, description, and input schema requiring a 'uuid' parameter of type string.
    { name: 'get_deployment', description: 'Get deployment details', inputSchema: { type: 'object', properties: { uuid: { type: 'string', description: 'Deployment UUID' } }, required: ['uuid'] } },

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