Skip to main content
Glama

get_application_envs

Retrieve environment variables for a specific application in Coolify to configure deployment settings and manage application behavior.

Instructions

Get environment variables for an application

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYesApplication UUID

Implementation Reference

  • The handler function for 'get_application_envs' that requires an application 'uuid' and retrieves its environment variables by calling the Coolify API endpoint `/applications/{uuid}/envs`.
    case 'get_application_envs': requireParam(args, 'uuid'); return client.get(`/applications/${args.uuid}/envs`);
  • The input schema for the 'get_application_envs' tool, defining the required 'uuid' parameter as a string.
    { name: 'get_application_envs', description: 'Get environment variables for an application', inputSchema: { type: 'object', properties: { uuid: { type: 'string', description: 'Application 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