pocketbase-mcp-server

backup_database

Create a backup of the PocketBase database

Input Schema

NameRequiredDescriptionDefault
formatNoExport format (default: json)

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "Export format (default: json)", "enum": [ "json", "csv" ], "type": "string" } }, "type": "object" }