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
Name | Required | Description | Default |
---|---|---|---|
collection | Yes | Collection name | |
filter | No | Filter query | |
page | No | Page number | |
perPage | No | Items per page | |
sort | No | Sort field and direction |