get_player_connections
Retrieve a player's franchise, most-faced bowlers, and top dismissers with aggregate counts and canonical URLs. Ideal for analyzing player matchups and team affiliation.
Instructions
A player's graph neighbourhood in one call: their franchise (plays_for), most-faced bowlers (by deliveries), and the bowlers who dismissed them most — each with canonical URLs + aggregate counts. Use for "who are Kohli's toughest bowlers", "which team does Kohli play for". Returns aggregates, not ball-by-ball. Matchup edges mirror the get_player_h2h pair set, so not every opponent appears.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Default 10, max 50 | |
| playerSlug | Yes | kebab-case slug e.g. virat-kohli |