Skip to main content
Glama

Advanced PocketBase MCP Server

import_data

Import structured data into specified collections in PocketBase databases using create, update, or upsert modes for efficient record management.

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection name
dataYesArray of records to import
modeNoImport modecreate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "collection": { "description": "Collection name", "type": "string" }, "data": { "description": "Array of records to import", "items": { "additionalProperties": {}, "type": "object" }, "type": "array" }, "mode": { "default": "create", "description": "Import mode", "enum": [ "create", "update", "upsert" ], "type": "string" } }, "required": [ "collection", "data" ], "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/DynamicEndpoints/advanced-pocketbase-mcp-server'

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