Advanced PocketBase MCP Server

backup_database

Backup PocketBase databases in JSON or CSV formats using the Model Context Protocol. Automate database exports for secure storage or data migration with Advanced PocketBase MCP Server.

Input Schema

NameRequiredDescriptionDefault
formatNoExport formatjson

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "format": { "default": "json", "description": "Export format", "enum": [ "json", "csv" ], "type": "string" } }, "type": "object" }
ID: 75jh9xb2sg