Skip to main content
Glama

PocketBase MCP Server

by fadlee
MIT License
0

list_collections

Retrieve all collections from a PocketBase database with customizable sorting options to organize and manage your data structure.

Instructions

List all collections with optional sorting

Input Schema

NameRequiredDescriptionDefault
sortNoSort order for collections (e.g., '-created', 'name')-created

Input Schema (JSON Schema)

{ "properties": { "sort": { "default": "-created", "description": "Sort order for collections (e.g., '-created', 'name')", "type": "string" } }, "required": [], "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