memory_list_compact
Retrieve a compact list of memories showing only ID, content preview, tags, and creation date. Use filters like text search, tags, and date range to narrow results.
Instructions
[Deprecated] List memories in compact format (id, preview, tags only).
Prefer memory_list which now defaults to compact previews with richer
fields and configurable content_mode/preview_chars.
Returns minimal fields: id, content preview (first 80 chars), tags, and created_at.
Args: query: Optional text search query metadata_filters: Optional metadata filters limit: Maximum number of results to return (default: unlimited) offset: Number of results to skip (default: 0) date_from: Optional date filter (ISO format or relative like "7d", "1m", "1y") date_to: Optional date filter (ISO format or relative like "7d", "1m", "1y") tags_any: Match memories with ANY of these tags (OR logic) tags_all: Match memories with ALL of these tags (AND logic) tags_none: Exclude memories with ANY of these tags (NOT logic)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| metadata_filters | No | ||
| limit | No | ||
| offset | No | ||
| date_from | No | ||
| date_to | No | ||
| tags_any | No | ||
| tags_all | No | ||
| tags_none | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |