roam_remember
Store information in Roam Research by adding memories to daily pages with tags and categories for organized knowledge retention.
Instructions
Add a memory or piece of information to remember, stored on the daily page with ROAM_MEMORIES_TAG tag and optional categories (unless include_memories_tag is false). NOTE on Roam-flavored markdown: For direct linking: use [[link]] syntax. For aliased linking, use alias syntax. Do not concatenate words in links/hashtags - correct: #[[multiple words]] #self-esteem (for typically hyphenated words). IMPORTANT: Before using this tool, ensure that you have loaded into context the 'Roam Markdown Cheatsheet' resource.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory | Yes | The memory detail or information to remember. Add tags in `categories`. | |
| categories | No | Optional categories to tag the memory with (will be converted to Roam tags). Do not duplicate tags added in `memory` parameter. | |
| heading | No | Optional heading text to nest the memory under (e.g., "Memories" or "## LLM Memories"). If the heading does not exist on the daily page, it will be created. Ignored if parent_uid is provided. | |
| parent_uid | No | Optional UID of a specific block to nest the memory under. Takes precedence over heading parameter. | |
| include_memories_tag | No | Whether to append the ROAM_MEMORIES_TAG tag to the memory block. | |
| 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. |