suggest_connections
Retrieve up to five candidate connections for a memory by comparing its labels, descriptions, and tags with other memories in the same domain. Use this tool to discover likely associations before creating connections.
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) |