Skip to main content
Glama

PocketBase MCP Server

by mabeldata

create_record

Add a new record to a PocketBase collection by specifying the collection name or ID and providing the required data in key-value pairs.

Instructions

Create a new record in a PocketBase collection.

Input Schema

NameRequiredDescriptionDefault
collectionYesThe name or ID of the PocketBase collection.
dataYesThe data for the new record (key-value pairs).

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "The name or ID of the PocketBase collection.", "type": "string" }, "data": { "additionalProperties": true, "description": "The data for the new record (key-value pairs).", "type": "object" } }, "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/mabeldata/pocketbase-mcp'

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