suggest_connections
Find up to 5 related memories in the same domain that share labels, descriptions, or tags with a given memory. Use this after filing to surface potential connections before linking them.
Instructions
Given a memory ID, return up to 5 candidate connections from the same domain whose labels, descriptions, or tags overlap with the source memory. Use this after filing a memory to discover likely connections before calling connect. This tool is read-only — it never creates connections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the memory to find connection candidates for | |
| limit | No | Max candidates to return (default 5) |