Skip to main content
Glama

PocketBase MCP Server

by fadlee
MIT License
0

get_collection_schema

Retrieve schema details for a specific PocketBase collection to understand its structure, fields, and data types.

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

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/fadlee/pocketbase-mcp'

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