Advanced PocketBase MCP Server

get_collection_schema

Extract the schema of a specific collection in a PocketBase database using the Model Context Protocol. Simplify database management by retrieving structured metadata for collections.

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "collection": { "description": "Collection name", "type": "string" } }, "required": [ "collection" ], "type": "object" }
ID: 75jh9xb2sg