Skip to main content
Glama

pocketbase-mcp-server

create_record

Adds a new record to a specified collection in PocketBase using structured data input. Enables efficient database record creation through the MCP server.

Instructions

Create a new record in a collection

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection name
dataYesRecord data

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection name", "type": "string" }, "data": { "description": "Record data", "type": "object" } }, "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