get_strongest_connections
Retrieve the strongest relationships for a given entity, ranked by connection weight. Useful for identifying key associations in a knowledge graph.
Instructions
Get an entity's strongest connections by edge weight
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max connections to return | |
| entity_name | Yes | Entity name to get connections for |