List Memories
recall_listRetrieve a paginated list of stored memories, optionally filtered by type, returning summaries and pagination metadata.
Instructions
List stored memories (index view, no bodies), optionally filtered by type.
Args:
type: optional filter to a single memory type
limit: max results (default 20)
offset: number of results to skip, for pagination (default 0)
response_format: 'markdown' (default) or 'json'
Returns memory summaries plus pagination metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Optional: restrict to a single memory type | |
| limit | No | Maximum number of results to return | |
| offset | No | Results to skip for pagination | |
| response_format | No | 'markdown' for human-readable, 'json' for structured data | markdown |