pocketbase-mcp-server

get_collection_schema

Get schema details for a collection

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection name

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection name", "type": "string" } }, "required": [ "collection" ], "type": "object" }