Skip to main content
Glama

coolify_set_application_storage_backup

Create or replace a backup schedule for an application's persistent volume or directory. Define cron frequency, retention policies, and optional S3 uploads to safeguard data.

Instructions

[WRITE] Create or replace a backup schedule for an application persistent volume/directory

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYesUUID of the application
enabledNoWhether the schedule is enabled (default true)
save_s3NoAlso upload backups to S3
timeoutNoBackup timeout in seconds
frequencyYesCron frequency for the backup (e.g. '0 2 * * *')
storage_uuidYesUUID of the persistent volume or directory storage
s3_storage_uuidNoS3 storage UUID when save_s3 is true
retention_days_s3No
stop_during_backupNoStop the resource during backup
retention_amount_s3No
disable_local_backupNoDisable local backup retention
retention_days_locallyNo
retention_amount_locallyNo
retention_max_storage_s3No
retention_max_storage_locallyNo
Behavior3/5

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

No annotations are provided, so the description carries the full burden. The '[WRITE]' tag and 'Create or replace' clearly indicate mutation, but the description does not disclose what happens to existing settings on replacement, whether the operation is reversible, or any confirmation/rollback behavior. For a write tool with 15 parameters, more behavioral context would be expected.

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, clear sentence that front-loads the action and scope. No extraneous words or redundant information. It earns its place by quickly communicating the core functionality.

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

Completeness3/5

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

Given the tool's complexity (15 parameters, no output schema, no annotations), the description is minimally adequate. It identifies the core purpose, but lacks details on return values, default behavior for optional parameters, or side effects of replacement. Sibling tools like coolify_run_application_storage_backup exist, so a clearer contrast would improve completeness.

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

Parameters3/5

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

Schema description coverage is 60%, meaning many parameters already have meaningful descriptions in the schema. The description provides a high-level purpose ('backup schedule...') but does not add detail beyond the schema for the remaining 40% of parameters. It adds no new param-level semantics, so a baseline score of 3 is appropriate.

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 or replace') and resource ('backup schedule for an application persistent volume/directory'). It also includes a '[WRITE]' tag, which clearly signals that this tool modifies state, distinguishing it from read-only sibling tools like coolify_list_application_storages or coolify_run_application_storage_backup.

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 description mentions 'Create or replace' which implies idempotent behavior, but it does not explicitly state when to use this tool versus alternatives (e.g., coolify_run_application_storage_backup for immediate execution or coolify_delete_application_storage_backup for removal). There is no guidance on prerequisites or when NOT to use it.

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

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