Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DUPLICACY_EXPORTER_URL | Yes | Duplicacy Prometheus exporter URL |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_backup_history | Get the last backup details for a specific Duplicacy snapshot (files, bytes, duration, exit code) |
| get_backup_status | Get the current backup status for a specific Duplicacy snapshot |
| get_prune_status | Get the prune operation status, optionally filtered by storage target |
| list_snapshots | List all unique Duplicacy snapshot IDs known to the exporter |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Active backup progress | Real-time progress of any running backups (speed, progress %, chunks uploaded/skipped) |
| All backup statuses | Parsed Prometheus metrics showing all backup statuses (running/idle, last success, exit code per snapshot) |
| Exporter health check | Health status of the duplicacy-exporter service |