Skip to main content
Glama

PocketBase MCP Server

by paullippert

pb_records_create

Add new entries to a specified collection in PocketBase MCP Server by providing collection details and record data, with optional response customization.

Instructions

Create a new record in a collection

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection name or ID
dataYesRecord data to create
expandNoRelations to expand in response
fieldsNoFields to return in response

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection name or ID", "type": "string" }, "data": { "description": "Record data to create", "type": "object" }, "expand": { "description": "Relations to expand in response", "type": "string" }, "fields": { "description": "Fields to return in response", "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/paullippert/pb_mcp'

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