velixar_list
Retrieve paginated memory records with full metadata. Filter by tags, date range, tier, or memory type to find relevant results.
Instructions
List recent memories with pagination. Returns full metadata including IDs, tags, and timestamps. Supports filtering by tags, date range, tier, and memory type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order (default: recent) | |
| tags | No | Filter by tags (AND logic) | |
| tier | No | Filter by memory tier (0=pinned, 1=session, 2=semantic, 3=org) | |
| after | No | ISO timestamp — only return memories created after this time | |
| limit | No | Max results (default 10) | |
| before | No | ISO timestamp — only return memories created before this time | |
| cursor | No | Pagination cursor from previous response | |
| count_only | No | Return only the total count, no memory content | |
| memory_type | No | Filter by memory type |