suggest_connections
Find up to 5 candidate connections from the same domain for a given node by comparing overlapping labels, descriptions, or tags. Use after filing a memory to discover likely connections before creating them.
Instructions
Given a node ID, return up to 5 candidate connections from the same domain whose labels, descriptions, or tags overlap with the source node. 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 node to find connection candidates for | |
| limit | No | Max candidates to return (default 5) |