Skip to main content
Glama

pocketbase-mcp-server

import_data

Use Import Data to add or update records in a PocketBase collection. Specify a collection name, provide data records, and choose an import mode: create, update, or upsert.

Instructions

Import data into a collection

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection name
dataYesArray of records to import
modeNoImport mode (default: create)

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection name", "type": "string" }, "data": { "description": "Array of records to import", "items": { "type": "object" }, "type": "array" }, "mode": { "description": "Import mode (default: create)", "enum": [ "create", "update", "upsert" ], "type": "string" } }, "required": [ "collection", "data" ], "type": "object" }

You must be authenticated.

Other Tools from pocketbase-mcp-server

Related Tools

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/pocketbase-mcp-server'

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