Discover Connections
discover_connectionsFinds latent relationships in your project by analyzing entity co-occurrence, revealing connections missing from the story graph to confirm with add_relationship.
Instructions
Surface previously unrecorded relationships across the project by analyzing entity co-occurrence, returning candidate connections the story graph does not yet contain. Use this to find latent links to confirm with add_relationship; use find_relationships for known connections of a specific entity. Requires an open project with the relationship engine initialized.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | Maximum number of candidate connections to return. Omit for the engine default. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connections | Yes | Candidate connections inferred from entity co-occurrence, not yet in the graph. |