memory_list
Retrieve memories from a memory store, sorted newest first. Optionally filter by tags, agent, thread, namespace, and paginate.
Instructions
List memories in a store, newest first, with optional scope and tag filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Filter by tags (AND) | |
| limit | No | Max results (default 20) | |
| offset | No | Pagination offset | |
| agentId | No | Filter by agent ID | |
| threadId | No | Filter by thread ID | |
| namespace | No | Filter by namespace | |
| instanceId | No | Optional instance ID override | |
| memory_name | Yes | The memory store name (from memory_stores) |