memory_unlinked_mentions
Surface semantically related memories that lack explicit links, using embeddings and entity graph to propose unlinked connections. Exclude existing links to uncover new relationships.
Instructions
Surface "unlinked mentions" for a memory — other memories that are semantically related (vector-near + shared entities) but that you have NOT explicitly linked yet. This is Obsidian's killer feature, automated: instead of matching note titles as literal text, it uses embeddings + the entity graph to propose latent connections the agent never made. Auto "similar_to" suggestions are surfaced; existing wikilink/co-occurrence/typed links are excluded. Use it to discover and then confirm real connections (e.g. via memory_extract_entities or a stored link).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Memory ID to surface unlinked mentions for | |
| limit | No | Maximum number of unlinked mentions to return | |
| min_similarity | No | Minimum cosine similarity for a mention (0-1) |