Skip to main content
Glama

PocketBase MCP Server

delete_collection

Remove a specific collection from a PocketBase database by specifying its ID or name. Designed for admin use, this tool simplifies database schema management and cleanup.

Instructions

Delete a collection from PocketBase (admin only)

Input Schema

NameRequiredDescriptionDefault
collectionIdOrNameYesID or name of the collection to delete

Input Schema (JSON Schema)

{ "properties": { "collectionIdOrName": { "description": "ID or name of the collection to delete", "type": "string" } }, "required": [ "collectionIdOrName" ], "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