get_related_entities
Traverse the cricket knowledge graph to find entities linked to a player or franchise. Filter by predicate (plays_for, faced, dismissed_by) and direction to answer relationship queries.
Instructions
Knowledge-graph traversal: entities connected to a player or franchise (by slug). Use for "who does Kohli play for", "which bowlers has Kohli faced", "who plays for RCB". Optional predicate filters the edge type (plays_for, faced, dismissed_by) and direction (out/in/both). Returns related entities + canonical URLs. Does NOT return per-ball detail — use get_player_h2h for one matchup. Matchup edges mirror the get_player_h2h pair set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Entity slug, e.g. "virat-kohli" or "rcb" | |
| limit | No | Default 25, max 50 | |
| direction | No | ||
| predicate | No |