Skip to main content
Glama

Create public git application

createPublicApplication

Create a new application based on a public Git repository, specifying the project, server, environment, build pack, and ports to expose.

Instructions

Create a new application based on a public git repository. Requires project_uuid, server_uuid, environment_name (or environment_uuid), git_repository, git_branch, build_pack, and ports_exposes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
domainsNo
redirectNo
is_staticNo
build_packYes
dockerfileNo
git_branchYes
descriptionNo
limits_cpusNo
server_uuidYes
watch_pathsNo
project_uuidYes
static_imageNo
build_commandNo
custom_labelsNo
limits_cpusetNo
limits_memoryNo
ports_exposesYes
start_commandNo
base_directoryNo
git_commit_shaNo
git_repositoryYes
instant_deployNo
ports_mappingsNo
install_commandNo
destination_uuidNo
environment_nameYes
environment_uuidYes
use_build_serverNo
health_check_hostNo
health_check_pathNo
health_check_portNo
limits_cpu_sharesNo
publish_directoryNo
docker_compose_rawNo
limits_memory_swapNo
autogenerate_domainNo
health_check_methodNo
health_check_schemeNo
health_check_enabledNo
health_check_retriesNo
health_check_timeoutNo
force_domain_overrideNo
health_check_intervalNo
docker_compose_domainsNo
pre_deployment_commandNo
docker_compose_locationNo
post_deployment_commandNo
health_check_return_codeNo
http_basic_auth_passwordNo
http_basic_auth_usernameNo
limits_memory_swappinessNo
connect_to_docker_networkNo
custom_docker_run_optionsNo
docker_registry_image_tagNo
health_check_start_periodNo
limits_memory_reservationNo
docker_registry_image_nameNo
health_check_response_textNo
is_http_basic_auth_enabledNo
manual_webhook_secret_giteaNo
manual_webhook_secret_githubNo
manual_webhook_secret_gitlabNo
manual_webhook_secret_bitbucketNo
pre_deployment_command_containerNo
post_deployment_command_containerNo
docker_compose_custom_build_commandNo
docker_compose_custom_start_commandNo
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure, but it only lists required fields. It does not mention side effects, auth requirements, whether deployment is triggered, or how the created application behaves. It also conflicts with the schema by suggesting environment_name OR environment_uuid, while the schema requires both.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that immediately states the tool's purpose and lists the mandatory inputs. It is front-loaded and contains no filler, making it easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 68 parameters, zero schema descriptions, no annotations, and no output schema, one sentence cannot provide adequate context. It omits optional parameters, default behaviors, and parameter interrelationships, leaving the agent under-informed for complex invocations.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% for 68 parameters, so the description must compensate. It names several required parameters but provides no meaning, format, or examples for them (e.g., ports_exposes, git_branch, build_pack). This is insufficient for an agent to correctly construct values.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('Create'), a resource ('new application'), and a specific source ('public git repository'). This clearly distinguishes it from sibling tools like createPrivateGithubAppApplication and createDockerComposeApplication.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It clearly indicates the use case: creating an application from a public Git repository. It also lists the essential parameters and notes an either/or relationship between environment_name and environment_uuid, but does not explicitly name alternatives or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/frndchagas/coolify-mcp'

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