entity_connections
Retrieve typed relationships of an entity including suppliers, leadership, and alliances. Specify depth up to 2 to discover second-order connections.
Instructions
Get the typed relationship neighborhood of an entity: who it supplies, plays for, leads, owns, is allied with, etc. Each edge carries a relationship type, confidence score, and temporal validity. Use depth 2 to find second-order connections (the suppliers of the supplier).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Canonical entity slug from lookup_entity | |
| depth | No | Traversal depth (default 1, max 2) | |
| limit | No | Max connected nodes (default 25) |