Skip to main content
Glama

Create Docker image application

createDockerImageApplication

Create a new application from a prebuilt Docker image by supplying project, server, environment, image name, and exposed ports.

Instructions

Create a new application from a prebuilt Docker image. Requires project_uuid, server_uuid, environment_name (or environment_uuid), docker_registry_image_name, and ports_exposes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
domainsNo
redirectNo
descriptionNo
limits_cpusNo
server_uuidYes
project_uuidYes
custom_labelsNo
limits_cpusetNo
limits_memoryNo
ports_exposesYes
instant_deployNo
ports_mappingsNo
destination_uuidNo
environment_nameYes
environment_uuidYes
use_build_serverNo
health_check_hostNo
health_check_pathNo
health_check_portNo
limits_cpu_sharesNo
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
pre_deployment_commandNo
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_nameYes
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
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. It only lists required parameters and does not mention side effects (e.g., immediate deployment), prerequisites, error conditions, or idempotency. Moreover, the statement 'environment_name (or environment_uuid)' contradicts the schema's required array, which lists both fields as required, adding confusion rather than transparency.

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 composed of two short sentences, front-loads the core purpose, and contains no redundant filler. It earns its place by stating the action and the essential required inputs.

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?

This is a complex tool with 50 parameters, no output schema, and no annotations. The description does not cover deployment behavior, return values, or any operational context. Given the complexity, the description is far too sparse to guide an agent effectively beyond the most basic invocation.

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. While it lists several required parameter names, it does not explain their semantics, formats, or relationships. The 'or' between environment_name and environment_uuid is misleading because the schema requires both, which actively impairs correct parameter usage.

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 clearly states the tool's action: 'Create a new application from a prebuilt Docker image.' The verb 'create' and the resource 'application' are specific, and the qualifier 'prebuilt Docker image' distinguishes it from sibling tools like createDockerfileApplication 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 Guidelines3/5

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

The phrase 'from a prebuilt Docker image' implies the use case, distinguishing it from alternatives, but it does not explicitly state when to use this tool versus others, nor does it mention any exclusions or alternatives. Guidance is implied rather than explicit.

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