cricket_player_matchup
Analyze head-to-head matchups between two cricket players using career stats and role analysis to determine which player holds an edge and why.
Instructions
Analyse the head-to-head matchup between two cricket players based on role and career stats.
Args: player_a: Player ID or name for the first player. player_b: Player ID or name for the second player.
Returns: data: {matchup_type, edge_holder, edge_reason, signals, role_a, role_b}. meta.estimated: true — heuristic model, not ball-by-ball H2H data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player_a | Yes | Player ID or name for the first player. | |
| player_b | Yes | Player ID or name for the second player. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| error | No |