import_data
Import multiple records into a PocketBase collection using the Model Context Protocol, with options to create, update, or upsert data for efficient database management.
Instructions
Import data into a collection
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection | Yes | Collection name | |
data | Yes | Array of records to import | |
mode | No | Import mode (default: create) |