cricket_head_to_head
Compare any two cricket teams head-to-head using squad form and player stats to see win probabilities, key players, and historical win rates.
Instructions
Compare two cricket teams head-to-head using squad form and player stats.
Args: team_a: First team code or name (e.g. "MI", "India"). team_b: Second team code or name (e.g. "CSK", "Australia").
Returns: data: {team_a, team_b, team_a_edge_count, team_b_edge_count, key_players_a, key_players_b, h2h_win_rate_a, h2h_win_rate_b, win_prob_a, win_prob_b}. meta.estimated: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_a | Yes | First team code or name (e.g. "MI", "India"). | |
| team_b | Yes | Second team code or name (e.g. "CSK", "Australia"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| error | No |