Skip to main content
Glama

MCP SmallEdit

by MikeyBeez

restore_backup

Restore a file from its most recent backup (.bak) without deleting the backup. Use this tool to recover lost or modified data efficiently while preserving the backup file.

Instructions

Restore a file from its most recent backup (.bak)

Input Schema

NameRequiredDescriptionDefault
fileYesFile to restore from backup
keepBackupNoKeep the backup file after restoring

Input Schema (JSON Schema)

{ "properties": { "file": { "description": "File to restore from backup", "type": "string" }, "keepBackup": { "default": true, "description": "Keep the backup file after restoring", "type": "boolean" } }, "required": [ "file" ], "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/MikeyBeez/mcp-smalledit'

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