Advanced PocketBase MCP Server

list_collections

Fetch and display collections from a PocketBase database, with an option to include system collections, facilitating efficient database management within the Advanced MCP Server.

Input Schema

NameRequiredDescriptionDefault
includeSystemNoWhether to include system collections

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeSystem": { "default": false, "description": "Whether to include system collections", "type": "boolean" } }, "type": "object" }
ID: 75jh9xb2sg