list_collections
Retrieve collections from mem.ai with optional sorting by creation or update date and cursor-based pagination for efficient browsing.
Instructions
List all collections in mem.ai with optional sorting and cursor-based pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Cursor for pagination (from previous next_page) | |
| limit | No | Maximum number of results (default: 50) | |
| order_by | No | Sort order (default: updated_at) |