Skip to main content
Glama
paullippert

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

TableJSON 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")

Latest Blog Posts

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