Skip to main content
Glama

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

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/DynamicEndpoints/advanced-pocketbase-mcp-server'

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