Skip to main content
Glama

PocketBase MCP Server

by paullippert

pb_records_bulk_create

Add multiple records to a collection simultaneously using this tool, streamlining data entry and management for PocketBase MCP Server.

Instructions

Create multiple records in a collection at once

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection name or ID
recordsYesArray of record data objects to create

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection name or ID", "type": "string" }, "records": { "description": "Array of record data objects to create", "items": { "type": "object" }, "type": "array" } }, "required": [ "collection", "records" ], "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/paullippert/pb_mcp'

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