Skip to main content
Glama

PocketBase MCP Server

by paullippert

pb_records_list

Efficiently retrieve and manage records from a collection on the PocketBase MCP Server with options for filtering, sorting, pagination, and field selection.

Instructions

List records from a collection with optional filtering and pagination

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection name or ID
expandNoRelations to expand (e.g., "author,category")
fieldsNoFields to return (e.g., "id,title,created")
filterNoFilter criteria (e.g., "status = true")
pageNoPage number
perPageNoItems per page
sortNoSort criteria (e.g., "created", "-updated", "title")

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection name or ID", "type": "string" }, "expand": { "description": "Relations to expand (e.g., \"author,category\")", "type": "string" }, "fields": { "description": "Fields to return (e.g., \"id,title,created\")", "type": "string" }, "filter": { "description": "Filter criteria (e.g., \"status = true\")", "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., \"created\", \"-updated\", \"title\")", "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/paullippert/pb_mcp'

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