Skip to main content
Glama

Update application

updateApplication

Update an application's configuration by UUID, enabling changes to domains, build packs, Docker settings, and health checks.

Instructions

Update an application's configuration by UUID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
uuidYes
domainsNo
redirectNo
is_staticNo
build_packNo
dockerfileNo
git_branchNo
descriptionNo
limits_cpusNo
server_uuidNo
watch_pathsNo
project_uuidNo
build_commandNo
custom_labelsNo
limits_cpusetNo
limits_memoryNo
ports_exposesNo
start_commandNo
base_directoryNo
git_commit_shaNo
git_repositoryNo
instant_deployNo
ports_mappingsNo
github_app_uuidNo
install_commandNo
destination_uuidNo
environment_nameNo
use_build_serverNo
health_check_hostNo
health_check_pathNo
health_check_portNo
limits_cpu_sharesNo
publish_directoryNo
docker_compose_rawNo
limits_memory_swapNo
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
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
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 revealing behavioral traits. It does not state whether the update is partial or full, whether it triggers a redeployment, whether it requires specific permissions, or what side effects occur. 'Update' merely implies mutation without detailing consequences.

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

Conciseness4/5

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

The description is a single sentence with no redundant wording, making it concise. However, it is so terse that it omits essential context; the brevity is appropriate but not paired with adequate content.

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

Completeness1/5

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

Given the tool's complexity (64 parameters, no annotations, no output schema), a one-sentence description is severely insufficient. It fails to explain return values, update semantics, error conditions, or any operational details, leaving the agent with no useful context for invocation.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not compensate by explaining any of the 64 parameters. It only mentions 'by UUID,' which is already the sole required property in the schema, adding no semantic value beyond the structured field itself.

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

Purpose4/5

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

The description 'Update an application's configuration by UUID' clearly identifies the verb (update), resource (application configuration), and identifier (UUID). It distinguishes the tool from sibling tools like getApplication, deleteApplication, and create*Application, though it does not explicitly contrast with related mutation tools like deploy or restartApplication.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives such as createApplication, deploy, or restartApplication. It only implies usage through the verb 'update' and gives no context about prerequisites, exclusions, or preferred scenarios.

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