MCP Firebird

by PuroDelphi
Verified
MIT License
2,147
4
  • Apple
  • Linux

backup-database

Backup Firebird database efficiently by specifying backup path and options like compression, format (full or incremental), and metadata-only backup.

Instructions

Creates a backup of the Firebird database

Input Schema

NameRequiredDescriptionDefault
backupPathYesPath where the backup file will be saved
optionsNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "backupPath": { "description": "Path where the backup file will be saved", "minLength": 1, "type": "string" }, "options": { "additionalProperties": false, "properties": { "compress": { "default": false, "description": "Whether to compress the backup", "type": "boolean" }, "format": { "default": "gbak", "description": "Backup format: gbak (full backup) or nbackup (incremental)", "enum": [ "gbak", "nbackup" ], "type": "string" }, "metadata_only": { "default": false, "description": "Whether to backup only metadata (no data)", "type": "boolean" }, "verbose": { "default": false, "description": "Whether to show detailed progress", "type": "boolean" } }, "type": "object" } }, "required": [ "backupPath" ], "type": "object" }
ID: jh98erzet6