memory_unlinked_mentions
Discover semantically related memories missing explicit links, using embeddings and entity graphs to surface latent connections for review.
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) |