Skip to main content
Glama

PocketBase MCP Server

by mabeldata

get_collection_schema

Retrieve the structure, fields, and rules of a specific collection in PocketBase databases for efficient data management and schema analysis.

Instructions

Get the schema (fields, rules, etc.) of a PocketBase collection.

Input Schema

NameRequiredDescriptionDefault
collectionYesThe name or ID of the PocketBase collection.

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "The name or ID of the PocketBase collection.", "type": "string" } }, "required": [ "collection" ], "type": "object" }

You must be authenticated.

Other Tools from PocketBase MCP Server

Related Tools

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

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