Generate a new empty PocketBase migration file with a unique timestamped name. Provide a brief description to include in the filename for organizing schema changes.
Remote MCP server that connects any MCP client to a PocketBase instance over stateless HTTP, enabling CRUD operations on collections, records, backups, and app settings.
Remove a collection from PocketBase by specifying its name or ID. This tool helps manage database structure by eliminating unwanted collections and their associated data.
Update an existing record in a PocketBase collection by providing its ID and the fields to modify. Use this to modify specific records in your PocketBase database.
Retrieve the schema of a PocketBase collection, including field definitions, rules, and structure. Specify the collection name or ID to get the schema.
Upload file content as a string to a specific field in a PocketBase collection record, using collection name, record ID, field name, file content, and file name.