Skip to main content
Glama

PocketBase MCP Server

by mabeldata

create_migration

Generate a timestamped, empty migration file in PocketBase to manage database schema changes with a descriptive filename for tracking purposes.

Instructions

Create a new, empty PocketBase migration file with a timestamped name.

Input Schema

NameRequiredDescriptionDefault
descriptionYesA brief description for the migration filename (e.g., "add_user_email_index").

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "A brief description for the migration filename (e.g., \"add_user_email_index\").", "type": "string" } }, "required": [ "description" ], "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/mabeldata/pocketbase-mcp'

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