cricket_captain_recommendation
Identifies top-3 captain candidates ranked by projected points for a cricket match using match ID or team/venue details.
Instructions
Return the top-3 captain candidates ranked by projected points.
Args: match_id: CricAPI match identifier; resolves team_a/team_b/venue automatically. team_a: First team code/name. Required if match_id is absent. team_b: Second team code/name. Required if match_id is absent. venue: Venue key/name. Required if match_id is absent.
Returns: data.candidates: list of 3 dicts with name/role/team/projected_points. meta.source: model:captain_score. meta.estimated: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| venue | No | Venue key/name. Required if match_id is absent. | |
| team_a | No | First team code/name. Required if match_id is absent. | |
| team_b | No | Second team code/name. Required if match_id is absent. | |
| match_id | No | CricAPI match identifier; resolves team_a/team_b/venue automatically. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| error | No |