Skip to main content
Glama

PocketBase MCP Server

by paullippert

pb_collections_delete

Removes a specified collection from PocketBase MCP Server by its ID or name, designed for administrative use to manage database structure.

Instructions

Delete a collection (admin only)

Input Schema

NameRequiredDescriptionDefault
idOrNameYesCollection ID or name to delete

Input Schema (JSON Schema)

{ "properties": { "idOrName": { "description": "Collection ID or name to delete", "type": "string" } }, "required": [ "idOrName" ], "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/paullippert/pb_mcp'

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