Skip to main content
Glama

PocketBase MCP Server

delete_record

Remove a specific record from a PocketBase database collection by specifying the collection name and record ID to manage data efficiently.

Instructions

Delete a record

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection name
idYesRecord ID

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection name", "type": "string" }, "id": { "description": "Record ID", "type": "string" } }, "required": [ "collection", "id" ], "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/mrwyndham/pocketbase-mcp'

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