roam_recall
Retrieve all stored memories from Roam Research by page or tagged blocks, deduplicated, filterable by tag, and sortable by creation date.
Instructions
Retrieve all stored memories on page titled ROAM_MEMORIES_TAG, or tagged block content with the same name. Returns a combined, deduplicated list of memories. Optionally filter blocks with a specific tag and sort by creation date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort_by | No | Sort order for memories based on creation date | newest |
| filter_tag | No | Include only memories with a specific filter tag. For single word tags use format "tag", for multi-word tags use format "tag word" (without brackets) | |
| graph | No | Target graph key from ROAM_GRAPHS config. Defaults to ROAM_DEFAULT_GRAPH. Only needed in multi-graph mode. | |
| write_key | No | Write confirmation key. Required for write operations on non-default graphs when write_key is configured. |