Skip to main content
Glama

PocketBase MCP Server

by paullippert

pb_collections_list

Retrieve and manage all collections in PocketBase MCP Server. Use page, perPage, sort, and filter parameters to organize and access admin-only collection data efficiently.

Instructions

List all collections (admin only)

Input Schema

NameRequiredDescriptionDefault
filterNoFilter criteria
pageNoPage number
perPageNoItems per page
sortNoSort criteria (e.g., "name", "-created")

Input Schema (JSON Schema)

{ "properties": { "filter": { "description": "Filter criteria", "type": "string" }, "page": { "default": 1, "description": "Page number", "minimum": 1, "type": "number" }, "perPage": { "default": 30, "description": "Items per page", "maximum": 500, "minimum": 1, "type": "number" }, "sort": { "description": "Sort criteria (e.g., \"name\", \"-created\")", "type": "string" } }, "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/paullippert/pb_mcp'

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