Skip to main content
Glama

Create private deploy key application

createPrivateDeployKeyApplication

Create a new application using a private SSH deploy key. Provide project, server, environment, Git repository, branch, build pack, and port settings to set up the deployment.

Instructions

Create a new application using a private SSH deploy key. Requires project_uuid, server_uuid, environment_name (or environment_uuid), private_key_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
private_key_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?

Annotations are None, so the description carries the full burden. It only says 'Create a new application' and lists required fields. It does not disclose auth permissions, side effects, idempotency, or response behavior. For a state-changing operation with no annotation safety hints, this is a notable gap.

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 entire description is one sentence, front-loaded with the main action, and packs the essential required fields without redundancy. It earns its place with no fluff. It is efficient and 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?

The tool has 69 parameters, no output schema, and no annotations, making it high complexity. The description only covers 8 of 69 parameters, omits the 'or' logic for environment_name/environment_uuid in a structured way, and gives no information about response, errors, or deployment behavior. This is incomplete for guiding an AI agent.

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%, so the description must compensate. It lists 8 required parameter names but does not explain their meanings or types. It does add one critical clarification: 'environment_name (or environment_uuid)' implies an either/or relationship, which contradicts the schema's required list that includes both. Still, with 69 total parameters, this is inadequate coverage.

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 and resource: 'Create a new application using a private SSH deploy key.' This clearly distinguishes it from sibling tools like createPrivateGithubAppApplication (which uses a GitHub App) and createDockerComposeApplication (which uses Docker Compose). It also lists the key required fields, making the purpose evident.

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?

The description implies usage when you have a private SSH deploy key, which differentiates it from other creation tools. It also lists prerequisites (project_uuid, server_uuid, etc.), giving context. However, it does not explicitly exclude alternatives or say 'use this instead of X', so it stops short of a 5.

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