pocketbase-mcp-server

get_collection_schema

Retrieve schema details for a specific collection in PocketBase using the MCP server. Facilitates database operations by providing essential metadata for collection management and structure.

Instructions

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" }

You must be authenticated.

Other Tools from pocketbase-mcp-server

Related Tools

ID: z2xjuegxxh