memory_list
Retrieve memories from a store in reverse chronological order, applying filters by tags, agent, thread, namespace, or instance. Control result size with limit and offset pagination.
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) |