Skip to main content
Glama

PocketBase MCP Server

by fadlee
MIT License
0

truncate_collection

Delete all records from a specified PocketBase collection to clear data while preserving the collection structure.

Instructions

Delete all records associated with the specified collection

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection name or ID to truncate (delete all records)

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection name or ID to truncate (delete all records)", "type": "string" } }, "required": [ "collection" ], "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/fadlee/pocketbase-mcp'

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