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
| Name | Required | Description | Default |
|---|---|---|---|
| collection | Yes | Collection name or ID | |
| expand | No | Relations to expand (e.g., "author,category") | |
| fields | No | Fields to return (e.g., "id,title,created") | |
| filter | No | Filter criteria (e.g., "status = true") | |
| page | No | Page number | |
| perPage | No | Items per page | |
| sort | No | Sort criteria (e.g., "created", "-updated", "title") |