Skip to main content
Glama

Smart-AI-Bridge

backup_restore

Create timestamped backups, restore files, and manage backup lifecycle with metadata tracking and automated cleanup for data protection.

Instructions

๐Ÿ’พ Enhanced backup management - Timestamped backup tracking with metadata, restore capability, and intelligent cleanup. Extends existing backup patterns with enterprise-grade management.

Input Schema

NameRequiredDescriptionDefault
actionYes
backup_idNo
cleanup_optionsNo
file_pathNo
metadataNo

Input Schema (JSON Schema)

{ "properties": { "action": { "enum": [ "create", "restore", "list", "cleanup" ], "type": "string" }, "backup_id": { "type": "string" }, "cleanup_options": { "properties": { "dry_run": { "default": false, "type": "boolean" }, "max_age_days": { "default": 30, "type": "number" }, "max_count_per_file": { "default": 10, "type": "number" } }, "type": "object" }, "file_path": { "type": "string" }, "metadata": { "properties": { "description": { "type": "string" }, "tags": { "items": { "type": "string" }, "type": "array" } }, "type": "object" } }, "required": [ "action" ], "type": "object" }

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/Platano78/Smart-AI-Bridge'

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