roam_recall
Retrieve stored memories from your Roam Research graph. Optionally filter by tag and sort by creation date to find relevant memories.
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. |