Skip to main content
Glama

ssh_backup_schedule

Schedule recurring backups on remote servers via SSH. Supports MySQL, PostgreSQL, MongoDB, and file backups with configurable retention.

Instructions

Schedules a recurring backup on the remote server by writing an executable bash script to /usr/local/bin/ssh-manager-backup-NAME.sh and installing a crontab entry for the given cron expression. Mutates the remote filesystem and crontab, and typically needs root to write that path. Supports mysql, postgresql, mongodb, and files; the generated script also deletes backups older than retention days (default 7).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesBackup name
typeYesBackup type
pathsNoPaths to backup (for files type)
serverYesServer name
databaseNoDatabase name (for db types)
scheduleYesCron schedule (e.g., "0 2 * * *" for daily at 2 AM)
retentionNoRetention period in days (default: 7)
Behavior5/5

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

With no annotations, the description fully discloses that the tool mutates remote filesystem and crontab, needs root, writes a script to a specific path, and deletes backups older than retention (default 7). This is thorough behavioral disclosure.

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 two sentences, front-loaded with the main action, and includes critical details without excess. Every sentence earns its place.

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

Completeness4/5

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

Despite no output schema, the description covers all key aspects: what it does, how it works, side effects, and supported types. It is complete for an agent to understand the tool's purpose and usage.

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

Parameters4/5

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

All 7 parameters have schema descriptions (100% coverage). The description adds value by explaining the generated script behavior, default retention, and the path location, enhancing understanding beyond the schema.

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 schedules a recurring backup by writing a script and installing a crontab entry. It specifies supported types (mysql, postgresql, mongodb, files) and retention. This distinguishes it from siblings like ssh_backup_create (one-time backup) and ssh_backup_list.

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 implies usage for recurring backups and mentions root requirement but does not explicitly guide when to use this vs alternatives like ssh_backup_create or ssh_execute.

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/bysonte/ssh-manager-mcp-server'

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