memory_hierarchy
Organize stored memories into a hierarchical structure based on metadata to facilitate browsing and retrieval.
Instructions
Return memories organised into a hierarchy derived from their metadata.
Args: compact: If True (default), return only id, preview (first 80 chars), and tags per memory to reduce response size. Set to False for full memory data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| metadata_filters | No | ||
| include_root | No | ||
| date_from | No | ||
| date_to | No | ||
| tags_any | No | ||
| tags_all | No | ||
| tags_none | No | ||
| compact | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |