Skip to main content
Glama

PocketBase MCP Server

list_records

Retrieve and manage records from a specified collection with customizable filters, sorting, and pagination options for efficient database queries.

Instructions

List records from a collection with optional filters

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection name
filterNoFilter query
pageNoPage number
perPageNoItems per page
sortNoSort field and direction

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection name", "type": "string" }, "filter": { "description": "Filter query", "type": "string" }, "page": { "description": "Page number", "type": "number" }, "perPage": { "description": "Items per page", "type": "number" }, "sort": { "description": "Sort field and direction", "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/mrwyndham/pocketbase-mcp'

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