Skip to main content
Glama

Prompt Auto-Optimizer MCP

by sloth-wq

gepa_restore_backup

Restore the Prompt Auto-Optimizer MCP system from a specified backup, optionally validating integrity and creating a pre-restoration backup for safety.

Instructions

Restore system from a specific backup

Input Schema

NameRequiredDescriptionDefault
backupIdYesID of the backup to restore from
createPreRestoreBackupNoCreate backup before restoration
validateIntegrityNoPerform integrity validation before restore

Input Schema (JSON Schema)

{ "properties": { "backupId": { "description": "ID of the backup to restore from", "type": "string" }, "createPreRestoreBackup": { "default": true, "description": "Create backup before restoration", "type": "boolean" }, "validateIntegrity": { "default": true, "description": "Perform integrity validation before restore", "type": "boolean" } }, "required": [ "backupId" ], "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/sloth-wq/prompt-auto-optimizer-mcp'

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