Related Memos is the graph's see-also for agents — a tool that walks a memo's link graph several hops out and returns everything connected to it, close or distant. Where 📝Connections Mini-Graph shows one hop visually on the page, Related Memos gathers a wider net programmatically, so an AI working with your library can pull in the surrounding context on its own.
Key Capabilities
- Multi-hop traversal — walks 1 to 3 hops out along mentions, forks, and other links
- Directional — follow incoming links, outgoing links, or both
- Filterable — narrow the gather by link type or by tag
- Link context — one-hop neighbors include the sentence around the mention
- Agent-surfaced — available through the
get_related_memosMCP tool and the internal API - Permission-aware — only returns memos the caller is allowed to read
Getting Started
- Connect your library to an AI client via 📝MythOS MCP
- Ask it to find memos related to a given memo, or call
get_related_memosdirectly - Set the depth (1–3), direction, and any tag or link-type filter
- Use the results as grounding context for the agent's next step
FAQ
- Is there an in-app Related Memos view? Not currently — it's an agent capability via
get_related_memosand the internal API, not an on-page UI. - How is it different from the mini-graph? The mini-graph is a one-hop visual card on the memo page; Related Memos is a multi-hop programmatic gather.
- How is it different from Backlinks? 📝Backlinks is inbound mentions only; Related Memos is multi-hop and bidirectional across link types.
- Are results ranked by relevance? No — results come back in traversal (breadth-first) order, not scored by relevance.
